Ha, Ha, Ha - spoke too soon:

if the showBorder is set at FALSE (i.e. default) the
result is a green rectangle

to achieve a green line one has to set the showBorder
to TRUE

(and then make its fatness ZERO):

create img "LLINE"
set the width of img "LLINE" to (WID2 - WID1)
set the HEIGHT of img "LLINE" to (HITE2 - HITE1)
set the TOPLEFT of img "LLINE" to WID1,HITE1
set the showBorder of img "LLINE" to true
set the borderWidth of img "LLINE" to 0
set the threeD of img "LLINE" to false

choose brush tool
   set the brushcolor to "green"
   drag from WID1,HITE1 to WID2,HITE2
choose browse tool

AND that was not in the DOCUMENTATION!

sincerely, Richmond Mathewson



____________________________________________________________

A Thorn in the flesh is better than a failed Systems Development Life Cycle.
____________________________________________________________


      ___________________________________________________________
Support the World Aids Awareness campaign this month with Yahoo! For Good 
http://uk.promotions.yahoo.com/forgood/
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to