Is there any way to draw on an object? I'm trying to make a flight control-like game, and I need to be able to "draw" the lines without creating too many objects. I thought I would make this happen by having the mouse (or finger) draw a line on an otherwise transparent object, but I can't find a way to make this happen in the iOS runtime.

