home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1996 April - The Windows Show / PCPRO_0496.ISO / int.dir / 00094.ls < prev    next >
Encoding:
Text File  |  1996-02-09  |  151 b   |  9 lines

  1. on exitFrame
  2.   global Qtsprite
  3.   if the movieTime of sprite Qtsprite > the frameLabel then
  4.     go(the frame + 1)
  5.   else
  6.     go(the frame)
  7.   end if
  8. end
  9.