home *** CD-ROM | disk | FTP | other *** search
/ Inventor Labs: Technology / INVENTORLABS_TECHNOLOGY.BIN / pc / files / bell.dir / 00172_Script_172 < prev    next >
Text File  |  1997-05-26  |  195b  |  8 lines

  1. --s xtFrm mInit(gInductionBalanceObj)
  2.  
  3. global gInductionBalanceObj
  4.  
  5. on exitFrame
  6.   set gInductionBalanceObj = mInit(script "Induction Balance Object")
  7.   mActivate(gInductionBalanceObj)
  8. end