home *** CD-ROM | disk | FTP | other *** search
/ Everyones Internet / EV1NET.ISO / mac / Tutorial / overview.dxr / 00005_PAUSE.ls < prev    next >
Encoding:
Text File  |  1999-05-19  |  125 b   |  12 lines

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