Skip to main content
Known Participant
April 6, 2021
Answered

Slider to control custom movieclip

  • April 6, 2021
  • 1 reply
  • 352 views

Hello,

Is it possible to make a slider controlling custom movieclip (in HTML5 canvas) ? Simply like this : Animate CC: HTML5 Canvas Timeline Scrubber – In Flagrante Delicto! (memoryspiral.com), but not in main timeline. I want to make several custom movieclip that works like it. (In main timeline, there are movieclips that works with slider).

I really need this to my project. I hope you can help me. Please....

This topic has been closed for replies.
Correct answer kglad

instead of:

 

_this.gotoAndStop(newFrame);

use:

_this.yourcustommovieclip.gotoAndStop(newFrame);

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
April 6, 2021

instead of:

 

_this.gotoAndStop(newFrame);

use:

_this.yourcustommovieclip.gotoAndStop(newFrame);
Known Participant
April 7, 2021

Hey, it works !

You doing great. Now I want to make it all inside one movieclip.

I have one more question... how to place it all in one movieclip, so that I can simply duplicate it easily. It looks like this fla file below. That movieclip won't stop even if I type code to stop it. I hope you can solve my problem.

Best regards...

https://drive.google.com/file/d/1bilqKURoh2zU8wDbK3E-qIdt5jMxc3O7/view?usp=sharing

kglad
Community Expert
Community Expert
April 7, 2021

i don't download and correct files unless hired.  if you'd like to hire me, send me a private message (via the adobe forums).

 

p.s. please mark the correct answer.