Guest User

Untitled

a guest
Nov 30th, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //correct
  2. function btn5b(e:MouseEvent):void
  3. {
  4.     ani5.gotoAndPlay(12);
  5. }
  6. //notice this fuckign spacing.
  7. function btn5c(e:MouseEvent):void
  8. {
  9.     navigateToURL(request1, '_self');
  10. }
  11.  
  12. //wrong
  13.  
  14. function btn5b(e:MouseEvent):void
  15. {
  16.     ani5.gotoAndPlay(12);
  17. } //dapat may spacing sila. lol.
  18. function btn5c(e:MouseEvent):void
  19. {
  20.     navigateToURL(request1, '_self');
  21. }
Add Comment
Please, Sign In to add comment