Guest User

Untitled

a guest
May 23rd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. protected function onAssetLoaded( e:Event ) : void
  2. {
  3. this.isLoaded = true;
  4.  
  5. var asset : MovieClip = e.currentTarget.content as MovieClip;
  6. this.addChild( asset );
  7.  
  8. // this.dispatchEvent( new RotationAssetEvent( RotationAssetEvent.ASSET_LOADED ) );
  9. asset.gotoAndPlay(1);
  10. }
Add Comment
Please, Sign In to add comment