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 / 00202_ŸøêÞéZ.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  143 b   |  12 lines

  1. global mm
  2.  
  3. on mouseUp
  4.   sound stop 2
  5.   set flag to payment(500)
  6.   if flag <> 0 then
  7.     go("getout")
  8.   else
  9.     go(the frame + 1)
  10.   end if
  11. end
  12.