sambo second grade
Joined: 06 Mar 2006 Posts: 59 Location: Australia
|
Posted: Fri Mar 10, 2006 11:47 am Post subject: how to control root timeline with actionscritp |
|
|
Hi flash experts,
i have encounterd a problem with an external swf that i externally loaded to the main movie/root timeline.
what i'm trying to achieve is quite simple. i want to be able to click on one of the butttons in the loaded swf to controll the root timeline. here is the actionscript i'm using but it didn't do anything. i'm using frame lables.
on (release) {
_parent.gotoAndStop("none");
}
am i missing something?
cheers,
sambo
|
|