home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 3 #4 / Blender_3_4.iso / BLENDER / FILES / FONDA.DIR / 00170.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  153 b   |  10 lines

  1. on exitFrame
  2.   global VID
  3.   if the movieTime of sprite 40 < VID then
  4.     moveThumbNail()
  5.     flashVideo()
  6.     go(the frame)
  7.   end if
  8.   updateStage()
  9. end
  10.