home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 3 #4 / Blender_3_4.iso / BLENDER / FILES / GAMEREV.DIR / 00121.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  184 b   |  12 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.   else
  8.     go(the frame + 1)
  9.     updateStage()
  10.   end if
  11. end
  12.