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

  1. on exitFrame
  2.   global VID
  3.   if the movieTime of sprite 10 >= VID then
  4.     set the movieRate of sprite 10 to 0
  5.     updateStage()
  6.     go(the frame + 1)
  7.     CLEANUP()
  8.   else
  9.     go(the frame)
  10.   end if
  11.   updateStage()
  12. end
  13.