home *** CD-ROM | disk | FTP | other *** search
/ Headbone Interactive / Headbone_Interactive_CD-ROM_Sampler_1995.iso / pc / demos / pants / intro.dxr / 00118_doKingIntroLoop.ls < prev    next >
Encoding:
Text File  |  1995-09-15  |  154 b   |  12 lines

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     if random(3) = 3 then
  4.       go("K1")
  5.     else
  6.       go("King Intro")
  7.     end if
  8.   else
  9.     go("End")
  10.   end if
  11. end
  12.