home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
testsoft
/
muzea
/
exemusei
/
credits2.dir
/
00007_Script_7
< prev
next >
Wrap
Text File
|
1997-04-14
|
303b
|
19 lines
on exitFrame
cursore
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 go to "warn"
updatestage
end repeat
end