home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
Mare
/
SHAREDM.CST
/
03034_Script_3034
< prev
next >
Wrap
Text File
|
1997-09-15
|
482b
|
19 lines
on avanti5 castpausa,castvideo,mtstep2,mtstep3,mtstep4,mtstep5
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< mtstep5 then
set the movietime of sprite castvideo to mtstep5
updatestage
exit
end if
end