Guest User

Untitled

a guest
May 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. import flash.display.MovieClip;
  2.  
  3. removeChild(empty_mc);
  4. addChild(empty_mc);
  5.  
  6. var about_mc:MovieClip = new about;
  7. empty_mc.addChild(about_mc);
  8.  
  9. menuBody.parent.setChildIndex(menuBody, menuBody.parent.numChildren - 1);
  10.  
  11. SoundMixer.stopAll();
Add Comment
Please, Sign In to add comment