home *** CD-ROM | disk | FTP | other *** search
/ PC Direkt 1998 #11 / PCDIREKT_1198.bin / SHOWDATA / SHOWEINF.DXR / 00008.ls < prev    next >
Encoding:
Text File  |  1998-09-05  |  216 b   |  14 lines

  1. on exitFrame
  2.   if the movieTime of sprite 3 > (the duration of member 102 - 240) then
  3.     go(the frame + 1)
  4.   else
  5.     go(the frame)
  6.   end if
  7.   cursor([57, 58])
  8. end
  9.  
  10. on mouseDown
  11.   go(the frame + 1)
  12.   cursor(-1)
  13. end
  14.