home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Japan / Panasonic- / time_capsule / roulette / l.dcr / 00067.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  145 b   |  11 lines

  1. on exitFrame
  2.   global rep
  3.   if rep < 50 then
  4.     set rep to rep + 1
  5.     go(the frame)
  6.   else
  7.     set rep to 0
  8.     go(the frame + 1)
  9.   end if
  10. end
  11.