ActionScript 2.0 :: Making A Movie Clip Move By An Exact Distance?
Aug 18, 2011
I have one simple movie clip (instance name is MC) and a button. I need to make the movie clip move by a distance of 50 (along the x-axis) every time the button is pressed. I don't need the movie clip to move to x-position 50 but rather a distance of 50 regardless of where it currently is on the stage.
View 2 Replies
Similar Posts:
Oct 16, 2010
I am posting my code that attaches the movieclips on stage
[Code]...
i was hoping that when the newMc expands, all other mc would keep the same distance between each other as at initialisation. I not able to figure how to do it. maybe even an earlier post or llink where similar query was explained.
View 1 Replies
Aug 29, 2003
i have 2 movieclips: i want to move both of them but the second movie clip will only move if the first clip reach his final destination how do i do that?
View 2 Replies
Oct 23, 2010
it seems simple enough but i have no idea on how i could get a movie clip to slowly move to the coordinates of another existing movie clip
View 5 Replies
May 30, 2007
What action script would i need to make a button in one movie clip goto and play a frame in another movie clip? Im not very good at flash but i've been trying my usual codes but it dont work..
View 2 Replies
Jun 30, 2009
it isn't such a big problem bur for a beginner like me it is.I have a movie clip called "Lion_beginning_mc", inside of it I have 3 Key Frames and Inside each and one of them I have different shapes.For example:Key Frame number 01 - DogKey Frame number 02 - CatKey Frame number 03 - MouseI want to move this movie clip "Lion Beginning_mc" form Key frame number 1 to Key frame number 20.I want the Dog,Cat and a mouse to change between each other only once while moving from Key Frame number 1 to 20.And then when the movie clip "Lion Beginning_mc" reaches his goal another movie clip or a frame (with a shape) will start.
View 5 Replies
Jul 7, 2005
I have two movies in my Flash movie. One has the instance name of "Main" and the other "Content". I need to make it so that when I on(release) a button -the "Main" movie clip and the "Content" movie clip move to different locations on the stage. I want to do it without tweens (im trying to break that habbit) and I would really like it if the movies moved quickly to their targeted location with an ease of like 100 and when they reached their location they do that thing where they kinda over-shoot their target and bouce back to it.
View 6 Replies
Nov 27, 2009
I have two buttons one button is calling in a movie clip with tween and then a second button that is also calling in a movie clip into the same spot. I want to make it so that when ever you are calling a movie clip in is that it moves the other movie clip away or that it lands on top of the old one. Here is the code.
import fl.transitions.Tween;
import fl.transitions.TweenEvent;
import fl.transitions.easing.*;
[Code]....
the problem is that it the second movie clip is always on top even though thay are on the same layer.
View 4 Replies
Jan 9, 2011
I'm having trouble making a sound play at an exact millisecond sinde framerate and timers are not 100% precise. First I tried creating a timer and playing the sound every second. But this causes delay. I can't think of any other way... I'm trying to create a game that marks the rythm precisely by playing small sound clips every specific amount of milliseconds.
View 3 Replies
Nov 22, 2004
how I can create a working scrollbar for a movie clip? I've managed to get as far as inserting two buttons that allow you to move the movie clip up and down, it's just getting the scrollbar to be able to move the clip within a certain ratio that I'm finding hard to do.
View 4 Replies
Nov 22, 2011
I am working on a project where I have 5 equal sized panels inside of a MC that I am using the following code on the loading of MC:
onClipEvent (load) {
targetx = 650.0;
delay = 8;
}
[Code]...
What I would like to do is ALSO move the panels with left and right arrows that act independently of navigation buttons. So that if you were on panel 2 you could advance to panel 3 or back to 1. Can I assign AS to the arrows to move the MC a specified distance left or right?
View 2 Replies
Nov 23, 2011
I am working on a project where I have 5 equal sized panels inside of a MC that uses the following code to load the MC: ( it slides into place in the viewer window)
onClipEvent (load) {
targetx = 650.0;
delay = 8;
[Code].....
What I would like to do is ALSO move the panels with left and right arrows that act independently of navigation buttons. So that if you were on panel 2 you could advance to panel 3 or back to 1. Can I assign AS to the arrows to move the MC a specified distance left or right?
View 8 Replies
Feb 23, 2006
I'm making a thumbnail gallery where I want the image you click on to expand, while the pictures to either side move out of the way. I managed to get it working using this to move the pictures:
"Value" is just a number assigned to each picture, so this does one thing to the pictures to the right of the target, and one thing to the pictures on the left.
[Code]...
View 1 Replies
Jun 8, 2009
I have a large image (w: 1071px, h: 2222px) which I need to move a distance of 2178px upwards on my stage and the quality of the tween is terrible.
I've ticked the box in the image properties to allow smoothing and I've also reduced the image quality to 50% but it still lags. I've tried chopping the image up into seperate pieces so that when some of the image has gone beyond the stage area and is no longer visible that part of the image is removed and flash no longer has to move it. I've used timeline and actionscript tweens. I've tried exporting a quicktime movie to see if the results would be any better but they were pretty much the same. I am pulling my hair out here!!
View 2 Replies
May 18, 2011
Here is my code:
function createEnemy(event:TimerEvent):void {
var enemyAppear = new MovieClip;
enemyAppear = new Enemy();
enemyAppear.x = Math.random()*stage.stageWidth;
enemyAppear.y = 285;
[Code] .....
What I am trying to do is spawn a enemy to stage and when it appears on the stage I would like it to move across the stage a certain distance.
Visual Example:
O = enemy, X = original position, Y = new position
O (Spawns @ Location X) X ---------------------------------------------------------> Y
( Moved from location X to Location Y)
View 3 Replies
Mar 19, 2011
suppose one has two buttons "left" and a "right ".the 'left' moves to the leftand the "right" to the rightand the goal is to move the object "ball"based on this potential requires that script to do this?
View 1 Replies
Sep 27, 2009
Making a Comic book/Video game with Flash Action Script 2.0. Check out my blog ive uploaded a couple of demos on it.Anyways i want to make a movie clip appear on stage when the user finds a key. The movie clip would be used as a trigger to send the player into an other version of the second level where a door would now be unlockable (only if he has the key).I know how to make the hittest work its making the movie clip appear on stage with an action that is giving me problemes.
View 2 Replies
May 20, 2009
I have several different movie clip components in a flash file that I need to hyperlink to different addresses. I cannot for the life of me figure out how to add a url to these objects.
edit: I should add that I see an invisible button as being one solution.
View 9 Replies
Jun 27, 2009
I created a simple slideshow type thing that involves two buttons that allow a user to go left or right to view additional pictures. All of the pictures are stored in a single movieclip.When the buttons are clicked it just changes the x value of the movie clip.Everything works perfectly.Currently when it reaches the last picture (the very end of the movie clip) it scrolls back to the beginning. But I have to change it so that it appears to loop... Basically creating another instance of the movie clip on the fly.how to do it?And here's a snippet of the code to give you an idea:A few notes... photo_mc is the movie clip that moves around (and stores all the pics)All the actionscript is in the first frame.btn_left & btn_right are the buttons
Code:
final_x=225 ;
speed =3.5;
[code]....
View 1 Replies
Feb 23, 2011
I'm trying to figure out how to make an object move vertically or horizontally a set distance once the object has been mouse clicked and then stop. Sounds relatively simple, but I'm pretty clueless at it.
View 2 Replies
Jun 15, 2009
How do I move a movie clip to top? I have 4 clips on stage and they alpha in and out. When one is at alpha 100% I want it to be above all the other is this possible?
View 5 Replies
Nov 9, 2009
from one flash .fla file to another .fla file? I would need all the different layers too. I tried to export it but it does not work.
View 2 Replies
May 21, 2010
I have this code on my instance named "orangecell", i would like this mc to be shown on (350, 250) is it possible?[code]...
View 0 Replies
Mar 12, 2004
Making a movieclip move to a frame label.
Ok, I have my main movie, with a movieclip on layer2. The movieclip is named slideclip.
In slideclip I have two frame labels (open, and slide).
When I click on a button in scene1 ( My main movie) I want Movieclip Slide to move to frame label "slide".
How can I make a movie clip move to a certain frame?
View 5 Replies
Mar 14, 2009
I use flash cs3 and as2 for the game.
1:Basically, I want to make a little circle so that when I put my mouse over it it will give me 10 points then disapear, so I wrote this in the movie clip actions:
Code:
on (rollOver){
_root.score += 10
mc1._visible = false;
}
2: I would also like to know, how do I make a movie clip with a code but when I copy it the actions won't disapear. That would save a lot of my time because I wouldn't need to copy/paste the code in each movie clips.
But when I test the game and put my mouse over it, it just adds me 10 points but it doesn't disapear.
View 4 Replies
Apr 4, 2009
I'm currently creating a slideshow effect when you have a series of MC's from left to right and when you rollover one of the movie clip's, it expands 150%. That i got down. However, I want it where when this occurs, the clip appears in front of all the other clips in the sequence and right now only a portion of it does. The other portions appears behind one of the MC's to the right. How can I alleviate this using AS3 code?
View 2 Replies
Apr 11, 2009
I have a button inside a movie clip that when pressed it launches another movie clip. That part works great. The problem I'm having now is either removing the original movie clip or at the very least making it invisible when the next movie launches. So far for my button script this is what I have:
onRollOver=function(){
this.gotoAndPlay("_over");
};
onRollOut=function(){
[code]...
View 3 Replies
Sep 15, 2009
I have loaded an external swf into the movie clip 'image1' on the stage. Once the swf has loaded into 'image1', is there any way I can seamlessly move the content from 'image1' to movie clip 'image2' (on a different layer and position on stage.
View 1 Replies
May 20, 2010
i have this code on my instance named "orangecell", i would like this mc to be shown on (350, 250) is it possible?? stage size is
[Code].....
View 3 Replies
Sep 10, 2010
I want to move my movie clip when mouse over. The rectangles position is 275x200, so I want to place it at 275x170 when mouse is over.
Here's my code.
import fl.transitions.Tween;
import fl.transitions.easing.*;
import flash.events.MouseEvent;
import flash.events.Event;
[code]....
It doesn't work. How to fix it? That scrolls up, but how to put it down at the earlist when the position is y170 and mouse out?
View 21 Replies