Simple flash animation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • stuartheenan
    New Member
    • Jul 2007
    • 1

    Simple flash animation

    Help, I'm trying to create a flash file that only starts when you click on the animation. I have created the stop(); script on frame 1 but everytime I create a button the original animation moves....any ideas gratefully recieved.
  • neliy
    New Member
    • Jun 2007
    • 32

    #2
    Originally posted by stuartheenan
    Help, I'm trying to create a flash file that only starts when you click on the animation. I have created the stop(); script on frame 1 but everytime I create a button the original animation moves....any ideas gratefully recieved.

    is your animation a movie clip? cause if it is, it will play all the time eventhough you placed the stop() on frame. Try to place your animation on another frame so you can link the button to that frame or place your animation inside the button. It depends on what you want to do!

    Comment

    • crabpot8
      New Member
      • Aug 2007
      • 40

      #3
      a stop() on a movie clip timeline will not stop the main timeline, and vice versa

      Comment

      Working...