home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
testsoft
/
muzea
/
exemusei
/
shared.cst
/
00933_Script_Rnob
< prev
next >
Wrap
Text File
|
1987-04-12
|
356b
|
16 lines
on Rnob R, H, V
cursore
put R-10 into A
put R-20 into B
set the locH of sprite A = the locH of sprite A + H
set the locV of sprite A = the locV of sprite A + V
set the locH of sprite B = the locH of sprite B-9000
updatestage
repeat while rollover(R)
if the mousedown then
exit repeat
end if
end repeat
end