PDA

View Full Version : loading swf and starting at specific frame


macnanday
05-23-2006, 06:30 PM
A while back I saw a tutorial on loading a SWF layer and having it load at a specified frame.
The code was something like:

on(release){
loadMovieNum("newMovie.swf", 2)
_level2.gotoAndStop."specific frame"
}

Anyhow, my symantics may be off a bit but that's the gist of the tutorial. Anyhow, I've never been able to get it to work. Anybody out there able to give me a clue.
Thanks!
-Ken

macnanday
01-06-2007, 03:31 AM
I still haven't figured out how to do this. Anyone out there able to help with this one?