home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
testsoft
/
muzea
/
exemusei
/
shared.cst
/
00966_Script_SU
< prev
next >
Wrap
Text File
|
1987-04-12
|
208b
|
9 lines
on mouseDown
global gskr
put the top of sprite 2 into T
put the mouseCast into MC
repeat while the mouseDown = 1 and the mousecast = MC
put T + gSkr into T
CtrlSkrol T
end repeat
end