home *** CD-ROM | disk | FTP | other *** search
/ תקליטור אוסף: 100 משחקים Windows 95 / 100-games-cvr-GAMES96.iso / think1 / shgmdemo / shgmdemo.dir / 00021_Play.ls < prev    next >
Encoding:
Text File  |  1995-04-13  |  484 b   |  22 lines

  1. on mouseDown
  2.   puppetSound("PlayB")
  3.   repeat with x = 1 to 2
  4.     set the castNum of sprite 14 to the number of cast "play0"
  5.     updateStage()
  6.     startTimer()
  7.     repeat while the timer < 15
  8.       nothing()
  9.     end repeat
  10.     set the castNum of sprite 14 to the number of cast "play1"
  11.     updateStage()
  12.     startTimer()
  13.     repeat while the timer < 15
  14.       nothing()
  15.     end repeat
  16.   end repeat
  17.   repeat while the soundBusy of 1
  18.     updateStage()
  19.   end repeat
  20.   go("start game")
  21. end
  22.