setting RECT color
#1
I have a RECT on my view. How do I set the RECT color to 184,184,184? I've tried DRAW SET, but that usually just changes global colors (BG, HighColor, LowColor). Do I use FillorStroke and what would that look like? There's no example on Besly. Thanks Smile
Reply
#2
#!yab

window open 100,100 to 400,400, "Example", "Example"
draw set "HighColor", 184,184,184 , "Example"
draw set IsStroke, "HighSolidFill"
draw rect 10,10, 290, 290, "Example"
sleep 7
window close "Example"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)
Free Web Hosting