Hi,
I have some developing experience with games on iOS using standard Apple frameworks but I’m totally new to Corona SDK and I’m a bit confused right now because I can’t find a way do draw an ordinary arc: I have found the display.newCircle() method but it draws a full circle while I need a way to draw only a part of it.
I found some tips about how to draw a bezier curve actually using the newLine() method and appending points to it but I just need an ordinary Arc, not a Bezier curve, and I’m puzzled that there isn’t a simple method to do that… Or I just can’t find it.
In the game I’m developing I’ll have to deal with a lot of procedural graphics, mostly lines and arcs so I’m worried about having to draw many arcs by appending so many short lines.
Isn’t there a simplier way to draw arcs?
thanks!