home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
testsoft
/
muzea
/
exemusei
/
credits.dir
/
00008_Script_AniCredits
< prev
next >
Wrap
Text File
|
1997-04-14
|
302b
|
18 lines
on exitFrame
if the machinetype=256 then
put 8 into m
else
put 14 into m
end if
put 3000/m into n
repeat with c = 1 to n
set the locV of sprite 6 = the locV of sprite 6 - m
if the mousedown then exit repeat
updatestage
end repeat
play done
end