Flash :: Professional - CS5 - Position X / Y Coords Change By Themselves After Typing

Sep 20, 2010

I've been working in CS5, with an older FLA I originally built in CS3. On the timeline, I have different MCs and button symbols which need to stay in the same coordinate position. Usually if I notice some sort of 'wiggle', I will go and check the position coords by hand, updating the x/y position by typing numbers directly in the Properties panel.

However today, I repeatedly saw the coordinates change -by themselves- after I typed and hit Enter. For example, typing '165' in the Y field changed immediately to '164.95'. With one symbol, this behavior continued, no matter what I typed, with the number changing by 10 pixels sometimes, every time I just selected the symbol. Not only was I not able to keep the symbols at the same coords (I tried making  them all 164.95), the 'automatic decimal' numbers would actually change further, as I was trying to correct them. I was only able to resolve this by creating an entirely new MC symbol in the Library, and placing it on a new timeline layer.

I've noticed this sort of behavior before in CS3 and CS4 (the CS4 Alpha slider never wanting to go to 0 or 100%), but never to this extent, or as consistently. It's gone from an annoyance to a genuine problem in my workflow.

View 1 Replies


Similar Posts:


Professional :: Arrows To Change The Dynamic Textfield Typing Into?

Apr 8, 2012

I have made a flash site with input/dynamic text fields like 9 horrizontally and 9 vertically I want to use arrows to change WHERE I AM TYPING. if not arrows than i want the tab key to go vertically down rather than horizontally and if you can give me an exhample of the code needed in actionscript 3 to do this

View 2 Replies

Get 3D Coords On Some Plane For 2D Mouse Coords In Flash With Away3D?

Aug 1, 2011

Waht is the right way to get 3D coords from 2D mouse coords using Away3D. (version 3.6.0) It's ambigoius problem in general, so there is restriction that 3D point belongs to some fixed plane.

There are some examples with camera.unproject and plane.getIntersectionLineNumbers methods, but they don't work if camera is rotated or plane is not trivial.

View 1 Replies

Professional :: Change Stage Position In Flash?

Sep 4, 2011

I didn't find that my flash is larger than the browsering area on screen  until I publish and preview it in my browser but I do want all the content to be displayed on the screen. All I need to do is to move everything up for about 150 px.(in other words, to shorten the stage by 150 from the top but I can only cut the stage from the bottom ) Is there a way I can change the position of the stage like what I can do to the artboard in AI?

View 4 Replies

Actionscript 3 :: Move Movieclip Position Opposite Of Mouse Coords On Other Movieclip

Jan 26, 2011

Okay I have a script in which I have added an image to the stage. It is absolute centered. I then have another with is on top but much bigger. I would like the big image to move opposite of my mouse position on the smaller image. ie: cursor is on bottom left corner the bottom left corner of the larger image is in the same spot. And the same thing for any other area.

I have tried many different ways but to no avail. I have done research but no one has been able to give me a solid answer. Anyone know of a way to accomplish this. Keep in mind this it needs to work regardless of the image size.

View 1 Replies

Professional :: As Objects Change Position On Several Key Layers?

Feb 18, 2011

I have several objects, moveclip, graphics and shapes in several layers keys and want to change position, for example, a moveclip is in the position X: 218 Y:45 and so in other key layers,To change it to X: 240 Y: 50, I go to keyframe for keyframe touch the object and go to properties and change one by one is annoying.Is there any way to do this more quickly at one time in all key frames?

View 1 Replies

Flash :: Change Position Of Registration Point In CS5?

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

Actionscript :: Change Dynamic Text Position In Flash?

Aug 25, 2009

I have a *.fla that gets its data from a xml file with some nodes.

What I really want to know is how can I change my text x and y positions via AS?

View 1 Replies

Flash :: Change Position Of A Display Object From One Point To Another?

Feb 15, 2012

A display object container on the stage has some bitmap images of sizes 50x50 arranged in a order one by one. Now if i click on any of the thumbnail image (bitmap) the entire container should move and position itself so that, the bitmap image clicked is placed in the center of the stage.

View 1 Replies

ActionScript 3.0 :: 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?

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

Change Controls Position / Add Fade Out Effect In Flash Playback?

Oct 26, 2010

