home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
Mare
/
SHAREDM.CST
/
03014_Script_3014
< prev
next >
Wrap
Text File
|
1997-09-15
|
466b
|
19 lines
on avanti3 castpausa,castvideo,mtstep2,mtstep3
global m
set the visible of sprite castpausa to false
set the movierate of sprite castvideo to 0
set m to the movietime of sprite castvideo
if m < mtstep2 then
set the movietime of sprite castvideo to mtstep2 +1
updatestage
exit
end if
if m >mtstep2 and m< mtstep3 then
set the movietime of sprite castvideo to mtstep3
updatestage
exit
end if
end