Okay - I’ve read - and reread- and reread the PolyLines API…
Here’s what I’ve done (I know, super basic!!):
local star = display.newLine (0, -150, 25, 200)
Question: PointA (0, -150) to PointB (25, 200) is reversed from the rules of basic math quadrants if (0,0) is supposed to be the middle of the line. Where is the origin (0,0) for this display object?? The drawn line doesn’t even follow the basic rules of quadrants if (0,0) is supposed to be the top left.
From my basic math days, I remember the (x,y) quadrants as: bottom left (-,-), bottom right (+, -), top left( -, +), top right (+, +) and, of course, (0,0) is smack dab in the middle.
Thank you!
[import]uid: 45656 topic_id: 17031 reply_id: 317031[/import]
[import]uid: 3826 topic_id: 17031 reply_id: 63915[/import]