I'm importing a video in flash cs5, using actionscript 3.0. I have copy the SkinOverPlay.fla and i'm changing it to fit my needs. I am looking for just a play/pause button (no other controls) in the center of the screen that disappear when the mouse it out of the video. How to play the video in loop.

View 1 Replies

Flash :: Dynamically Change The Width / Position Of A Timeline-animated Mask?

Jan 27, 2010

I've got a movieclip with two layers - a background movieclip, and above that, a mask movieclip (as you might guess, this layer is masking the first). Due to design necessity, the mask is animated on the timeline across 60 frames.The problem arises when I use an Event.RESIZE listener to change the width of the parent movieclip when the browser window is resized. Any code to reference the mask, i.e

parentMC.contentMask.width = stage.stageWidth;
parentMC.contentMask.x = frame.width/2 - frame.contentMask.width/2;

Simply results in the mask animation not playing at all.

View 1 Replies

Flash :: Calculate The X & Y Coords - Width And Height Of Specific Piece Of Text Inside A PDF Document

Oct 28, 2010

On my website, I display uploaded PDF files in a flash player for my users to read. I already use various tools to extract the text and produce a serious of high quality images from the file and the system works well. The last piece of the puzzle is to be able to highlight specific parts of the document to help users with accessibility issues.

However I cannot figure out how to calculate where the specific text is positioned on the page? Notes: The documents uploaded to the system are from 3rd parties, so fonts may be embedded. Meaning that I cannot be sure of the width of specific letters. The text to be highlighted may not be unique, the same text may be repeated How can I calculate the coordinates, height and width of a specific piece of text on a PDF, so that I can then draw a box around it?

View 1 Replies

Flash :: Change Player Collision (b2PolygonShape) At Runtime And Maintain Body Position

Oct 26, 2011

I have a main character in my Box2d game that has a b2PolygonShape collision. When the player crouches I am changing the body to a smaller b2PolygonShape. The logic works fine, but when I change the size (height) of the collision the character starts to fall.

Is it possible to create the new body with an offset (localPosition?) so the position of the body stays the same? This way I can play the crouch animation and change the collision without worrying that the position will change and make my sprite go bananas.

View 1 Replies

Actionscript 3 :: Make Flash Force Static Typing?

Dec 9, 2010

Is there a way to make the flash as3 compiler require static typing? I've got a bad habit of not doing it, and it'd be nice to make it throw compiler errors. In the publish settings for as3, I turned on "strict" but that didn't really change anything.

View 2 Replies

ActionScript 2.0 :: Typing Special Characters In MyCard Flash?

Feb 22, 2011

I am modifiing a flash-application and have got quite far. However, I am stuck with a problem: it is not possible to type in the Danish letters ������ in the application UI, it does simply not respond to these. This is probably because the letters were not embedded/included in the external font file (which is a swf), that the application use as a resource. I have tried to swap the font swf-file with a homemade one but it does not seem to be wellformed, since the application now does not allow any writing at all.

View 0 Replies

Professional :: Position A Flash Using CS5?

Jun 28, 2010

I just started using Flash CS5 and whenever I publish something, the Flash winds up in the upper left corner of my browser. WTF?There's no code on the page that lets you "position" the Flash. I have no way of telling the Flash which div it belongs in. What's going on here?I've searched and searched and everything that talks about swfobject doesn't seem to address my problem.

View 4 Replies

ActionScript 3.0 :: Flash File Not Show Up On Page Unless Typing Direct Location

Jul 12, 2010

Flash file wont show up on page unless you type in direct location. I am working on a website called phocusmag and I am trying to get it to have coming soon on it so I created a swf file called index but it wont play unless you type in. Phocusmag.com/flash/index.swf

For the life of me I cant figure out why it wont go to it...im using dreamweaver cs3 to create the page
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[URL]">
<html xmlns="[URL]"><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
[Code] .....

View 7 Replies

Professional :: Animate Hotspot Position In Flash?

Aug 1, 2008

I'm creating sort of a game in Flash, which requires invisible hotspots changing their position in time, relative to the stage. The question is: can I simply keyframe the hotspot position and have it work, or is there something that I should consider?

View 4 Replies

Flash :: Professional - Player Remember Window Position After Exit?

May 18, 2010

How about make the Flash Player remember window position after exit? So that it opens in our preferred position everytime?

