Hi everybody,
I need a little help about the CORONA SDK api…
I like to create a function like this:
local tongue = display.newLine( sapo.x, sapo.y, e.target.x,e.target.y)
tongue:setColor( 255, 102, 102, 125 )
tongue.width = 15
timer.performWithDelay(2000, function() tongue:removeSelf() end, 1 );
But i have a serious problem… The graphics is very bad jajaj 
What i need is to curve the line, in the other sdk that i had used (like .net framework) i can draw the line and set the edge round for example…
There are some api in corona that permit to do this?
Or if someone have an a good idea to create a extensible tongue for a frog, please post it down!
[import]uid: 153233 topic_id: 27162 reply_id: 327162[/import]

