home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
testsoft
/
muzea
/
exemusei
/
shared.cst
/
00905_Script_Rcla
< prev
next >
Wrap
Text File
|
1987-04-12
|
460b
|
21 lines
on Rcla R
cursore
MovSpr R-10
MovSpr R-20
updatestage
repeat while rollover(R)
if the mousedown then
suonainterruttore
put R-20 into S
put the width of sprite S into W
put the height of sprite S into H
repeat with k = 1 to 25
set the height of sprite S = H-k*2
set the width of sprite S = W-k*2
updatestage
end repeat
exit repeat
end if
end repeat
end