home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 September / macformat-028.iso / mac / Demos / UNZIP-DEMO / ZIPFILES / man00 / 00039.ls < prev    next >
Encoding:
Text File  |  1995-05-24  |  112 b   |  11 lines

  1. on mouseUp
  2.   global ship
  3.   if ship = 1 then
  4.     go("dra1")
  5.     exit
  6.   else
  7.     go("dra2")
  8.     exit
  9.   end if
  10. end
  11.