ActionScript 2.0 :: Object Registration Point Explanation?
Mar 22, 2010
I'm a relative noobie struggling to understand object registration points / center points. For example, in this image of an empty movie clip from an XML gallery I'm customizing for my site, there is a circle with a cross and an empty circle.
Can someone point me to a thread or article that explains object registration points, how they relate to each other and how (and why) to move them (or not)?
View 3 Replies
Similar Posts:
Jul 23, 2009
using action script how can I set the registration point of an object. Also what import would I use.
View 1 Replies
Dec 5, 2010
I have an object which is converted into a symbol. I double click on this object/symbol and it goes into its own seperate timeline. For my coding purposes I would like to know how to change the registration point of the symbol so it moves along or is addjustable on a symbols its own timeline so a can create animations on an objects timeline without screwing up my codeing because objects don't register when their moved away from the registration point the compiler still thinks that the registration point is where it was previously.
View 8 Replies
Mar 11, 2012
I want to rotate the movieclip about a point that is not on the registration point.
The current registration point is at the top left and I want to rotate it about the coordinates: _y = -178, _x = -24.5
View 8 Replies
Jun 3, 2008
This is probably really trivial, but how do I set an object's ransformation/registration point in AS3, not the IDE?
View 12 Replies
Mar 3, 2011
Is there any way to change the registration of a video object (so that you can apply a tween effect)?
View 1 Replies
Sep 5, 2009
im trying to make my plane movieclip follow the mouse... which i have achieved although i want to give it a regestration point so that when the mouse turns or goes left, right, back etc, the front of the plane goes with it so it looks realistic aposed to a plane image moving left and right.
View 1 Replies
Oct 28, 2010
When you create shape on stage and right click and chose create object you can chose Registration point for the object you chose what corner will be used as center of coordinates for this object. Now onice you create object is there way to change this registration point e.g. i created it in center now i want to to be in upper left corner?
View 5 Replies
Sep 22, 2009
I am moving movieclips around my stage in relation to the users mouse location. All of my movieclips have the registration point placed in the default top left corner. As an object moves off the stage to the left it suddenly disappears when the registration point reaches the edge of the stage. I would like to see the whole object move off the screen instead of just disappearing when the left corner reaches the edge. I would move the registration point to the right side but I would like the movieclip to be able to move off all sides of the stage (top, bottom, left, right)
View 5 Replies
Oct 28, 2010
When you create shape on stage and right click and chose create object you can chose Registration point for the object
you chose what corner will be used as center of coordinates for this object. Now onice you create object is there way to change this registration point e.g. i created it in center now i want to to be in upper left corner?
View 1 Replies
Oct 29, 2010
When you create shape on stage and right click and chose create object you can chose Registration point for the object..you chose what corner will be used as center of coordinates for this object. Now onice you create object is there way to change this registration point e.g. i created it in center now i want to to be in upper left corner?
View 2 Replies
Feb 8, 2010
There is not setRegistration point method. So, how to set registration poing in AS3. Do any body know about it ??
View 3 Replies
Jan 1, 2010
Flash uses a movie clip's REGISTRATION POINT to determine the MC's X and Y coordinates, correct? If not, what is used?
View 4 Replies
Sep 9, 2005
can you set the registration point of a mc with as? I need to do this for a whole bunch of loader components, which are by default set to TL. I need CC.
View 3 Replies
Mar 20, 2008
I have a movie clip on my stage with various elements in it. When I edit this movie clip all the coordinates for the various elements have really random values because the registration point is not set to the top left corner of the symbol but I can't find any way to change the registration point - nothing I've found online so far works.
View 3 Replies
Apr 20, 2009
I want to load a series .jpgs into an existing mcs. The mcs are 75 x 75 pix and the .jpgs are 50 x 50 pix. The problem is that I made the mcs with the registration point at the top left corner. This causes the mcs to load in at that point so that the margine between the .jpg and the mc is uneven. How can I change the registration point of each mc so that the CENTER of the .jpg is positioned the CENTER of the mc?
View 3 Replies
Jun 8, 2008
it posseple to change the Registration point via AS3 ?
View 11 Replies
Feb 3, 2010
How can i change registration point of uiloader?
because that loader loads images which needs to be zoomed for productional purposes, but it does not zoom the center, it zooms through to reg point.
View 5 Replies
Jul 5, 2011
how?
View 1 Replies
Sep 25, 2007
How do you change the registration point of a TextField or MovieClip?Suppose you want to Twin a zoom in, I need it to happen from the middle, but I found no methods or properties that let you set it in the center.
View 9 Replies
Sep 15, 2009
is it possible to find out where a movieclip registration point is in comparison to the stage?for example its in the bottom left or top right...
View 2 Replies
Apr 19, 2006
I'm importing an image that I'll use as my pointer(arrow) in a speedometer. My problem is that I need to manually set the movieClip's registration point so that I'll get the rotation right. If I manually drag the image on stage and use F8 to convert it to a MovieClip, I can set the registration point in the dialog box popping up. The only thing I'm trying to do is just that, but with ActionScript since I create this thingie dynamically
View 3 Replies
May 9, 2008
I've got quite a few images that are being loaded into my project through the MovieClipLoader function, anyway, when they are loaded to a specific MovieClip, their registration point is set to the top left corner (0, 0).Is there any way of adjusting the registration point for this MovieClip? Or would I have to something like the following:
Code:
var pL:MovieClipLoader = new MovieClipLoader();
// loader[code]......
I don't know if the above is even possible, but thats what I'd guess, if there is no way of setting the registration point in a easier way. I feel that the above is such a waste.
View 2 Replies
Mar 18, 2009
Do you usually set the registration point in the upper-left corner ?I usually have always troubles with the registration point in the center.. or is maybe useful in any situation ?
View 1 Replies
Oct 7, 2009
Is it just me or is it true that once you create a symbol and set the registration point you can't ever change it? unless you make it into a new symbol?
View 2 Replies
Mar 14, 2012
I have an action script for a movie clip to rotate around (instance_name.rotation -= 1. and this works fine, how ever i need it to rotate around a point outside of the movie clip. i think i need to move the registration point but i dont know how to do this.
View 1 Replies
May 19, 2005
How do I set a movie clip's registration point using Action Script. Let's say I want it to be in the middle. I create my movie clip dinamical usign createEmptyMovieClip and drawing Api
View 1 Replies
Apr 26, 2009
i am succesfully panning an image so far with this code:
Code:
my_mc.addEventListener(Event.ENTER_FRAME, panMe);
function panMe(e:Event):void {
[code]....
View 10 Replies
Jun 4, 2009
in my dynamic gallery my empty movie clips that load the images have their registration point at the top left of frame.this means that even if i have images of different sizes, I have to make them all the same size and then with white borders if necessary so that they all display in the same place. it would be better if they were centred inside the emoty movie clip and the movie clips registration point was at the centre.. is this possible ?
View 1 Replies
Sep 25, 2009
is there a way to change the registration point of a DisplayObject through as3? I am loading an image through XML and the registration point defaults to top left. I need it to be in the center so my rotation tween looks right.
View 7 Replies