What are reference points exactly used for? Are the just to position an image somewhere so you don’t have to enter x and y values or is it for something else that i’m not aware of? [import]uid: 122076 topic_id: 22137 reply_id: 322137[/import]
You’re more or less spot on, they have a few uses but normally it is to position the image properly.
For example obj1 might be in the top right hand corner and you want obj2 immediately to it’s right but don’t want to do the math - so you’d set a reference point to the left and position it at obj1.width.
[import]uid: 52491 topic_id: 22137 reply_id: 88012[/import]