I got stuck just with one problem:
I don’t have even an idea why my Y coordinate is reversed.
Here is the scheme: Y is 50 and my object is on the top. (I use only drawing. No rotation or other stuff) Stage is 400×400.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The coordinates used in flash are the same as many other 2D graphics libraries, including GDI (Win32) and x-windows where (0,0) is the top left corner. So positive X is to the right and positive Y is downwards.