home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 January / WPCJAN97.ISO / zarnac.dxr / 00067.ls < prev    next >
Encoding:
Text File  |  1996-11-18  |  157 b   |  10 lines

  1. on exitFrame
  2.   global gTheme
  3.   if the mouseDown then
  4.     set gTheme to the movieTime of sprite 8
  5.     go(the frame + 1)
  6.   else
  7.     go(the frame)
  8.   end if
  9. end
  10.