ActionScript 2.0 :: Duplicating Movie Clips, Loops And HitTests?

Mar 18, 2010

I'm creating a simple game called shape wars. The game is shooting game where a blue cube(the player) fires blue shapes at the enemy(the red cube). The red cube also fires red shapes at the blue cube.Here is my code for duplicating the red shapes (this code is contained within the enemy)

onClipEvent (enterFrame) {
//attack
att = random(6);
if (att == 1 && dead == false) {
_root.redBullets++;

[code]....

View 2 Replies


Similar Posts:


ActionScript 2.0 :: Empty Movie Clips And Duplicating Clips

Jul 19, 2006

I've been trying to reproduce an animation effect I've seen on the Armani website, but I'm stuck trying to duplicate an empty movie clip with image loaded into it. The duplicates exist and I can move them, but they are invisible. Since the duplicates reside on depths above the intitial clip I'm confused about why they are invisible. The duplicates are scripted to follow behind the initial clip - each offset by 30 pixels (though I don't have that working perfectly).

View 1 Replies

ActionScript 3.0 :: Duplicating The Movie Clips?

Feb 2, 2010

i know i can duplicated a movie clip by using addChild:

Code:

var myMC:MovieClip = new blank_character;
this.addChild(myMC);
myMC.x = 200;
myMc.y = 200;
etc...

Im making somewhat of an online multiplayer game, it loops through an XML file full of character co-ords and names etc and creates movie clips and positions the characters on the screen accordingly.

The characters are pulled out from the library once, and then after that i want to access the movie clips within the characters.
for example, in the root timeline i have all the characters, inside the characters i have movie clips containing their clothing, names, etc, that i want to be able to edit.But im having troubles referencing the movie clips and doing this.

I've tried things like

Code:

var myMC:MovieClip = new blank_character;
this.addChild(myMC);
myMC.name = "character"+characterID;

[code]....

1119: Access of possibly undefined property clothing through a reference with static type flash.displayisplayObject.

View 7 Replies

ActionScript 2.0 :: Duplicating Movie Clips?

Sep 8, 2005

I have the following code:

Code:
var count = 1;
while (count<10)
{[code]...

I have a movie with an instance name of bigBox.In that movie, there is another movie instance called innerBox.I want to duplicate innerBox inside of bigBox.

View 2 Replies

ActionScript 3.0 :: Flash Loading External Movie Clips And Duplicating Them

Jun 7, 2010

I'm trying to create a user customisable touch screen interface - in which people can include their own button styles (currently created as movie clips). I have a working XML file that names the style / external swf name for each button but I don't seem to be able to then duplicate that movie clip for say use in 10 separate buttons. When I try this only the last one created is displayed. I can of course separately load the file 10 times but that is yuk.

I hope to be able to position the timeline through n states in each loaded clip independently and also have one click handler that can return me an identifier of which was clicked - I know how to loop/create dynamic instance names.

<edit> I can do this successfully from the library - just not as an external file load - where the MC won't be in the library at all.

Code:
//Initialize variable to hold target data
var targetClip:MovieClip;
//********* Add a "MovieClip" variable that will reference the root of the loaded clip:**********

[Code]....

View 8 Replies

ActionScript 2.0 :: Loop - Flash 8 Duplicating Movie Clips And Setting 3 Nodes From XML

Apr 4, 2007

Flash 8 duplicating movie clips and setting 3 nodes from XML. I am trying to read in an xml with 3 parameters; 2 links and one text field for a caption. What am I doing wrong this time?

[Code]...

I am trying to have "bMC" load into and repeater for however many XML props there are. within "bMC" are two MC's that on click would open window or grab file and One Text field which would load in caption. For some reason the "bMC" isnt even loading at all. Attached is the .Fla

View 2 Replies

ActionScript 2.0 :: Movie Clip Hittests Anything On The Screen?

Jun 15, 2007

Is it possible to check if a movie clip hittests anything on the screen?

View 1 Replies

ActionScript 2.0 :: [FMX] Duplicating Clips In A Grid Fashion?

Jan 28, 2004

Well i want to duplicate clips so they are in a grid fashion. I thought about something similar to this tutorial:[URL]..

But for that, you can't have for example, 27 of the same clips. It will always be 25, 30, 35 - depending on your i and j values of course.

So the question is how can you chagne the code from the tutorial, so the grid isn't actually a grid. In other words, have 5 clips in row 1, 5 clips in row 2, but 2 clips in row 3.

View 4 Replies

ActionScript 2.0 :: Duplicating Clips In A Grid Fashion

Jan 28, 2004

i want to duplicate clips so they are in a grid fashion. I thought about something similar to this tutorial:URL...But for that, you can't have for example, 27 of the same clips. It will always be 25, 30, 35 - depending on your i and j values of course.So the question is how can you chagne the code from the tutorial, so the grid isn't actually a grid. In other words, have 5 clips in row 1, 5 clips in row 2, but 2 clips in row 3.

View 4 Replies

ActionScript 3.0 :: Learning Loops - Ten Clips To Appear

Jan 15, 2010

I'm trying to learn loops, and I want to make this code functional,IE i want the ten clips to appear..How would I do this?

[Code]...

View 9 Replies

ActionScript 2.0 :: Controlling Clips Created Dynamically With Loops

Jun 19, 2006

how to make a grid of squares with loops? also, how do i controle the clips that were dynamically created with the loop. like clip25 only?

Code:

total = 5;
i = 1;
while(i<total){

[Code].....

View 10 Replies

ActionScript 2.0 :: Controlling Clips Created Dynamically With Loops?

Apr 20, 2011

i was wondering how to make a grid of squares with loops? also, how do i controle the clips that were dynamically created with the loop. like clip25 only?

Code:
total = 5;
i = 1;

[code].....

View 2 Replies

ActionScript 2.0 :: Function For _root - Control A Movie Clips Current Frame By Another Movie Clips?

Sep 13, 2009

I'd like to control a movie clips current frame by another movie clips action script.I realise the following controls the outside (root) frame time line:

on(release){
_root.gotoAndStop(1);
}

but I'm not sure how to apply that to my other movie clip. I'm guessing it would be something like this:

on(release){
_*movie_clip_name*.gotoAndStop(1);
}

View 1 Replies

ActionScript 2.0 :: Flash8 - Attaching Movie Clips To Already Attached Movie Clips?

Jun 5, 2011

As most of you don't know, I've been creating an rpg game. And, after several tries of art making, etc, I have finally moved back into coding the game. And now, I'm stuck on the equipment system idea. At first, I thought I would just place a bunch of goToAndStop's for each movie clip to go to a frame that has that certain armor piece. This was my first idea for an equipment system. However, after doing some research, and realizing how much lines of code could be saved, I started looking into simply adding and removing movie clips from the character as my new equipment system idea. Now.... on to the problem.

Basic want/ overall achievement wanted: Create an equipment system, which will basically attach movie clips (items) onto characters, which themselves will already be attached movie clips on the stage.

Problem: What is the exact code to do this? And Is there a better way to do this for an equipment system (a less laggy or more efficient way perhaps that I'm not seeing; Check the code below to get a better idea of what I'm talking about)?

Part of the code (or basic idea of code; see comments for extra details

code:
//Don't worry I have an OnEnterFrame function here;
//attachedObj= the character; figure= the MC name of the character;
attachedObj = attachMovie("figure", "figure"+1, 1);

[Code].....

View 2 Replies

Multiple Movie Clips On Stage - Buttons Not Working In Movie Clips?

Jul 15, 2009

I have multiple movie clips on stage (all in separate layers, of course) as well as buttons on stage to play each movie clip. There are buttons inside each movie clip. The problem is that the buttons inside the top layered movie clip work, but the others in the movie clips below don't.

View 2 Replies

Actionscript 3 :: Published Movie Works Fine But Loops First Movie Clip When Viewed In Browser

Sep 3, 2010

I've been creating this banner: [url removed] which accesses an xml document, replaces some texts etc, but as soon as you open it up in a browser (like with the dropbox link I pasted) the banner only loops on the first movie clip. Put in another way: The banner you see is looping through only the first movie clip. But the swf file (and the html file) work fine from the local path of my computer.

View 1 Replies

ActionScript 2.0 :: Make Movie Clips Point At Other Movie Clips?

Jan 4, 2009

I'm making a shooting game but there won't be much of a challenge without enemies that point and shoot. Is there an easy way to make them do that?

View 5 Replies

ActionScript 2.0 :: Masking Movie Clips That Are Nested Within Other Movie Clips?

Jul 14, 2003

How would one go about masking movie clips that are nested within other movie clips?

I have a photo gallery slider type of thingy that loads jpegs with loadMovie into containers. I can mask the entire movie clip but as for the containers,...well I just dont know whats going on here.

View 7 Replies

ActionScript 2.0 :: Dublicated Movie Clips - Delete One By One The New Movie Clips

Sep 17, 2004

After the dublication of an movie clip,

1. I would like to be able to delete one by one the new movie clips

2. I would like to move them all together.... First you press the word green and then click in the blue area.... A green cyrcle will appear.. Click the word green again and then in the blue square and a new green cyrcle will appear. I would like to move the cyrcles with the buttons arrownd the blue square... And when I press delete I would like to delete any cycle I choose... The flash is too large to attach it to the forum, if anyone is interested I can send it by mail.

View 3 Replies

IDE :: Movie - Duplicating A Section

Mar 22, 2009

[URL] if you go into my movie section. i want to add movies to my section if i copy for exemple Audi commercial. i'll have 2 that's great when it'S time to change the name like Audi to Marli it will affect the first one, the original section that i copy too. that's my problem. how can i copy a section to be indivudual. without affecting the first one. cause after that i can go and change everything.

View 1 Replies

ActionScript 2.0 :: Duplicating The Movie Clip?

May 15, 2010

in flash 8 im trying to duplicate movie clip - after clicking on button i am calling loadT function.

Code:

function loadT () {
xpos = 1;
ypos = 1;

[code]....

View 4 Replies

ActionScript 2.0 :: Duplicating Movie Clip?

Apr 3, 2006

The below script has a duplicate movieclip in it yet it does not seem to be working ?

on (release) {
//font = _root.extras.font_cb.getValue();
font = font_cb.getValue();
_global.text = input;

[code]....

View 4 Replies

ActionScript 3.0 :: Matrix With Duplicating Movie Clip?

Feb 3, 2011

I need a matrix that has 4 rows and 7 columns with a movie clip that automatically reproduces every second. Ive looked all over the forums but theres nothing related to movie clips in it. [code]...

View 4 Replies

ActionScript 3.0 :: Duplicating Movie Clip Into An Array?

Dec 21, 2008

I am writing an interactive 'bingo' game which creates a bingo card with 20 boxes. In AS2 I used duplicateMovieClip and 'push'ed the duplicate into an array. I could them access each movie clip when clicked (to turn a cross on or off on the movie clip). My original movie clip is called symbol_box_mc and the array I want to push it into is called symbol_box I've a load of other queries about this project but one step at a time! I've defined the array earlier with... var symbol_box:Array = new Array();

View 3 Replies

ActionScript 2.0 :: Duplicating A Movie Clip Outside The Stage

May 31, 2007

I'm looking for a way to duplicate a movie clip outside the stage in a random position. it doesnt have to be duplicated in that position, i can do onClipEvent(load) but i just need to know how to put a movie clip in a random position OUTSIDE the stage,

View 1 Replies

ActionScript 2.0 :: Duplicating A Draggable Movie Clip?

Jan 16, 2004

I'm wondering if there is a way to duplicate a mc so that when you drag & drop a ball, for example, there can be 50 balls stacked underneath, each with its own capabilities to be dragged individually? Obviously the goal is to be able to do this without applying the start/stop drag action to each ball.

View 2 Replies

ActionScript 2.0 :: Get Movie Clips To Point At Other Movie Clips?

Jan 5, 2009

Does anyone know a good reliable way to get movie clips to point at other movie clips? I use MX 2004.

View 1 Replies

ActionScript 2.0 :: Creating / Using Movie Clips Outside Of Movie Clips

Aug 18, 2005

Here's what I'm trying to do (in example form): I have a movie clip called "dude". Dude is animated to walk around, then drop a cigar (all inside the movie clip). But the problem is, dude moves, so if you try and move dude as the cigar is dropping, the cigar moves with him. So what I want to do is create a new movie clip instance called "cigar" OUTSIDE of the movie clip dude right as he's dropping it, so that you can move him without moving the cigar. Get it? I've attached another helpful animation to explain.

What I have right now is, on the 13th frame of dude, a few lines of code that create and place an instance of cigar. In that frame I also have an invisible instance of cigar for me to duplicate. Inside of the cigar movie clip is the animation that makes it fall to the ground. I need to change that code so that the instance of cigar is created outside of the movie clip dude. Here's the code I have now (inside of dude, on frame 13):

[Code]...

View 2 Replies

ActionScript 2.0 :: Movie Clips Which Have Sub Movie Clips Inside?

May 8, 2003

I have a problem stopping multiple clips. I have created a presentation using flash and I have many movie clips which have sub movie clips inside of them. Ok lets look at one movie clip in detail. Inside one _root movie there are multiple sub movies; each with a different movieclip labels (each movie clip is named with unique labels ie. north, south, east, west, and What I need to do is be able to STOP all these sub movie clips with one stop, and in turn PLAY these same movie clip with a second action.

The only way I know how to stop all these sub movie clips is to target each and every one individually.

[Code]...

View 2 Replies

ActionScript 3.0 :: Controlling Movie Clips Within Movie Clips?

Jun 22, 2010

What I'm trying to do is have my Flash piece have custom elements set by an XML file. I'm using ColorTransform. I have a piece that's loaded as a separate movie clip, and I can't figure out how to get to the piece and apply the ColorTransform.

Here's one example of what I'm doing for a different element on the same mc.

[code]...

So, in this example, I'm setting header_mc to a color specified in the xml. In the case I'm having trouble with, I want to set a color to a movie clip on the timeline and not the main movie

View 5 Replies







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