home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 2 #3 / Blender_2_3.iso / BLENDER / FILES / GARBAGE.DIR / 00115.ls < prev    next >
Encoding:
Text File  |  1996-04-01  |  202 b   |  13 lines

  1. on exitFrame
  2.   global VID
  3.   if the movieTime of sprite 40 < VID then
  4.     moveThumbnail()
  5.     flashVideo()
  6.     followMouse()
  7.     go(the frame)
  8.   else
  9.     go(the frame + 1)
  10.     updateStage()
  11.   end if
  12. end
  13.