Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

STOP () ; IT ALL !!! ------ multiple stops

Status
Not open for further replies.

simonWMC

Programmer
Dec 2, 2002
180
GB
Is there a way you can put a stop action on every frame without actually putting a stop(); on every frame ???
 
well that was certainly to the point - thanx conehead
 
Well... nextFrame() & prevFrame are not play actions, they move the playhead to the next or previous frame and stop, so you could sort of use only those, but then again...

Regards,

oldman3.gif


Don't worry, if my reply is wrong, BillWatson will clean it up for me!
 
or perhaps you could have a mc running constantly that checks to see if the _root enters a new frame then fires off a _root.onClipEvent(enterFrame) {
_root.stop();
}

Maybe?? just thinking off the top of my little coney head
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top