Guest User

Untitled

a guest
Oct 17th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. botao.buttonMode = true;
  2. botao.addEventListener(MouseEvent.CLICK, clica);
  3.  
  4. function clica(e:MouseEvent):void{
  5. loader.content.gotoAndPlay(11);
  6.  
  7. }
Add Comment
Please, Sign In to add comment