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 / 00100.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  155 b   |  10 lines

  1. on exitFrame
  2.   when mouseDown then BUNKI_RTN3
  3.   when mouseUp then nothing
  4.   if the timer < 600 then
  5.     go(the frame)
  6.   else
  7.     bunki_rtn3()
  8.   end if
  9. end
  10.