PDA

View Full Version : Stop dos loop


ahobaka
08-08-2005, 04:14 PM
Referring to the url >> http://www.actionscript.org/tutorials/beginner/DOS_Cursor_Text_Effect/index.shtml

The DOS text keep looping around again and again. How do I stop it from looping ? :confused:

srija
08-08-2005, 05:47 PM
inside "cursor" mc just replace
gotoAndPlay(5);
with
stop()
on frame35

is this u want?

ahobaka
08-09-2005, 06:46 PM
It does make it stop how to make the green text disappear after it stop ?