home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 22
/
cdrt22.iso
/
pc
/
bugbook
/
home.dir
/
00400_Script_400
< prev
next >
Wrap
Text File
|
1995-06-27
|
520b
|
20 lines
------------------------------------------------------------------------
-- UNLOAD CAST COUNT ANIMNUM SET CURSOR -1
------------------------------------------------------------------------
on exitFrame
global animNum
global currcastLoad, currNumberLoad
unLoadCast currcastLoad, currNumberLoad
put 1 + animNum into animNum
if animNum=11 then
createHabitatAnims
set animNum=1
end if
puppetSound 0
go "home"
startTimer
set the cursor of sprite 45 to 0
cursor -1
end