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

Animated button html5 canvas

New Here ,
Apr 05, 2018 Apr 05, 2018

Hello,

Please help me how to make this design

https://www.google.com.ph/search?biw=1920&bih=983&tbm=isch&sa=1&ei=2vbGWsTVD4Oi0QTajrDgCg&q=button+a...

in html5 canvas also in simple way... Thanks in advance...

361
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

correct answers 1 Correct answer

Community Expert , Apr 06, 2018 Apr 06, 2018

Hi.

Here is a small sample using the default Button symbol.

Notice that I only put a small script in the up/out state so the user won't see the animation when the button is loaded. If you change the total frames of the bar animation, don't forget to update the 14 number in line 3.

Also notice it that I didn't use color effect for the text color animation because of browser compatibility.

Please fell free to tweak the animations or whatever other change needed.

Preview:

animate_cc_htm5_animated_button.gif

Up/Out state script:

if (!this.pa

...
Translate
Community Expert ,
Apr 06, 2018 Apr 06, 2018

Hi.

Here is a small sample using the default Button symbol.

Notice that I only put a small script in the up/out state so the user won't see the animation when the button is loaded. If you change the total frames of the bar animation, don't forget to update the 14 number in line 3.

Also notice it that I didn't use color effect for the text color animation because of browser compatibility.

Please fell free to tweak the animations or whatever other change needed.

Preview:

animate_cc_htm5_animated_button.gif

Up/Out state script:

if (!this.parent.firstTime)

{

     this.gotoAndStop(14);

     this.parent.firstTime = true;

}

FLA download:

animate_cc_htm5_animated_button.zip - Google Drive https://bit.ly/2HhZkS0

I hope it helps.

Regards,

JC

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
New Here ,
Apr 06, 2018 Apr 06, 2018
LATEST

wow! thank you very much

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