actionscript question
actionscript question
Out of context: Reply #1
- Started
- Last post
- 3 Responses
- UndoUndo0
create a function that loads the mcs and on the last frame of each of yr mcs call the function and pass through the id/name of the clip to load next (apart from the last clip)
ie
myLoadingFunc = function(clipName){
// loading script
}on last frame:
myLoadingFunc("clipID");