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 / COUT.dcr / 00203_NEWSêÞéZ.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  121 b   |  11 lines

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