Hi guys. I looked for a tutorial for this for a long time but i never found one.
I want to make a little circle that goes from side to side in a level. Its a maze game where you use your mouse to complete the different levels, and i want to make that little circle that just goes from side to side, and if you roll over it you die.
Somebody who knows how i make my animation replay and replay untill the level is finished?
Well, if you have a movieclip that contains the animation of the circle, you should be all set. As long as you don't put a stop() somewhere inside that movieclip, it should loop until the end of times! Just remove it after you're done with the level, and you're good to go.