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

Slider to control custom movieclip

Explorer ,
Apr 06, 2021 Apr 06, 2021

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....

TOPICS
Timeline
311
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, 2021 Apr 06, 2021

instead of:

 

_this.gotoAndStop(newFrame);

use:

_this.yourcustommovieclip.gotoAndStop(newFrame);
Translate
Community Expert ,
Apr 06, 2021 Apr 06, 2021

instead of:

 

_this.gotoAndStop(newFrame);

use:

_this.yourcustommovieclip.gotoAndStop(newFrame);
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
Explorer ,
Apr 07, 2021 Apr 07, 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

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 ,
Apr 07, 2021 Apr 07, 2021
LATEST

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.

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