home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Japan / Panasonic- / funcity / tokyo / slot.dcr / 00069.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  231 b   |  13 lines

  1. on mouseDown
  2.   global gbet
  3.   set i to gbet
  4.   set j to clickOn()
  5.   if the castNum of sprite j = 12 then
  6.     set the visible of sprite j to 0
  7.   end if
  8.   movecoin()
  9.   if gbet = i then
  10.     set the visible of sprite j to 1
  11.   end if
  12. end
  13.