View 1 Replies

ActionScript 2.0 :: MC Gets Deleted Before It Can Hit The Last Coords

Mar 8, 2005

I'm trying to save some CPU resorces here but donno how.. my MC script is deleted before it can reach the current point.. what should I do?..

[Code].....

View 3 Replies

ActionScript 2.0 :: MC Gets Deleted Before It Can Hit The Last Coords?

Mar 8, 2005

I'm trying to save some CPU resorces here but donno how.. my MC script is deleted before it can reach the current point.. what should I do?..

MovieClip.prototype.moveIt = function() {
this.onEnterFrame = function() {
menu._x = Math.round(border._x - ((border._width/2) + 68))+5;

[code].....

View 3 Replies

Professional :: MouseEvents In Flash CS4 - Execute Code If The Mouse Is On A Certain Position In The Stage

Mar 17, 2010

I am trying to execute code if the mouse is on a certain position in the stage, but the code should stop as soon as the mouse is pressed and then start again as soon as the mouse is released.Here is my code:

stage.addEventListener(MouseEvent.MOUSE_MOVE, mousePos);
function mousePos( e:MouseEvent ):void{[code].........

View 2 Replies

Flash :: Professional - Animate - Invisible Hotspots Changing Position In Time

Jan 27, 2011

I'm creating sort of a game in Flash, which requires invisible hotspots changing their position in time, relative to the stage. The question is: can I simply keyframe the hotspot position and have it work, or is there something that I should consider?

View 5 Replies

Determine The X/y Coords Of A Spot On The Stage?

Jun 23, 2009

Is there any way for me to move the mouse to a spot on the stage and determine what the x/y coords are? It's really hard writing some action script and just continually guessing what x/y coord i want until i get it close enough.

View 1 Replies

ActionScript 2.0 :: Mc To Zoom To Mouse X&y Coords

Jul 12, 2007

I have an mc that when I press a key it will either zoom in or out. Right now it zooms in/out, but it does with with the up-left corner as the point to zoom from. Can anyone direct me on how to zoom in/out where ever the mouse is relative to the mc? If the mouse is in the middle, then it zooms from the middle and so on.

View 5 Replies

ActionScript 2.0 :: MovieClip Cannot Get Back To Coords It Was Before

Feb 25, 2005

If you check my site I'm trying to make [URL] and click one of my buttons the menu/logo/music/.. will move to the coords..

Here's the script I used:
1st frame:
speed = 5;
Frame in which the action will take place:
MovieClip.prototype.move = function() {
[Code] ....

But if you try to click for example on the "contact" button and after "about" button you can see that my music button (right side) is closer to the main border... so why the mc's coords are little off if you had clicked different button before (or if the mc's coords are different than before)? [note that I need to use Math.floor and Math.round to make it look sharp and that the speed value is for all MC's number 5]. Also my MC location is set up to hole pixels..

View 14 Replies

Actionscript :: Strange Coords After RemoveChild Is Called

Jan 24, 2010

I create a few squared sprites and then remove the first one and display the coords.[code] The x coordinate is still 0, though width has changed,getBounds shows correct values.I would expect x to change as well.Because of the wrong value of x, globalToLocal and localToGlobal work incorrectly.If you click somewhere on the left side of the second (still visible) rectangle you get: 2 28 (x=2, y=28)which is good for nothing. The values in brackets should be in stage coords and they are not.[code]

View 1 Replies

Actionscript 3 :: Express Difference Between Two Xy Coords As A Number Between 0 And 1?

Nov 8, 2010

I've created a movieclip spawner class and animator class which animate movieclips along a set of x,y points.I've used Greensock's TweenMax to accomplish the animation and I have set the speed to be 1 second between each point. The issue is that when the distance between two points is small it looks too slow.

What I would like to do is somehow calculate the distance between the two points and output a speed in the range of 0 to 1 seconds so that the speed is to be correct for the shorter distances as well as the longer distances.

View 3 Replies

ActionScript 2.0 :: Locking Y Coords On Dynamic Scroller?

Feb 26, 2010

I have an image gallery that loads images/text through xml, but I'm having an issue with the scolling, I need to lock the ymouse coords right now it scrolls only on the xmouse, basically I need it to work in the scrolling area only, say 400width by 200height..

[Code]...

View 0 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved