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

Where can I learn Html5 Canvas coding ?

Community Beginner ,
Jan 15, 2017 Jan 15, 2017

Copy link to clipboard

Copied

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)

Views

380

Translate

Translate

Report

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

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

you're welcome.

(and sorry about that typo, now corrected.)

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

For french speaking users :

this tutorial :

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

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