How do I scale and position a bunch of lines so that their original relations towards each other remain intact?
Background: I’m using display.newLine to record a user drawing. I want to reassemble this drawing later on at a different position and in different size, so I’m using display.newLine again with the recorded coordinates. However, right now, the individual lines are “disconnected” and don’t properly touch after re-drawing, because their coordinates in relation to each other are wrong now. Do I need a dispay group here, or can I do it differently?
Thanks! [import]uid: 10284 topic_id: 7573 reply_id: 307573[/import]