home *** CD-ROM | disk | FTP | other *** search
/ Quake 2 StrategyMaster / Quake2_Strategy_Master.iso / QuakeII / U6L1.dxr / 00056.ls < prev    next >
Encoding:
Text File  |  1998-03-09  |  150 b   |  9 lines

  1. on mouseUp
  2.   set the visible of sprite 19 to the visible of sprite 19 = 0
  3.   if the pauseState = 1 then
  4.     continue()
  5.   else
  6.     pause()
  7.   end if
  8. end
  9.