ActionScript 3.0 :: GetChild By X, Y Position?
Feb 21, 2011
Is there a method that does this that I just cant see? I have two uints which represent an x, y position of an unknown object. I need a way to figure out what is that object at the known x and y position.
I've tried getObjectsUnderPoint which returned: [object Shape],[object Shape]
it's correct that there are two objects but doesn't tell me specifically what they are.
View 2 Replies
Similar Posts:
Aug 19, 2010
Does anyone here knows how to get the path or the filename of an object inserted to the stage?
Here's the scenario:I'm developing a flash app, that enables the user to insert background to the stage by using the Browse and select using the FileReference in flash. I have successfully inserted whatever image the user choose, but what i'm trying to do is that if the user clicks save, the background image that he/she has selected will be copied to another folder on the web (uploads folder). Thus i need to know the path and filename of the background image.
[Code]...
View 7 Replies
Oct 11, 2011
I was just wondering if there is a way I can get the same info as the flash.display.getChild() Method, but providing the x and y co-ordiantes of a object.
View 7 Replies
Jul 20, 2010
I found out that I can't target a object inside the main MC if I use getChildAt / getChildByName. It will return me
Error #1119: Access of possibly undefined property someProperty through a reference with static type flash.display:DisplayObject.
I was trying to use something like
this.getChildAt(0).getChildByName("objectName")....
View 1 Replies
Nov 19, 2009
I added a Menu_mc on my stage. Initially, this should be at the center of the stage and when I click on it, it will tween on the upper left corner of the browser. However, when I resize the browser, the Menu_mc goes back to the center of the screen.
I have tried separating a different actionscript file where it is specifically for initialization of the object and another one for resizing. And then when I call it on my main AS file it goes like this:
Code:
// Add the symbols to stage
var Menu_mc = new Menu_MC();
addChild(Menu_mc);
[code]...
But it seems futile.
View 6 Replies
Jun 30, 2009
I am using a ScrollPane in my application(viz., instance name is: myScrollPane). When I view the contents of the ScrollPane, it shows them perfectly. My issue is: When I try to view data present inside the ScrollPane, if I move the Vertical-ScrollBar of the ScrollPane to middle(or somewhere from top to down) and then click on Submit button(viz., instance name is: submit_btn), then its Vertical ScrollPosition must be reset from middle(or any position where we leave it before) to top(or initial position). Hence, I need to move the Vertical ScrollPosition of ScrollPane to top (or) initial position. Everytime, I need to refresh the VerticalScrollBar Position when I click on the submit button. How to do it?
View 1 Replies
Aug 29, 2009
how to make an actionscript to move punto_mc from current position to random position after release, and then from this new position to mevo to another randon position after release?
View 2 Replies
Feb 3, 2012
I have simple image gallery, where images are placed one next to another and the mask is revealing only one of them. Now I want to tween position of the images, but when I do that the mask is "traveling" alongside with the images..
View 4 Replies
Nov 12, 2007
So I'm trying my hands on some full browser flash and after reading a couple of tuts I wrote this
Code:
#include "mc_tween2.as"
Stage.scaleMode = "noScale";
stageListener = new Object();[code]...
The trace's are because it didn't work like I thought it would.Etc the middle movieclip didn't center itself but rather positioned itself seemingly how it pleased so I traced its x position and the var stageXcenter position and like suspected it shows different values.
View 2 Replies
Feb 9, 2011
i want to take btn1 position half wwidth of own x position on stage
View 1 Replies
May 5, 2011
I have a ScrollPane and I want to get and set the scroll bars position (pixel position). For example, if the user changes the scroll bars position and then refreshes the page, we need to take the user at the same point where he was before refresh. For this I need to get the respective scroll bars positions before refresh and then set it to the saved position after load. I have got the positions by hPostion and vPosition but now when I try to save the values back to the same properties after refresh it doent work.
View 2 Replies
Jan 23, 2010
I have a tween set on a timer:
var manTimer:Timer = new Timer(1000,14);
manTimer.addEventListener(TimerEvent.TIMER, moveMan);
function moveMan(e:TimerEvent):void {[code]....
I just need to make the tween's position relative to it's current position, as opposed to starting at the stage's 0 position then moving the the stage's -40 position. It needs to start at its current position the move -40 from that position.
View 1 Replies
May 13, 2010
I'm hoping someone can solve this headache. Basically, I want a movieclip to move to the position of each of my buttons from any position along my x axis. Therefore, the movieclip needs to 'flip' to face the way it is traveling.At the moment I have the movieclip moving to the mouse x axis when I ROLLOVER the button and stop following the mouse when I ROLLOUT but the code won't flip the movieclip so I must have something wrong...
btn.addEventListener(MouseEvent.ROLL_OVER,followCa t);
btn.addEventListener(MouseEvent.ROLL_OUT,stopCat);
btn02.addEventListener(MouseEvent.ROLL_OVER,follow Cat);
btn02.addEventListener(MouseEvent.ROLL_OUT,stopCat );
[code]....
View 0 Replies
Feb 1, 2006
Basically the x position of the mouse should control the play position of a movie. Do I need something like an event handler (I'm not sure exactly what these do, but I've seen similar scripts that seem to use them).
View 2 Replies
Jul 3, 2009
setting a position of movieclip called red x and y position within a movieclip called background
Code:
background.redsquare.x = 300;
background.redsquare.y = 300;
comes up with TypeError: Error #1010: A term is undefined and has no properties.
setting a position of movieclip called red x and y position withen a movieclip called background
Code:
redsquare.x = 300;
redsquare.y = 300;
This works fine but how can that be when surely you must access the red withen the background rather then just accessing red?
View 3 Replies
Nov 12, 2009
I have an Input Text area that users can edit and then submit. I need to be able to show, on screen, the cursor's current position as they type. I don't need to know where the mouse is but all work-arounds I've found so far can only tell me the mouse position. The font for the text is 'courier' or 'courier new' and the Input Text area is scrollable.
View 8 Replies
Nov 8, 2010
I've run into a new problem, this time with positioning. I've narrowed down the line that's causing it--"block.y = block.y + block.height;" in SetOfBlocks.shiftDown. When I take it out, no problem. But with it in, instead of just dropping each block down by a block height, the affected blocks sometimes move up, and also often move about randomly within the X axis--although their new positions always keep them lined up with the 'grid', which is to say, within multiples of the block height and widths.
[Code]...
View 3 Replies
Mar 28, 2010
tween from one position to mouse position
View 1 Replies
Jan 13, 2011
I have a sprite that I zoom out using the sprite.z property. Once the z property has been modified the sprite x and Y values do not match the stage x and y real value. So far so good and what I was expecting!
What I want to accomplish is that when the user clicks the stage the sprite tweens to where the mouse was clicked but I don't know what x and y position to send to the sprite. ( since stage 200,200 is something like 400,400 for the sprite depending on z value)
I tried Utils3D.projectVector using Matrix3D of the perspectiveProjection of the stage without success. (i.e. I get Vector3D(Infinity, Infinity, NaN))
I could fallback to scalex/scaley but sprites.z gives me the correct scale, perspective projection, paralax scrolling since I have sprites on different z level all for free. I would have to recode all that.
View 5 Replies
Nov 3, 2009
lets say i have a sprite on the stage and one movieclip inside it. now i want to tween or just set that movieclip x and/or y position according to stage position. so for example i want to set mc.y = - 100; (by which i mean -100 to stage, not sprite which mc is in.)
View 2 Replies
Sep 24, 2011
I am developing a video player, in that full screen mode option. I have given the following code for width and height of the video
ActionScript Code:
flash.system.Capabilities.screenResolutionX
flash.system.Capabilities.screenResolutionY
The problem is the y position and x position is not at the left top of my monitor. it is varying when I change the dimension of the file. I also tried with stage.stageHeight and stage.stageWidth etc. but no reaction.
View 3 Replies
Feb 3, 2010
What i'd like to do is have a menu/site map that adjusts when you click on a certain icon. For example, I have a AS3.0 flash file with, say, 5 keyframes with 5 buttons that are in different positions on each key frame. The buttons are set to gotoAndPlay the various keyframes. I can set up a tween that links frame 1 to 2, 2 to 3 etc. but what I would like is a tween from, say, 1 to 3, then 3 to 5, then 5 to 1 - basically in a random order rather than sequentially through the key frames. I could set each of these tweens up individually but the site is for a portfolio that I would like to keep adding to and to do this individually would mean an ever increasing amount of tweens.Basically, is there a way to get a 'MovieClip' to move from Position A in keyframe 1 to Position B in another keyframe without a set of tween frames? I'm sure this is simpler than I am making it sound but I don't seem to be able to work it out.
View 1 Replies
Jan 2, 2010
If I have several items that move across the screen but the user can click any of them at any time, how do I record the current position of any of the items item in order to use that data to change the position of the item after the user clicks?
This is what I am doing: I have 11 images that slide accross the screen. The user can click any of them at any time. When he clicks one I am scaling the image so it looks like it is comming forward (z axis) and then the rest of the images are scaled down so it looks like they are going back on z axis. So what I am trying to do is get the current position of the image when the user clicks the image so that I can use that to correctly estimate the scaling and moving of the image to make it look like it scales from the center and not from the top left corner. So if have a variable that gets the current position of the image being clicked I'm thinking I can change its position using something like: x = currentposition + -45;
View 9 Replies
Feb 24, 2009
I am using loadmovie function to load movie in a liquid template.
Code:
nav5.onRollOver = incoming;
nav5.onRollOut = begining;
nav5.labelMC.labelTxt.text = "Reference";
nav5.onPress = function(){
loadGallery.loadMovie("NEWMOVIE.swf")
};
Movie loads fine in the right position but as soon as window gets resized everything moves out of its place even the main movie in which i have loaded this new movie . What can do here to make movie stay's in its place once the window is resized?
Also i have several buttons in this main movie to load several different external swf movies and all of them load right and stay in right position once window gets resized except on one which is video gallery. I am using flvPlayerpro to play my flv videos so i think the problem is with this video gallery not in my main movie as all other external movies stay in its position once i resize window...
View 1 Replies
Oct 4, 2003
find the basic script to move a box from position x to another position by clicking on a button and easing the movement when it stops.
View 7 Replies
Jun 27, 2006
using the following jumpTo script as a guide how do I write an if statement for a function that will basically ask "if the movieclip is at position 3 stay there, otherwise jumpTo position 2"?
Code:
var bg1x = new Array(0, -1280, -1014, 0);
function jumpTobg1X(number) {
gradientNav_mc.newX = bg1x[number];
}
I have tried a bunch of if/else statements but I can't get it working. I can't figure out how to write it properly. I tried something like this:
[Code]...
View 2 Replies
Jun 17, 2009
I have a mc which moves right or left depending on my mouse movement.the code is
onClipEvent(enterFrame) {
_x+= ((_root._xmouse/1.000001)*-1-_x)/120;
}
When the mc reaches certain x positions lets say x<-1000 ,another mc (which i placed inside this first mc)starts to play and stops or fades out when reaches to x<-2000 The best example is www.3nokta.net.You will understand what i mean I just need the mclips play or stop depending on the first mc position.
View 1 Replies
Nov 29, 2010
In Flash CS4, I have an animation that my background images fade. with my backgrounds belongs a piece of text with it (which has to be as seen much as possible.). The text i have written in a .Png which goes over my background and the png is put in a movieclip again.
The idea is that when I make my screen smaller or larger. That the background is scaled without losing it's ratio. so the movieclip should maintain a certain fixed distance from the lower side. And if there are two movieclips then the distance between the movieclips must also be maintained same. But they have to scale along with the background image so they wont stay big in scene. So they would have to take the same scaling factor as the background image. For example if the distance from the bottom is 80 pixels, it is not going to stay 80 pixels when you smaller your screen, but less.
This works all well. But I have code written in Flash CS4 and also in FlashBuilder. Perhaps that this clashes? Cause to start off with, I get a problem with loading my SWF. When load my SWF (made in CS4) in FlashBuilder, he does not position the SWF correctly. But it is also in SWF the same problem, so i don't know where the problem is in. This is the code i used in the SWF to position the movieclip different from the Background Image.
[Code]...
View 4 Replies
Feb 1, 2011
I'm not quite sure how to ask this question. What I'm trying to do is have an element on the bottom of my page that will always stick to the bottom, but if the page is too short it will be pushed down by the other elements on the page.
The left side middle graphic and the right titles are all contained within #mainBodyContent. If the browser window is small enough that this div runs into the "Latest in Geek" flash box, I want the flash box to be pushed down. However if #mainBodyContent isn't running into the flash box, I want the flash box to stick to the bottom in the place where it's at currently. I'm rather confused as how to pull it off.
View 4 Replies
Nov 29, 2010
In Flash CS4, I have an animation that my background images fade.with my backgrounds belongs a piece of text with it (which has to be as seen much as possible.). The text i have written in a .Png which goes over my background and the png is put in a movieclip again.
The idea is that when I make my screen smaller or larger. That the background is scaled without losing it's ratio.so the movieclip should maintain a certain fixed distance from the lower side. And if there are two movieclips then the distance between the movieclips must also be maintained same. But they have to scale along with the background image so they wont stay big in scene. So they would have to take the same scaling factor as the background image. For example if the distance from the bottom is 80 pixels, it is not going to stay 80 pixels when you smaller your screen, but less.
This works all well. But I have code written in Flash CS4 and also in FlashBuilder. Perhaps that this clashes?
Cause to start off with, I get a problem with loading my SWF. When load my SWF (made in CS4) in FlashBuilder, he does not position the SWF correctly. But it is also in SWF the same problem, so i don't know where the problem is in.[code]...
View 2 Replies