Guest User

Untitled

a guest
May 23rd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. on(release){
  2. _root.mc_central.mask_animate.gotoAndPlay ("2");
  3. if (_root.mc_central.mask_animate._currentframe == 16)
  4. {
  5. _root.mc_central.gotoAndPlay ("recursos");
  6. trace ("funciona");
  7. }
  8. }
Add Comment
Please, Sign In to add comment