home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Japan / Hitachi / nippon / oni / j / kagome.dcr / 00001_Hine.ls next >
Encoding:
Text File  |  2017-09-21  |  125 b   |  10 lines

  1. on mouseUp
  2.   global StopFlg
  3.   if the frame > 59 then
  4.     set StopFlg to 0
  5.     go(1)
  6.   else
  7.     set StopFlg to 1
  8.   end if
  9. end
  10.