What's registration point?
Hello there!!
I wanted to know please what's exactly the concept called:" registration point"
I'll be glad if someone here will explain me clearly and in detail what this term means.
Thanks in advance!!Atar.Hello there!!
I wanted to know please what's exactly the concept called:" registration point"
I'll be glad if someone here will explain me clearly and in detail what this term means.
Thanks in advance!!Atar.OK, so actually, what's the difference between those two terms? (the transformation point vs. the registration point)
Registration point is always (0, 0), the top left corner of an object. However please note the visual element in a object can be placed at a negative point such as (-10, -10). In this case the registration point appears to be at (10, 10) but it's not. The object registration point is still (0, 0) with something is placed at the negative point.
All the transformation (scaling and rotating) by ActionScript is performed at the registration point (0, 0). (However, you can do the transformation using any point using Matrix.) Measurements (location, distance etc) are also all based at the registration point.
Transformation point only exists in Flash IDE when you transform an object manually. It's set to the center of the object by default. Transformation point does not exist in AS (unless you do the transformation with Matrix), or you can say it's the same as registration point in AS.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.