home *** CD-ROM | disk | FTP | other *** search
/ Oz - The Magical Adventure / Adventure.iso / pc / dkdata / volcano.dxr / 00024.ls < prev    next >
Encoding:
Text File  |  2000-06-01  |  201 b   |  14 lines

  1. on exitFrame
  2.   global gDifficultyLevel
  3.   Mixem()
  4.   if soundBusy(2) then
  5.     go(the frame)
  6.   else
  7.     if gDifficultyLevel < 3 then
  8.       go("start5")
  9.     else
  10.       go("start7")
  11.     end if
  12.   end if
  13. end
  14.