home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Japan / Fujitsu- / full / sw3.dcr / 00017_StartWaitRepeat.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  121 b   |  10 lines

  1. on exitFrame
  2.   global f
  3.   set f to 0
  4.   if rollOver(1) = 1 then
  5.     go("Start")
  6.   else
  7.     go(the frame + 1)
  8.   end if
  9. end
  10.