Jump to content
Search Community

alempo

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

alempo's Achievements

0

Reputation

  1. I found this very nice previous post, but I can´t make it work on adobe animate....any ideas from any actioscript guru?
  2. You may try put an as3 function that works after 2,3 sec: setTimeout(timedFunction,2300); function timedFunction() { function here } Then you may try putting a label inside the movieclip yellowBar2_mc on the first frame of your movie clip called "fr1": setTimeout(timedFunction,2300); function timedFunction() { yellowBar2_mc.gotoAndPlay("fr1"); } You can start the movieclip animation with: yellowBar2_mc.gotoAndPlay("fr1");
×
×
  • Create New...