home *** CD-ROM | disk | FTP | other *** search
/ Everyones Internet / EV1NET.ISO / pc / tutorial / security.dxr / 00005_pause.ls < prev    next >
Encoding:
Text File  |  1999-05-12  |  105 b   |  9 lines

  1. on mouseUp
  2.   if the pauseState = 1 then
  3.     go(marker(0))
  4.     continue()
  5.   else
  6.     pause()
  7.   end if
  8. end
  9.