At 10:07 PM -0600 7/18/01, Nelson Zink wrote:
>How might one draw a red line of medium width from say 100,100 to 200,200?
Use something like:
on mouseup
create invisible grc "testLine" --in group "someGroup"
set the rect of it to 100,100,200,104
set the foreColor of it to red
set the lineSize of it to 2
show it
end mouseup
regards,
gc
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.