home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
A Field Trip to the Sky (Demo)
/
Mac_Sunburst_AFieldTripToTheSky-Demo.iso
/
DIR
/
MEO.DIR
/
00001_Script_Initialize
< prev
next >
Wrap
Text File
|
1996-03-21
|
774b
|
46 lines
global gSSObject
global gMercuryObject
global gCurObject
global gPrevObject
global gChildList
global gChildSpriteList
on startMovie
-- do the one time initialization
initializeAFTTS
-- set up the children objects, if necessary
-- go back to the solar system
set gPrevObject to gSSObject
-- tell the scripts that gCurObject is the solar system
set gCurObject to gMercuryObject
-- lastly setup the child list
set gChildList to [gMercuryObject]
-- and set the sprite numbers
set gChildSpriteList to [3]
doInitGeneralButtons getProp(gCurObject,#id)
guideStart()
end
on stopMovie
guideStop()
end
-- ïïï generic idle
on idle
--doCheckInfoBox()
doCheckForGoBackToSS()
end