>on stepframe me > go to the frame >end > >This doesn't stop the playback head - why?
You can't go the frame on a stepFrame. It's really in a separate class from prepareFrame, enterFrame, and exitFrame--it's really for objects that need to get frame events. Since your object is a frame script, it's going to get the normal frame events anyway, so you don't need to add it to the actorList. Try putting everything in an exitFrame handler. You can have both in the same script, though if it's a frame script, you don't need stepFrame. I like Grimmwork's idea of a timer, too--timeOut objects are perfect for this sort of thing. Cordially, Kerry Thompson [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
