home *** CD-ROM | disk | FTP | other *** search
/ תקליטור אוסף מעל 200 משחקים מרתקים / over-200-games-micro-a-media.iso / CONNECTD / DEMO.DXR / 00384.ls < prev    next >
Encoding:
Text File  |  1996-01-12  |  277 b   |  22 lines

  1. on setDemo
  2.   cursor(200)
  3. end
  4.  
  5. on mouseUp
  6.   sound stop 1
  7.   go("black")
  8. end
  9.  
  10. on checksound whichChannel
  11.   repeat while the soundBusy of whichChannel
  12.     nothing()
  13.   end repeat
  14.   updateStage()
  15. end
  16.  
  17. on wait howLong
  18.   repeat while the timer < howLong
  19.     nothing()
  20.   end repeat
  21. end
  22.