home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Inventor Labs: Technology
/
INVENTORLABS_TECHNOLOGY.BIN
/
mac
/
FILES
/
INVEST.DIR
/
00804_Script_Service
< prev
next >
Wrap
Text File
|
1997-05-26
|
416b
|
28 lines
-- s : Per Frame Loop
--
-- Service the gears object
--
-- Written by: Jason Winshell
--
-- Copyright 1996, ???
--
-- Change History:
--
-- 03/13/96 JW Created
--
-- To Do:
-----------------------------------------------------------------------------------------
-- globals
global gObjGearsController
on exitFrame
mPerform( gObjGearsController )
go to the frame
end
-- EOF