Can you save a drawing?
Hi all,
In my game you have to draw lines like in Cart Cow. Is it possible to save the lines?
In my game you have to draw lines like in Cart Cow. Is it possible to save the lines?
Comments
First the no: GameSalad does not allow access to the camera or photo albums.
Now the yes: You could save endpoint positions to a table each time a line is drawn and then if needed re-create those lines from the data.
Oh good!(the yes bit), could you give me a rough idea of the best way to implement it?
Cheers