Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Where can I learn Html5 Canvas coding ?

Community Beginner ,
Jan 15, 2017 Jan 15, 2017

Hello!

I've just  started to use Adobe Animate. So I'm a beginner 

I've made this animation:

deplacements_animaux_noeud

I would like to add a play pause button. I've already created one.

But i've got a problem to activate it because I know nothing about HTML5 Canvas coding language.

Where do  you advise me to learn ?

Thank you for your  help .

Jacques ( Say Jack)

472
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 15, 2017 Jan 15, 2017

for simple things like that you can just use the code snippets panel.

but if you want to learn, you can google easeljs animate canvas coding.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jan 15, 2017 Jan 15, 2017

Thank you.

I didn't know what kind of language it was .

Now, I  know it is easelJS.

I 've found this tutorial:

CreateJS | A suite of JavaScript libraries and tools designed for working with HTML5

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 15, 2017 Jan 15, 2017

you're welcome.

(and sorry about that typo, now corrected.)

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jan 15, 2017 Jan 15, 2017

For french speaking users :

this tutorial :

Animate CC 2015 HTML5 Canvas - Symboles et clips — EduTech Wiki

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 15, 2017 Jan 15, 2017
LATEST

raphjac wrote:

I didn't know what kind of language it was .

Now, I know it is easelJS.

EaselJS is not the language.

The language is JavaScript.

CreateJS is the API suite used by Animate to draw to on an HTML5 canvas element, and for sound and preloading.

EaselJS is just one of the parts of CreateJS.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines