home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / maximum_rotation.swf / scripts / frame_92 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  119 b   |  10 lines

  1. rotate_ct = getTimer();
  2. if("50" < rotate_ct - rotate_st)
  3. {
  4.    gotoAndPlay(90);
  5. }
  6. else
  7. {
  8.    gotoAndPlay(91);
  9. }
  10.