ActionScript 2.0 :: Swapping Between Multiple Movieclips And Positions

Feb 2, 2009

I've 6 different movieclips on stage, with one main focal movieclip in the center. What i need is that when clicking on the surrounding movieclips they animate in to swap their position with the main focal movieclip, which then animates to take it's replacements former position. So after a few mouse clicks all of the movieclips could have had their position shuffled from it's original location.

I know i've seen a similar thing on a photo gallery where the current photo is swapped with whatever thumbnail is clicked on but can't seem to find an example.

Currently i have the positions of the movieclips controlled by variables, the animation handled by tweener, and can quite happily find the position/scale etc of the movieclip that get's clicked on, but can't figure out how to get the focal movieclips details as it might never be the same movieclip.

View 2 Replies


Similar Posts:


ActionScript 1/2 :: Swapping MovieClips In And Out Of Area

Oct 7, 2009

I'm trying to swap movieclips in and out of an area, rather than loading an endless number via attach/getNextHighestDepth. Is there a way to swap my attached movieclip A with a new attached movieclip B, so that either clip A or Clip B is loaded, but not both? Because my current program uses attached files of identical size that overlap, I didn't realize there was a problem until things slowed down. I checked my number of objects in the debug list between hitTests and lo and behold, the list of objects got longer each time, even though to the viewer, it looked the same.

View 4 Replies

ActionScript 3.0 :: Swapping Depth Of MovieClips?

Aug 30, 2010

How do you go about swapping depths in AS3? I've got a movieClip (allContent_mc) that contains a bunch of other movieClips(mc1, mc2, etc.) that expand in size when clicked on. However, when they are expanded I need to make sure that the one being viewed is on top. The control to expand each clip lives within each clip itself. Ideally, when the expand code (below) is executed, I'd like to make sure the clip's depth supersedes all others. I'm keeping all the clips together in one larger clip because the larger clip is living inside a scrollPane component. Pretty sure I'm just not defining the path to the clip correctly.

