home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Greatest Childrens Stories Ever Told
/
Greatest_Stories.iso
/
movies
/
sleeping
/
win.dir
/
00046_Script_46
< prev
next >
Wrap
Text File
|
1994-11-02
|
437b
|
15 lines
on pressbutton whichsprite, whichcast, whichframe
set oldcast= the castnum of sprite whichsprite
set whichCast=the number of cast whichCast
if whichCast<0 then exit
set the castnum of sprite whichsprite=whichcast
updatestage
starttimer
repeat while the timer <5 or the stilldown
do "nothing"
end repeat
Set the castnum of sprite whichsprite=oldcast
updatestage
go frame whichframe
end pressbutton