Drunken
May 26th, 2003, 06:36 AM
hy!
I have this situation:
- main movie
- external movie
- 1 mc into external movie
I load the external movie into main movie and i want to put a gotoandplay() in mc of the external movie, to the external, like this:
on (release) {
_root.gotoAndPlay (45);
}
but it takes action in the main movie and not in external movie...
How can do it ??
thks
I have this situation:
- main movie
- external movie
- 1 mc into external movie
I load the external movie into main movie and i want to put a gotoandplay() in mc of the external movie, to the external, like this:
on (release) {
_root.gotoAndPlay (45);
}
but it takes action in the main movie and not in external movie...
How can do it ??
thks