Skip to main content
Known Participant
May 24, 2019
Answered

E book

  • May 24, 2019
  • 5 replies
  • 2184 views

Where can i found An ebook to learn using adobe animate, most of all the part of HTML 5 canvas?

I have many problems with css with radio button and checkbox...

This topic has been closed for replies.
Correct answer Joseph Labrecque

You probably won't find a book covering those features.

5 replies

Participating Frequently
August 20, 2021

Hello... I am also personally interested in a similar books, maybe a paper edition, most of which can later be found as a PDF. An seems like interesting software in relation to the competition because it allows you to manage objects with the help of program code. I understand vanilla JS, but do not know how to implement directly in An, so I try to understand EaselJS from scarce references and I succeed very slowly with "trial and error". In the meantime, I found the book Beginning Adobe Animate CC by Tom Green, and Chapter 4 contains a short section Working with JavaScript, HTML5 Canvas, and CreateJS. I would really like to find some themed book that talks about An and EaselJS because it seems to me that EaselJS code from an HTML page can’t be quite simply copied and pasted into An and expected to work “without error”.
I did not want to open a new question about this, I hope that it is okay for this question to become relevant, I guess in two years something has changed in the world of narrowly professional books. If anyone has any information I would really appreciate it if you could share it ... thank you.

Known Participant
June 27, 2019

But i want to change no the input text but the radio button and the combo and nothing works how I espect

avid_body16B8
Legend
June 27, 2019

If you wanted to change a combox box., here is how to code it using its class name. I'll try to make you some examples tomorrow.

$(".ui-combobox").css({

        "color": "teal",

        "font-size": 36,

        "text-align": "center",

        "height": 40,

        "widht":160

    });

avid_body16B8
Legend
June 25, 2019

You have to realize that Animate CC is not using the DOM but is using canvas. What are you trying to do? What problems do you have?

I  suppose you are using a component.

Known Participant
June 27, 2019

Only personalize with css but i don't know all the variables of that component

avid_body16B8
Legend
June 27, 2019

If you use the css component you can use regular css.

Also you can format a component like this using its name. So in this example I have an input text named input1 - I use it as its ID.

$("#input1").css({

        "color": "teal",

        "font-size": 36,

        "text-align": "center",

        "height": 40

    });

input text formatting.zip - Box

Joseph Labrecque
Community Expert
Joseph LabrecqueCommunity ExpertCorrect answer
Community Expert
May 25, 2019

You probably won't find a book covering those features.

Known Participant
June 25, 2019

Thx!!

kglad
Community Expert
Community Expert
May 24, 2019

use google to search.