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 / CIN.dcr / 00209_NEWSêÞéZ.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  138 b   |  12 lines

  1. global mm
  2.  
  3. on mouseUp
  4.   put string(mm)
  5.   set flag to payment(100)
  6.   if flag <> 0 then
  7.     go("getout")
  8.   else
  9.     go("NEWS")
  10.   end if
  11. end
  12.