ActionScript Code:
function goOpen(e:MouseEvent):void{
this.setChildIndex (square_mc , this.numChildren - 1 );[code]...........

View 7 Replies

Flex :: Swapping Movieclips With Other Assets At Runtime In A Flash Component

Sep 2, 2011

I have an animated character swc that is an empty skeleton basically (has all the body parts, animations, and functions/vars). I want to essentially put different clothes on that character at runtime so I don't have to have many copies of this character in my resources.

For example, I have 'skeleton' (the non-clothed model) and 'Bob', 'Jane', and 'Mary' characters. 'skeleton' is animated and fully works as an exported swc, and to get the other characters in their clothes/skins, I open up Flash CS5 and replace the movie clips with the 'clothed' versions of the components. To clarify,'skeleton' has "body parts" as movie clips that are all animated on the timeline, such as "head","face","left arm","right arm", etc. I open up 'Bob', who has the same exact design as 'skeleton', with the exception that 'Bob' has all the clothes and such as differently-designed movie clips. The size, shape, orientation, and reg points are all the same across all the components. After I've replaced all the movie clips in 'skeleton', I export it as a swc named 'Bob.swc' and I do this for all the characters.

What I'm asking is, how can I do this process ^, but at runtime instead, so I don't have all these duplicate root swcs ('skeleton' has a lot of frames on it) so I can cut down on a bunch of space? So I can do something like:

// bob gets all the actions and animations of skeleton
var bob:UIMovieClip = new skeleton()
// replace the body movieclip with a new looking one
bob.body = resources.bodyassets['bob']['body']

View 1 Replies

ActionScript 3.0 :: Change The Positions Of Movieclips

Nov 14, 2009

i wanna know how to change positions of movieclips.[URL]

View 4 Replies

ActionScript 3.0 :: Randomizing Appearance Of MovieClips - X And Y Positions

Jan 9, 2012

I'm having an issue using randomizing the appearance of movie clips using Math.random. I have a movie clip in the library, which is 85 frames long but it begins and ends with 15 blank key frames. In other words, it has 2 layers, one for action script and one for graphics which are movie clips too, the AS layer is 85 frames long while the art layer is shorter and begins on frame 16.

I began by putting the movie clip on the stage, without any code on the main timeline, with some code on the movie clip's timeline -
this.x = Math.random()*stage.stageWidth;
this.y = Math.random()*stage.stageHeight;

In this case, tested the movie, the swf played just what I wanted, the movie clip "appears" randomely on the stage, plays, disappears, and reappears, and so on and so forth.

I then gave the movie clip on the stage an instance name of b_mc, removed the code in its timeline, and put it on the main timeline, as such -
b_mc.x = Math.random()*stage.stageWidth;
b_mc.y = Math.random()*stage.stageHeight;

In this case, the movie clip does NOT appear randomly on the stage when the swf is tested, rather, it appears at the same position, appearing and disappearing over and over as planned, but in the same place - NOT as planned.

View 7 Replies

ActionScript 3.0 :: Resize Listener Where Change Movieclips Dimensions And Positions

Dec 11, 2010

I've got a resize listener where I change my movieclips' dimensions and positions.[code]But how I set the minimum allowed resize of the stage?I don't want the stage to be smaller than 1024x600 for example.

View 3 Replies

ActionScript 3.0 :: View Same Movieclip At Multiple Positions?

Feb 22, 2011

i want to have the same movieclip showing up multiple times at different locations on the screen. i don't want to create multiple instances just cuz it seems less "efficient", so it'd be neat if there's a way to do this.essentially what i'm trying to do is have a the user see the same movieclip but with different things on top of the movieclips, and if the user does something to do the movieclip in one location (ie: click to change a tile in the movieclip), i want that to take effect in all locations.i could just add event listeners to each tile in all the movieclip to have the same effect independent of which movieclip you click the tile in, but i'm hoping i can avoid this.

View 1 Replies

ActionScript 3.0 ::nest MovieClips Using Code / Display / Change Their Positions Reletive To Their Parent MovieClip

May 6, 2010

I have a MC with an instance name MovieClip_1 and I create another like this:[code]So basically, what I want to know is how to nest MovieClips using code, display them, and change their positions reletive to their parent MovieClip, and not the root/stage.

View 1 Replies

ActionScript 1/2 :: Attach Two Objects (movieclips) With Different Width And Height Properties Into The Stage, With Random Positions

Aug 27, 2009

how to attach two objects (movieclips), with different width and height properties into the stage, with random positions,without visual colliding.

View 6 Replies

ActionScript 3.0 :: Locate Multiple Positions Of A Specified Color In A Bitmap?

Aug 11, 2010

I'm building a game that will be using a bitmap to render the environmental scene. the bitmap is a black image with little green squares to indicate x,y place holders for tree locations as i render the scene. i was thinking of looping thru each pixel to find green pixels but this proves to be a performance hit when the image is 2500x2500. then i found what i thought was a handy little method called BitmapData.getColorBoundsRect() that will locate the position of the green box. It does this but it returns me 1 rectangle of all the green boxes inside.

View 2 Replies

ActionScript 3.0 :: Play Multiple Sounds From The Custom Positions (delays)?

Dec 9, 2009

I need to realize something like a multiple track player. The users can upload multiple tracks and start to play them together. My problem is to allow the user to define a start position of each track to allow a synchronization between them, something like this:

Track 1: start at [x] sec.
Track 2: start at [y] sec.
play/stop

where the user can input the x and y. I've tried with AS2 (using netstream and SetIntervall) and AS3 (using netstream or sound and timer). If I set the same x and y both tracks are playing simultaneously. But not if the x and y are different.

View 4 Replies

ActionScript 2.0 :: Why Emptymovieclip Positions Affect Positions Of Thumbnails

Jan 22, 2007

I have thumbs placed on the stage. I create an empty mc to load swf. But my thumbs disappear from the stage when I test the movie ( html or swf) if I settle the _ and _y position of the empty mc.why the emptymovieclip positions affect the positions of my thumbnails?

View 2 Replies

ActionScript 3.0 :: Flash For Loop Loading Multiple Images Into Multiple Movieclips

Feb 5, 2012

[Code].....

I have a group of 16 images that I would like to load 1 of each into each movieclip. I want image1 to be inside of visual1, image 2 inside of visual2, and so on. the images are named like, 1960s_(1).png where the 1960 (year) part is coming from the rangeNum variable. The above gives me this error: 1061: Call to a possibly undefined method addChild through a reference with static type int.

View 4 Replies

ActionScript 3.0 :: Loading Multiple Images On To Multiple Movieclips?

Sep 16, 2009

I have 50 images that need to be on stage, which will be embedded into 50 different movie clips. I named the movie clips image1-image50 and the images are in an external folder named 1-50. Every freaking article or tutorial I have found clearly explains how to upload one image, or just one at a time. I can do that, and spend 2 days renaming all the functions, but I do not want to do that. Is there a better way to just load all 50 images, place them accordingly?

View 3 Replies

ActionScript 3.0 :: Load Multiple Images Into Multiple MovieClips?

Oct 26, 2009

I have 24 movie clips on the stage: my_menu.image_holder_mc1 thru my_menu.image_holder_mc24. I want to load an image in each one. How do I identify the holder which to add a child.

The Code I have so far is....

Code:
for (var i:Number=1; i<=24;i++){
var myLoader:Loader = new Loader();
myLoader.name = "image_"+i;

[Code].....

View 2 Replies

Keyboard Nav Through Multiple Movieclips?

Aug 17, 2011

add some functionality to the presentation template. Currently you can only move from one page to the next. So if I want an animation on a page, no problem I'll just add a stop script at the end. No big deal. But if I want Multiple animations (just trying to replace powerpoint here) then I get into trouble.

Each page is one frame on the main timeline. Hitting left/right goes to the next frame, unless the movieclip on that frame also has additional frames. Then it should move to the next frame within that, etc.

I can't figure out that if statement though. I had another bit of script going on my first go, but ran into some issues so thought it best to create all of the scripting on the main timeline. Initially I created a boolean variable, then ran an if statement. Inside of a movieclip I switched the boolean and used the same keyboard interaction to walk through it. On the last frame of that movieclip, I switched the boolean back so the main timeline interaction kicked in again. The problem is, that's a Lot of copying and pasting of that code, and I can't figure out how to go through more than one parent. I just couldn't get it to work.

Should I just be building this thing in a Completely different way? I need to make something, so for now I'm splitting up each frame that I need different animations on and creating a different movieclip for each section. Ideally that would be contained in one movieclip's timeline. Currently one each animation's interaction will be on a timeline. So I have to duplicate the slide to add an animation. So if I have a title come in, then a pie chart, then an image, then another piece of text, I'll be stuck with 4 separate movie clips.

I want something like:if current movie clip current frame is == total frames, clicking right goes to next frame, else go to next frame of it's parent's timeline.I say the parent and not stage because the way you have to set up transitions only works within a movieclip. So you have to set up the entire slideshow within a movieclip if you want transitions between each slide. Right?
I don't care about transitions for now, but will want control of those eventually.

View 15 Replies

Any Way To Edit Multiple MovieClips At Once?

Dec 14, 2009

I have 30-40 movie clips that I want to reshape. They are all identical except for color and name. Is there a batch way to duplicate the entire library but change the shape without going into each one?

View 5 Replies

IDE :: Playing Multiple MovieClips One After Another

Feb 17, 2010

I have a few movieClips and I would like them to play one after the other. [At end of MovieClip play next movieClip]. Using AS3 to Tween, this is my first Clip props.
import fl.transitions.Tween;
import fl.transitions.easing.*;
var myTween:Tween = new Tween(FloatRight_mc, "x", Regular.easeOut, 22.00, 495.95, 3, true);
var myTweenAlpha:Tween = new Tween(FloatRight_mc, "alpha", Regular.easeOut, 1, 0, 3, true);
How do I get the next movieClip to start playing before its completion, and so on?

View 14 Replies

IDE :: Duplicating Multiple Movieclips?

Apr 11, 2011

I am a newbie in flash Action script2can anyone please tell me that how can i duplicate a movieclip to as much numbers i want through out the stage using actionscript2. i have searched lots of posts in sites but i can't get it

View 1 Replies

ActionScript 3.0 :: How To Remove Multiple XML MovieClips

Apr 8, 2010

I am making a website with complete external xml data holding text and urls to images. I have several categories. One of the category has three sub categories as menu. When I click btn1 it gets the xml and start making text field, rectangles, lines and picture frame for thumbnails. Before that I use a single movieClip container to hold all that stuff and then point it to mask and scroller too.That is working fine. Now the problem is that when I click on btn2 I want to remove previous container and make a new one.

Now what happening is that it is creating one more container of different xml and putting over the previous one. I have used removeChild command and it is still not working. It only works if I use it alone and do not create a new container. All this process is done on a movieClip. That movieClip holds container, mask and scroller. The only thing that is made dynamically is the container. Rest of the items are on the timeline of the movieClip. I need to remove container inside of the movieClip and make a new container inside the movieClip.

View 9 Replies

Way Of Adding Multiple Movieclips To Stage?

Jun 16, 2009

I've got a long list of similar movieclips I'm adding to the stage. There's 9 in total and the code looks like this...

stage.addChild(zone0_mc);
zone0_mc.x=267.6;
zone0_mc.y=120.5;

[code].....

View 3 Replies

Multiple Instances Of Movieclips Working With AS3?

Jul 9, 2009

I have several movieclips in my project which are being used as buttons, and when you rollover the mc's the content is viewable the entire time the mouse is hovering in the area of the movie clip, once the mouse moves off it disapeers. Great. I have the code that allows this to happen, but i have multiple mc's and only one works at a time. Here is the code:

mc.addEventListener(MouseEvent.ROLL_OVER, overHandler);
function overHandler(evt:MouseEvent):void {
mc.gotoAndStop(2);

[code].....

View 2 Replies

ActionScript 3.0 :: Multiple Movieclips On Cordinates?

Feb 4, 2011

I have created a flash whack-a-mole game, and coded the 9 different x and y cordinates the 4 moles can come up on. But I can't code it so that the moles can never have the same x and y cordinates.
 
I have tried this code: (Barney and mulvarp is two moles. .flytt(); is the command that gives the mole a new place to be.

if( Barney.x == mulvarp.x ){
Barney.flytt();
}

View 17 Replies

ActionScript 3.0 :: Multiple MovieClips With Same Instance Name?

Apr 27, 2011

I'm following a tower defence tutorial and part of the code is set up so I can build towers on the "grass" movie clip. I wanted to add more patches of "grass" and gave them all the same instance name so I can be able to place towers on them, but I have the problem that I can only place towers on the first item I placed and has the instance name of "grass". I can't seem to place towers on the other patches of grass.I removed the instance name of the first patch of grass and it let me build towers on the second patch, but the second patch only.

[Code]...

View 1 Replies

ActionScript 3.0 :: Multiple Movieclips - Only First Will Play?

Oct 17, 2011

I have 3 movie clips in my scene and they all function properly individually.Problem: only the first movieclip will work in my test of the full scene.If I move a movieclip from the bottom to the first position in my scene, then it will run while the others are stopped I can't figure out how to tell the program to activate all 3 simultaneously - so each button (linked to one scene in the movie clip) will be available to click.The code from each movie clip essentially looks like this

stop();
import flash.events.MouseEvent;
BtnKonzertDesk.addEventListener(MouseEvent.MOUSE_UP, mouseDownHandler1);

[code]....

View 4 Replies

ActionScript 3.0 :: Target Of Multiple Movieclips?

Feb 13, 2012

i basically have some images of logs (for a bridge) setup inside a movieclip called log_mc, inside log_mc each log has its own movieclip log1_mc, log2_mc and so on

[Code]...

View 29 Replies

Flash :: Modify Multiple Movieclips As One?

Nov 8, 2010

Is there any way to move or scale a bunch of movieclips on the stage as one, without putting them inside of another movieclip?

View 1 Replies

Flash :: Multiple Movieclips All Go To The Same Spot?

Mar 7, 2011

So I'm trying to shoot multiple bullets out of my body and it all works except I have an odd problem of just one bullet showing up and updating to set position for the new ones.
I have a move able player thats supposed to shoot and I test this code by moving the player and shooting. Im taking it step by step in creating this.

The result of tracing the bulletContainer counts correctly in that its telling me that movieclips ARE being added to the stage; I Just know it comes down to some kind of logic that im forgetting. Here's My Code (The Bullet it self is a class)

[Code]...

View 3 Replies

ActionScript 2.0 :: Multiple Classes And Movieclips?

Nov 14, 2011

multiple classes and then register each movieclip from the library to a different class? It isnt working for me. I created two different classes and created two entire different movieClips and registered each movie clips to a different class. However, I can only use on movieClip at a time, when I use the duplicateMovieClip. command to create copies of the movieclip, i find that only those movieclips, whose class i declared first, appear on stage

View 2 Replies







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