home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Japan / Kyoto / culture / hinadan / hina.dcr / 00119.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  167 b   |  11 lines

  1. on exitFrame
  2.   when mouseDown then nothing
  3.   when mouseUp then nothing
  4.   loop_rtn()
  5.   if the timer < (5 * 60) then
  6.     go(the frame)
  7.   else
  8.     end_rtn()
  9.   end if
  10. end
  11.