Advertisement
adesuryadi_

Button

May 23rd, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. PAUSE
  2. on(release){
  3. stop();
  4. }
  5.  
  6. PLAY
  7. on(release){
  8. play();
  9. }
  10.  
  11. STOP
  12. on(release){
  13. gotoAndPlay(12)
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement