home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Jommeke
/
Jommeke.iso
/
movies
/
spotdiff.dir
/
00052_Script_52
< prev
next >
Wrap
Text File
|
2000-02-23
|
328b
|
17 lines
on oldleftclick
global markerch,mx,my
set the visible of sprite markerch to true
repeat while the mousedown=true
put the mouseh into mx
put the mousev into my
set the loch of sprite markerch to mx
set the locv of sprite markerch to my
updatestage
end repeat
end