home *** CD-ROM | disk | FTP | other *** search
/ Battlefield Earth Promo / BECDROM.iso / macstart / macstart.dxr / 00055.ls < prev    next >
Encoding:
Text File  |  1996-10-27  |  142 b   |  9 lines

  1. on mouseUp
  2.   set the puppet of sprite 3 to 0
  3.   if soundBusy(2) then
  4.     sound stop 2
  5.   end if
  6.   puppetTransition(23, 2, 10, 1)
  7.   go("WS")
  8. end
  9.