I have a menu for an all flash webpage on a top level and I want to command flash to check and see if there is a movie loaded on another level, such as level 1, and if so play frame 30 of that movie. and if there's no movie, do nothing. I tried the ifFrameLoaded command, but cant get it to work for other levels than the current level. I have tried it in conjunction with _level1 for example and with "tell target" It seems to be in compatible.
Do you know any other code to do this?
Thanks for any ideas,
Peter
PS this is the code I have tried that didnt work:
on (release) {
_level1.ifFrameLoaded (1) {
gotoAndPlay(30);
}
}
Do you know any other code to do this?
Thanks for any ideas,
Peter
PS this is the code I have tried that didnt work:
on (release) {
_level1.ifFrameLoaded (1) {
gotoAndPlay(30);
}
}