home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Magazin 1995 May
/
TYPEMANIA.ISO
/
ars.dir
/
00035_Script_35
< prev
next >
Wrap
Text File
|
1994-02-24
|
289b
|
14 lines
on exitFrame
global timex
put the movietime of sprite 4 into timex
repeat with i=255 down to 0
starttimer
repeat while the timer <1
updatestage
end repeat
set the volume of sprite 4 to i
end repeat
set the movietime of sprite 4 to 0
end