home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 3 #4 / Blender_3_4.iso / BLENDER / FILES / frequent.cst / 00005.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  184 b   |  7 lines

  1. on exitFrame
  2.   global gFrameIndex
  3.   disposeVid    -- use either disposeVid or CLEANUP, both are ok
  4.   --  CLEANUP
  5.   updateStage
  6.   go to frame gFrameIndex  -- return to calling frame
  7. end