home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
Citta
/
shared.cst
/
03015_Script_3015
< prev
next >
Wrap
Text File
|
1997-10-14
|
463b
|
19 lines
on indietro3 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 >mtstep3-1 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 0
updatestage
exit
end if
end