PDA

View Full Version : controlling clips - start stop


soulmaniac
06-04-2002, 05:25 PM
I'm having a some trouble controlling my movie clips. The entire movie consists of 2 clips and a initializer. Both clips use actionscripting for the animation.

At the moment both clips run simultaneously with no ending and I would like to:

- start the first one and let it run until a condition is met. Then run a function in the initializer and stop that clip.

- the initializer starts the second clip (repeat of above)...

- in an endless loop.

Thanks in advance.

BTW: Great forum, thanks for all the helpful suggestions and solutions.

Abelius
06-04-2002, 09:37 PM
Can you post the actionscript code you have used? :)

Ricod
06-05-2002, 03:27 PM
Did u read our lovely tutorials ?
on variables (http://www.actionscript.org/tutorials/beginner/variables/index.shtml)
on variables and data (http://www.actionscript.org/tutorials/beginner/Variable_to_hold_a_data/index.shtml)
on scripted loops (http://www.actionscript.org/tutorials/intermediate/loops/index.shtml)

U know about paths and functions right ?

soulmaniac
06-06-2002, 01:42 PM
Thanx for the help guys, I've managed to fix the problem.