Hi Nelson,

> How might one draw a red line of medium width from say 100,100 to 200,200?
> 
> Nelson Zink

try this:

on mouseUp
  set forecolor of the templategraphic to "red"
  set the linesize of the templategraphic to 2
  set the style of the templategraphic to "line"
  choose graphic tool
  drag from 100,100 to 200,200
end mouseUp

Will end with a 2-pixel wide line...

Have fun...


Regards

Klaus Major <[EMAIL PROTECTED]>
MetaScape GmbH


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.

Reply via email to