PDA

View Full Version : pause and resume


izzrael
04-20-2006, 07:52 PM
Hello I'm a new member at actionscript.org.

I was wondering if anyone has any input on my question.

I've been trying to figure out for a few hours now how to make words or sentences animate in and "pause" for a few seconds (for the user to read) and then continue to play. I know I can tween it, but I wanted to do it via actionscript. I got it to animate in and come out but i couldn't figure out how to have it hold for a few sec. I will have more than one sentence animate in and out.


I've attached the .fla to see if anyone can help

Thanks in advance

norb
04-21-2006, 06:33 AM
you can try using the setInterval() function.

link to MM Live Docs 'set interval' (http://livedocs.macromedia.com/flash/8/main/00001766.html)

Darcey
04-21-2006, 01:24 PM
Read up on MX Transitions and __PROTO__ for movie clips and onEnterFrame..

Experiments are the key to success..

Darcey
04-21-2006, 02:05 PM
also getTimer() handling is useful....

izzrael
04-21-2006, 05:38 PM
sounds good. Thanks for the lead