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

  1. --s: inSit
  2.  
  3.  
  4. global gBellInsit
  5.  
  6. on exitFrame
  7.   
  8.   if not(objectp(gBellInsit)) then set gBellInsit = mInit( script "Bell INsit")
  9.   mActivate ( gBellInsit )
  10.   
  11. end