Preloadin TargetClips
Preloadin TargetClips
Out of context: Reply #3
- Started
- Last post
- 7 Responses
- jking760
fer one, you can put this script in before the load script comes in to prevent the loader to appear on times after the movie has been loaded:
if (_framesloaded >= _totalframes) {
gotoAndPlay("begin");
}modify _framesloaded or _totalframes if it applies