How would I create a curved line to represent a sine wave? I’m good with the mathematics behind the actual wave, but what would be the best way to represent it on screen? (I’m making a game with ramps). Pixels? Or a line? Thanks
Corona SDK does not have the ability to draw with single pixels. You’re best bet is make it up as a series of lines.
Rob
Corona SDK does not have the ability to draw with single pixels. You’re best bet is make it up as a series of lines.
Rob