home *** CD-ROM | disk | FTP | other *** search
/ Inventor Labs: Technology / INVENTORLABS_TECHNOLOGY.BIN / pc / files / watt.dir / 00259_Script_259 < prev    next >
Text File  |  1997-07-24  |  145b  |  10 lines

  1. --s: Init Gears Gearts
  2.  
  3.  
  4. global oGearObject
  5.  
  6. on exitframe
  7.   set oGearObject = mInit(script "GearObject")
  8.   mActivate( oGearObject )
  9. end
  10.