home *** CD-ROM | disk | FTP | other *** search
/ Imaginemos! 2 / Imaginemos2.iso / PC / PRETEND2.EXE / MARS.DXR / 00867.ls < prev    next >
Encoding:
Text File  |  1996-09-10  |  229 b   |  14 lines

  1. on exitFrame
  2.   global gParty
  3.   set the visible of sprite 11 to 1
  4.   if gParty = 0 then
  5.     go(the frame + 1)
  6.   else
  7.     if soundBusy(1) then
  8.       go(label("Gila Monster") + 70)
  9.     else
  10.       go("static")
  11.     end if
  12.   end if
  13. end
  14.