Advertisement
Guest User

Untitled

a guest
May 30th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         private function clickHandle(evt:MouseEvent):void
  2.         {
  3.             spinner.gotoAndPlay(Math.random() * 5);
  4.             spinner2.gotoAndPlay(Math.random() * 5);
  5.             spinner3.gotoAndPlay(Math.random() * 5);
  6.             lights.gotoAndStop(1);
  7.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement