First of all: 25 min between your posts! Let people get a chance to check it out first!
Well; i downloaded the file, and found one button script repeated over all your frames:
How are you planning on going from frame 2 -> 10??Code:on(rollOver){ gotoAndStop(2); }
make a movie clip with just the animation on it from frame 1->10 (as you have) , drag it to the scene and name it "man", drag a button to the stage and attach the following to it:
That should do itCode:on(rollOver){ tellTarget("_root.man"){ gotoAndPlay(2); } }
[Edited by nucleuz on 04-26-2002 at 08:43 PM]




Reply With Quote