another question on same thing
I have 10 instances of obj "dot" and I placed them between two positions equally from startX,StartY to touchx.touchy. Now If angle from startX, Starty to touchx.touchy is 0, 90, 180 & 270 degree. then I want to snap them to these angles.
Its something like first I have to get angle (start.X, Start.Y, touch.X.touch.Y) into variable and then comparing it and then change touchX,touchY to "something", How do I get that "something" value?