home *** CD-ROM | disk | FTP | other *** search
/ Inventor Labs: Technology / INVENTORLABS_TECHNOLOGY.BIN / pc / files / invest.dir / 00780_Script_780 < prev    next >
Text File  |  1997-05-26  |  394b  |  19 lines

  1. global gActorListMgrObj, gInterfaceMgrObj, gQTpath, gUtilityObj
  2. global gCurrMovie, gReturnFrame
  3.  
  4.  
  5. on exitFrame
  6.   
  7.   
  8.   mActivate( gInterfaceMgrObj, FALSE )
  9.   setInventGlobalStrip
  10.   updatestage
  11.   
  12.   repeat with counter = 1 to 33
  13.     puppetsprite counter, false
  14.     set the visible of sprite counter = TRUE
  15.   end repeat
  16.   
  17.   set gCurrMovie = the movie
  18.   set gReturnFrame = 1
  19. end