accessing timelines
accessing timelines
Out of context: Reply #5
- Started
- Last post
- 11 Responses
- Rocketegg0
Are you loading the movie in dynamically?
this.createEmptyMovieClip("newMo... this.getNextHighestDepth());
loadMovie("second.swf",newMov);
buttonClip.onRelease = function(){
newMov.gotoAndPlay(2);
}