? bout vector object

i have a vector circle with a color stroke around it
is it possible to have the circle color alpha = 0 but the stroke still show
in other words i need a ring and would like to use newCircle instead of an image [import]uid: 7911 topic_id: 12019 reply_id: 312019[/import]

Yes it’s possible. [import]uid: 48521 topic_id: 12019 reply_id: 43838[/import]

Woah … prove it? I don’t have to prove it…you could ask for example politely… which i will give…

[lua]local rect = display.newRect(135, 100, 50, 50)
rect:setFillColor(255, 255, 255,0)
rect:setStrokeColor(140, 140, 140)
rect.strokeWidth = 5[/lua] [import]uid: 48521 topic_id: 12019 reply_id: 43842[/import]

thanks didnt mean to sound rude thanks for the ex. [import]uid: 7911 topic_id: 12019 reply_id: 43843[/import]

ok thanks
[import]uid: 7911 topic_id: 12019 reply_id: 43841[/import]