flash help

  • Started
  • Last post
  • 1 Response
  • silentseven

    I need some help with this. I have a movie where i have a movie clip on stage where six little blinking dots come out to the center of the stage at the end of the animation is a stop. Now when the dots stop moving I have them blinking. What I am trying to do is when the dots are clicked swap that blinking dot for a animation of a menu opening in its own movie script. I am new to flash and trying to teach my self but I cant figure this out. any help would be awesome thanks guys.

  • madino0

    I am not sure if I understand or not. But I will try to help. If you want an easy way with no code... inside your animation when it stops, have a movieclip attached inside. That movie clip has a stop on frame 1 with a blank frame. Frame 2 and below will be your animation. When you click on your button at the end of the movie tell the new movieclip to gotoAndPlay(2);

    there are so many ways to do what I think you want to do. This is a simple way, the other ways are to code each part.

    does this help at all?