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

  1. on exitFrame
  2.   global gSaturn
  3.   set gSaturn to 1
  4.   if soundBusy(1) then
  5.     go(the frame)
  6.   else
  7.     puppetSound("transport " & random(9))
  8.     go("wait")
  9.   end if
  10. end
  11.