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 / paris / wave / MAP052J.dcr / 00066.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  154 b   |  12 lines

  1. global mm
  2.  
  3. on mouseDown
  4.   if (mm - 200) < 0 then
  5.     go("getout")
  6.   else
  7.     set mm to mm - 200
  8.     put mm into field "gold"
  9.     go("arrow")
  10.   end if
  11. end
  12.