home *** CD-ROM | disk | FTP | other *** search
/ Inventor Labs: Technology / INVENTORLABS_TECHNOLOGY.BIN / mac / FILES / HELP.DIR / 00157_Script_157 < prev    next >
Text File  |  1997-05-26  |  320b  |  12 lines

  1. global gReturnFrame, gCurrMovie,  gInterfaceMgrObj
  2.  
  3. on mouseUp
  4.   
  5.   patchpal
  6.   go gReturnFrame of movie gCurrMovie
  7.   if getpos(["Timeln.dir","Invest.dir","Gallery.dir"],gCurrMovie) then mActivate( gInterfaceMgrObj , FALSE)
  8.   else mActivate( gInterfaceMgrObj, TRUE )
  9.   setInventGlobalStrip
  10.   updatestage
  11.   
  12. end