Flash Help
Flash Help
Out of context: Reply #4
- Started
- Last post
- 5 Responses
- fyoucher10
Gotta head out but here some quick code, you'll need to fill in the rest...
testButton.onRelease = function():Void {
loadMovie("b.swf");
}
function whenLoadedCompleteAction():Void {
//add event listener that checks when the movie is loaded, because you can't target X movieclip until it is available
}- whoops, you'll need to call that function w/ button too...gotta go!fyoucher1