Guest User

Untitled

a guest
Dec 5th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. public function bringMCToFront($mc:MovieClip)
  2. {
  3.         $mc.parent.setChildIndex($mc, $mc.parent.numChildren-1);
  4. }
Add Comment
Please, Sign In to add comment