Quick Flash Q
Quick Flash Q
- Started
- Last post
- 1 Response
- drbyers
I'm using the empty movie clip method of swapping movies in and out of a base layer.
My question is, can I target a certain frame in the newly loaded movie clip from the just unloaded movie clip?
here's the code I'm using, but the second part doesn't work:
on (release) {
_level0.emptyMC.loadMovie("media...
emptyMC.gotoAndPlay ("reset");}
- System-Idle0
better to use load() and onLoad()
as you are tell the movie clip to goto a frame before it has fully loaded.
or you could set a func up on the main timeline which is called by the movie once it has loaded