Ok guys… cutting to the chase, Basically im loading a movie externally using this code…
on (release) {
if (S_Init == Number(S_Init)) {
loadMovieNum("s_menu.swf", _root.S_Init);
} else {
_root.S_Init.loadMovie("s_menu.swf");
}
// End Behavior
}
which then loads the movie into the specified movieclip (S_Init).
I would like to load a particular frame of that movie’s main timeline (s_menu.swf). How would I modify this code to do such.
Thanks
-Blackfire :red: