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 / 101 / kachinko.dcr / 00015.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  148 b   |  12 lines

  1. on exitFrame
  2.   if the mouseCast = -1 then
  3.     go(1)
  4.   else
  5.     if the mouseDown = 1 then
  6.       go(34)
  7.     else
  8.       go(33)
  9.     end if
  10.   end if
  11. end
  12.