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 / CINJ.dcr / 00182_Map Go.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  180 b   |  13 lines

  1. global ma, map
  2.  
  3. on mouseDown
  4.   set flag to payment(1000)
  5.   if flag <> 0 then
  6.     go("getout")
  7.   else
  8.     set ma to "../MAP000J.html"
  9.     set map to 1
  10.     go("Ending")
  11.   end if
  12. end
  13.