ActionScript 2.0 :: Change The Document (0,0) Point?
Feb 24, 2010
I guess if there is a method for change the origin (0,0 point) of a flash document.If you publish a 200x200px flash document as a 400x400px flash document (changing its size by the html height and width attributes) and set its Stage.scaleMode = 'noScale' inside the flash, the stage area will grow the additional 200px (in each dimension).
But instead of add the extra 200px AFTER the original ones flash renders a stage area with x and y ranging from -100 to 300, it is centers the original stage area in the new stage dimensions.I am trying to find a method of change the 0,0 point of the stage in real time, so I could work with a stage with dimensions ranging from 0 to 399 (in both axis) instead of -100 to 300,
View 1 Replies
Similar Posts:
Jul 15, 2011
i have the follow issue :
I have a point which is setted at the border on a component, with changed transform point to the center of a component in order to match the component rotation.
the important part is when i try to get the point XY after rotation - they remains the same as before rotation.
how to get XY, after rotation ( changeing point.rotation property to specific degrees of rotaion )
View 2 Replies
Aug 11, 2009
Is there any way to dynamically change the Transformation or registration point of a MC with AS3? I'm trying to dynamically create shadows behind clips that skew to follow the sun.
View 3 Replies
Sep 1, 2009
How can I change the size of the document dynamically? The document has a fixed size and when I use the Movieclip(root).width/height I change the size of the movieclip but not of the document. How can I access the width/height of the document?
View 3 Replies
Oct 11, 2010
Change document size with it?
View 8 Replies
Nov 25, 2010
Is it possible to change the size of the document (or stage) from an AS file?[code]...
but evidently it is not "Document" - or if it is, there is another include I need to use.
View 2 Replies
Feb 5, 2009
I have some images which I am loading with xml and tweening using scaleX and scaleY. They default tween from the top left. How can I make them tween from the centre using actionscript?
View 2 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
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 7, 2010
How do you change the Pivot point for a graphic on MX 2004? It defaults to the middle and I need it on the end of the graphic.
View 3 Replies
Jul 5, 2011
how?
View 1 Replies
Feb 29, 2012
When load an image into a instance, I can't align them because the reg point is different.
View 3 Replies
Oct 16, 2010
A standard Flash CS5 document with one layer called background. The document is associated with a class called 'Game' which extends MovieClip.
I am executing some logic in the 'Game' class after calling an 'Initialize' method.
I want to change the background color of the document at runtime to something else (e.g., a different color, a gradient, or a picture).
View 3 Replies
Feb 23, 2011
I have a symbol of text with instance name "test_" on the main timeline and some graphics that are loaded programmatically. When the graphics are loaded onto the stage, it covers up the "test_" so that only part of it is visible. How do I change the depth of the "test_" symbol so that it is on top of all the graphics on the stage?
I tried this setChildIndex(test_,numChildren-1); however numChildren is equal to one so apparently it is already on top of its container. I need "test_" to be above all graphics that were loaded onto the stage instead.
View 1 Replies
Jun 1, 2005
So I was just sitting and fooling a bit around in flash, when I decided to change the colour of an object through and XML document, that ofcause contained the colourcode. So I made a little, very basic, action script, but it doesn't seem to work. When I open the page, the object turns black, so the setRGB works, but because it can't find any of the xml, flash writes 000000, and therefore it turns black. Well, that's what I'm guessing. The point is, it isn't working, and I really don't know why.
[Code]...
View 4 Replies
Mar 7, 2007
what i have is a button loading an image in a new window using this code:
Code:
b1.onRelease = function(){
getURL("javascript:window.open('images/wallpapers/rocks.jpg');void(0);");
}
what do i need to add to set the new window's background color to black?
View 1 Replies
Sep 15, 2009
How do i change the skeleton's pivot point to hip?? "reset Transformation point" doesnt doin it!!
View 6 Replies
Dec 15, 2009
analog to the Flash Authoring Tool, set and change the registration point while instancing a new DisplayObject?
View 4 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
Sep 13, 2010
Is there a way to change the position of the registration point inside a Movie Clip using Flash5 ?I've found stuff online for older Flash versions but not CS5.
View 2 Replies
Apr 18, 2011
Has anyone got a bit of code I can use to change the center point DisplayObjects rotate around in a 3D space? I need it to work with rotationX, rotationY and rotationZ. I know theres a workaround of wrapping every object in aother sprite and offsetting the x & y positions but I'd much prefer a math solution. As an example of the problem, this code should make a star shape:
[Code]...
View 1 Replies
Aug 16, 2006
Is there a way to change the registration point of a movie clip after you've made the movie clip?
View 5 Replies
Feb 4, 2008
I'm attempting to write a racing game. I've loaded in my image, I brought it to the stage and now, all I want to do is rotate it from its' center and not upper left corner.
The code:
racer.rotation += 5;
rotates from the upper left corner. How do I rotate from the center of the car/sprite? I've tried putting it into a container but I'm unsure on the coordinates of the container because I tried to set the x,y coordinates to half the sprite image but y'know, it's not doing what I expect it to.
ActionScript Code:
if (arrowLeft) {
var container:Sprite = new Sprite();
[Code]....
I will never sneer at another racing game! I didn't think it would be this hard to do a simple rotate of an image!
View 3 Replies
May 7, 2010
How to change the registration point dynamically in As3.0
View 2 Replies
Mar 21, 2011
i have a textbox on stage which scrolls text from the left hand to the right side of the screen. When the textbox to other side of the screen when reaching a certain point.I would like to change the registration point of the textbox . Start on furthest left hand side not the right Or another idea is to minus the distance of the textsbox.width
box.onEnterFrame = function(){
news._x +=5;
if(news._x >= 800){
[code]......
View 0 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
Mar 27, 2012
I want to change a sound in my code when the mouse is over an y point.
Code:
var musica:URLRequest = new URLRequest("sensor.mp3");
var sound:Sound = new Sound();
var soundControl:SoundChannel = new SoundChannel();
sound.load(musica);
addEventListener(Event.ENTER_FRAME,update);
stage.addEventListener(MouseEvent.MOUSE_MOVE, Inicial);
Here, I need to change the sound to another one.
Code:
if(mouseY > 250){
var musica:URLRequest = new URLRequest('som2.mp3');
sound.load(musica);
}
but it isn't change.
View 6 Replies
Jan 31, 2006
I have a symbol created out of a bitmap image. When I converted the "bitmap" to a "movieclip" object, I selected the center registration point in the dialog box. After the symbol is created an placed on the stage, I can seen the registration point at the center of the movieclip. Nevertheless, if I check the coordinates of the movieclip, it refers to the top left corner instead of the registration point. The most strange thing is that if I try to check the coordinates of the movieclip using Actionscript - something like trace("x: " + mc._x + "y: " + mc._y); - it do refers to the center point of the movieclip. So how can I have the coordinates during design time the same as during runtime? Why do I always have to refer to the top left corner and not to the ACTUAL registration point?
View 9 Replies
Aug 1, 2003
Say you draw a simple MC (a square for the mathematically challeneged):
Code:
with (path.createEmptyMovieClip("mask", 2)) {
beginFill(0x0000FF, 100);
moveTo(0, 0);
lineTo(100, 0);
lineTo(100, 100);
lineTo(0, 100);
lineTo(0, 0);
endFill();
}
The current focal point is in the top left corner, how could I change the focal point? Is this possible?
View 6 Replies
Aug 1, 2009
how to change the registration point of a movie clip at run time using action script 3.0.I have gotten a lot of code in the past but none of it worked and all of it was not for 3.0 but other versions.
View 4 Replies