home *** CD-ROM | disk | FTP | other *** search
/ PC Direkt 1998 #11 / PCDIREKT_1198.bin / SHOWDATA / SHOWSHOP.DXR / 00005.ls < prev    next >
Encoding:
Text File  |  1997-07-31  |  279 b   |  14 lines

  1. on exitFrame
  2.   set waiter to the timer + 60
  3.   repeat while (the timer < waiter) and not (the mouseDown)
  4.     BtROHandler(21)
  5.     BtROHandler(37)
  6.     BtROHandler(38)
  7.     BtROHandler(39)
  8.     BtROHandler(40)
  9.     BtROHandler(41)
  10.     BtROHandler(42)
  11.     updateStage()
  12.   end repeat
  13. end
  14.