Guest User

Untitled

a guest
Jun 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1.  
  2. MyTitle.addEventListener(MouseEvent.CLICK, gotoT1);
  3. MyTitle2.addEventListener(MouseEvent.CLICK, gotoT2);
  4.  
  5. satirata.addEventListener(MouseEvent.MOUSE_OVER, buttonBehave);
  6.  
  7. function buttonBehave(event:MouseEvent){
  8. trace("asd")
  9. this.buttonMode = true;
  10. this.useHandCursor = true;
  11. }
Add Comment
Please, Sign In to add comment