home *** CD-ROM | disk | FTP | other *** search
/ Apollo XIII - A Week to Remember / APOLLO_13.iso / pc / chpter3 / explode / explode.dir / 00120_main menu script animation.ls < prev    next >
Encoding:
Text File  |  1995-05-22  |  166 b   |  12 lines

  1. on mouseDown
  2.   button(36, "chpter3 moon inv", "chpter3 moon", 3)
  3. end
  4.  
  5. on mouseUp
  6.   global gQuitM
  7.   if gQuitM = 1 then
  8.     exit
  9.   end if
  10.   go(1, "@\\\intro2.dir")
  11. end
  12.