lua - how draw ring with transparent internal background (corona sdk) -


how draw ring transparent internal background (corona sdk). dipslay.newcircle draw circle not ring.

try this

local circle = display.newcircle (100,100,200) circle:setfillcolor(0,0,0,0) --this set fill color transparent circle.strokewidth = 3 --this width of outline of circle circle:setstrokecolor(255,0,0) --this color of outline 

Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -