ActionScript 2.0 :: [F8] Using A For Loop To Place Several Objects On Stage

Oct 7, 2006

I've been working on this for over 3 hours and it is about to drive me crazy! I was one of those people who never paid attention to math in high school because i thought i would never use it ( i knew i wanted to be an artist/designer of some sort). But now of course, that attitude is coming back to haunt me. I'm using a for loop to place several objects on stage. I need a formula that will space objects along the x axis evenly, and center all the objects on the stage. Kinda like if you use the align panel in flash to distibute the vertical centers of several objects to the stage, if that makes sense. If there is only one item, it should be directly in the center of the stage. If there are 2, it should place them in the center of the 2 halves of the stage, and so on for howeve many objects there are. I also want a buffer of about 25 pixels on either edge of the stage so that no object is ever on the very edge of the stage. I made a simple diagram to illustrate:

View 5 Replies


Similar Posts:


ActionScript 3.0 :: Place And Remember Objects On Stage Dynamically?

Aug 27, 2011

I want to be able to create and place objects on the stage dynamically and remember their location. I'm guessing the best way would be saving the object type and location in an array? Just wondering if there is a better way before I start coding.

View 1 Replies

Actionscript 3.0 :: Adding Objects To Stage Through An Array And For Loop?

Jul 7, 2010

I am trying to create a card game (deck of 24 cards/6 cards will be dealt to the stage at one time (3 arrays)).

I want 6 cards to be dealt to the stage when you click the "Deal" button. I think i have the loop set up properly, the first array traces, however i can't get the cards to be added to the stage. What am i doing wrong? Once i get the first set of cards to be built to the stage, i will want to remove the previous set and the second set will be dealt to the stage once the "Deal" button is clicked again.

//code
var aArray = new Array();
aArray[0]=Card1;
aArray[1]=Card2;

[Code]....

View 9 Replies

ActionScript 3.0 :: Loop Objects On Stage Input Text Check Box?

Oct 9, 2010

i have several check boxes and input texts on stage and would like to null out their values with a reset button but seem to be having issues, can anyone take a look

[Code]....

TypeError: Error #1010: A term is undefined and has no properties.
at Main/resetHandler()

View 9 Replies

ActionScript 3.0 :: For Loop Shortening - Change The Colour Of Certain Objects Within My Stage

May 9, 2011

I've got two functions running that change the colour of certain objects within my stage. I'm wondering if I can combine them into one which would half the code (and eventually quarter the code because I'm planning on adding two more colours).

[Code]...

View 3 Replies

ActionScript 3.0 :: Flash Overlapping Objects - Loop To Add The Map Elements On The Stage

Apr 13, 2011

I'm working right now on a map generator. I stumbled on a very annoying problem. I'm using the for loop to add the map elements on the stage. But when the "forest" area begins to be to thick all trees begin to overlap.

View 1 Replies

ActionScript 2.0 :: Duplicate A Movie Clip And Then Place It On A Certain Place On The Stage Set _x And _y?

Apr 8, 2005

how can i duplicate a movie clip and then place it on a certain place on the stage

View 5 Replies

ActionScript 3.0 :: Place A Scrollpane In A Specific Place On Stage?

Aug 21, 2010

I've used .x = and .y = with the position I want and the pane continues to show up in the top left corner instead. What am I doing wrong?

View 2 Replies

ActionScript 2.0 :: Place A For Loop In A Recursive Function With The Function Call Within The Loop

Nov 4, 2005

If you place a for loop in a recursive function with the function call within the loop... will the loop finnish or does it stop working untill the last recursion?

View 2 Replies

Professional :: Nested Boxes - Place All The Objects

Sep 15, 2010

I am creating series of rectangles dynamically and placing them into a grid pattern under a function called createGrid(). I am than creating another single larger rectangle in a function called drawTimelinecontainer. I than want to place all the objects that were created in the createGrid() function into the object that was created in the drawTimelineContainer function. It seems I get an undefined property error when I add it to the display list like this timeLineContainer.addChild(timeLineCell). Is there a way to do this and have the creation of both objects done in separate functions?

View 2 Replies

ActionScript 3.0 :: Place Objects Along A Motion Guide

Jan 15, 2009

I'm a beginner in Flash-AS, and I have been spending a lot of time on a (simple?) problem, still I didn't find anything that helps me. Here it is: I would like to place (via ActionScript) an object (let's say a ball) along a curve (free-shaped). The position of the ball is defined by a percentage in relation to the length of the curve : for example, 0% or 100% put the ball at the start or the end of the curve, 50% put the ball exactly at the middle of the curve... I don't need any animation, I just want to place the ball at the initialisation.

View 1 Replies

ActionScript 2.0 :: Place Objects Without Overlapping By Dragging

May 31, 2010

I have for a long time tried to get rods beeing placed side by side without overlapping after dragging. I don't succeed. This side shows that it can work: [URL]. I want my objects beeing placed side by side or over each other, not overlapping and no space between, just like in thos link.

Code:
var mcArray:Array = new Array();
var lastClicked:MovieClip;
function drag() {
this.startDrag();
lastClicked=this;
} function dragEnd() {
[Code] .....

View 2 Replies

ActionScript 2.0 :: Place Inferior-level Objects On Top?

Jan 21, 2005

Ive got one index-file on _level0, from which I load another file into _level1, on top of _level0 covering it completely.

I would like a single (not all) object on _level0 to show on top. Is that possible?

Layers would only work, if Im not misstaken, on a single level, so I guess thats out.

View 4 Replies

ActionScript 2.0 :: Place Inferior-level Objects On Top

Jan 21, 2005

Ive got one index-file on _level0, from which I load another file into _level1, on top of _level0 covering it completely. I would like a single (not all) object on _level0 to show on top. Is that possible? Layers would only work, if Im not misstaken, on a single level, so I guess thats out.

View 4 Replies

ActionScript 3.0 :: Why Cannot Place Timer Event In A Loop

Aug 25, 2011

I tried to move 4 movie clips in a loop and with a 3 seconds interval. So first I tried a loop and a timer function inside. I supposed by the loop the timer should start and finish for times. But itdidnt work. So I used another code which is longer and complicated. So it worked. do-while doesn work also with first logic-why?
 
here are the codes - m s are clips
 
// THIS CODE IS NOT WORKING - I CAN NOT USE TIMER MULTIPLE TIMES IN A LOOP
var arr:Array=new Array(m1,m2,m3,m4);trace(arr);
var timer1:Timer=new

[Code]....

View 5 Replies

ActionScript 2.0 :: Loop Doesn't Position Mcs In Right Place?

Apr 29, 2005

i have a loop as follows and the positioning is doing nothing, they are all just standing in one place one on top of the other.

Code:
this.createEmptyMovieClip("thumbHolder_mc", this.getNextHighestDepth());
for (var i:Number = 0; i < 20; i++) {
var thumbnail = "thumb" + i + "_mc";

[Code]....

View 3 Replies

ActionScript 2.0 :: Loop Doesn't Position Mcs In Right Place

Apr 29, 2005

i have a loop as follows and the positioning is doing nothing, they are all just standing in one place one on top of the other.

[Code]...

View 3 Replies

Manage The Layers And Objects And To Place In Front/back Of Each Other

Aug 22, 2009

I don't understand how it's possible to have a lot of objects on the stage and be able to manage the motion tweens with all of them, but ALSO manage which objects are in front and which are in back of each other. I have a military type animation and there is a lot of action going on, and there are times where I need some of my guys to be in front of objects, and times when they need to be behind.
 
I don't know how to manage the objects in regards to layers and motions in a way so I can get the objects in the order I need them to be (like which item goes in front of the other).
 
Does anyone have any tips or a way that I can manage my objects and motions and be able to sort them on the stage so that I can arrange the objects how I need them to be in regards to placement and which should be in front of other objects?

View 4 Replies

ActionScript 3.0 :: Randomly Place Objects (by Four Different X-axis Positions)?

Feb 21, 2011

I am trying to figure out how to randomly place four cards on stage through external AS3, by arrays.For example:

Code:
var positionArray:Array = ["48.50", "125.50", "202.50", "280.50"];
function getXAxis():String

[code]......

View 0 Replies

ActionScript 2.0 :: Drag And Drop Objects That Snap Into Place?

Dec 8, 2006

I'm new around these parts (I literally signed up about 3 minutes ago!). I'm a high school student who just started using Flash about a month or two ago, so I'm far from advanced, though I have tackled some of the basics. In class I'm working on an art portfolio site but in my spare time I'm making a virtual dress-up doll (you know, the kind where you can pick up the clothes and drop them on the figure to mix and match outfits).Learning how to make drag-and-drop objects was very easy and there are lots of tutorials on it but what I can't figure out is how to get objects to "snap" into place. I want it so that the doll's hairdo's snap into position because they look kind of stupid when placed incorrectly.

View 7 Replies

ActionScript 3.0 :: Place 3 Objects In Array And Move Automatically?

Aug 8, 2011

I was wondering if anyone could help me achieve an outcome for a soccer game penalty shoot out. I have to put the two defenders and the goalie in an Array. they need to move at a set speed automatically to the left and right side of the goal.

View 1 Replies

ActionScript 3.0 :: Calling Preloader Function At The Wrong Place Or Are Objects In The Library Loading First?

Apr 2, 2009

I have a flash project that exports at around 3MB, I am trying to create a preloader for it but it seems to get called after the preloading is complete, there for, making it useless. My stage is empty, nothing on the timeline. The preloading script is called in the main document class. Does anyone know why this isn't working, am I calling my preloader function at the wrong place or are my objects in the library loading first? Here is the code,

[Code]...

View 4 Replies

ActionScript 3.0 :: Place SWF Onto Stage?

Jan 31, 2009

I've been working on my new flash site for a few weeks, along with learning AS3, tackling problems as I encounter them and I've learned a lot...but sometimes the simplest things I cannot figure out for the life of me.

All I am trying to do is have some flash banner SWF files I created play within the portfolio page of my site. I don't want them to open in a pop up or anything just play within the page when the link on my site is clicked. I figured it would act like a movie clip and I could just drop it onto the stage, but when I do that it doesn't look right, loops continuously, and is not interactive.

View 1 Replies

ActionScript 3.0 :: Possible To Place PDF Onto Stage?

May 19, 2011

Is it possible to place a PDF onto the stage and add it to the display list? Are there plugins out there that can accomplish this?

View 3 Replies

IDE :: In .swf Where Can Place The Stage Color?

May 10, 2011

In this .swf where can I place the stage color? I am using the[url].... and it made the stage color black? Which is suppose to be #999 .HERE IS THE CODE SCRIPT:

<object width="600" height="409"> <param name="movie" value="http://fpdownload.adobe.com/strobe/FlashMediaPlayback.swf"></param><param name="flashvars" value="src=http%3A%2F%2Fgfdesignwise.com%2Fjbm_sit e%2Fvideo%2Fsplash.swf&controlBarMode=none&playBut [code].....

View 11 Replies

Professional :: Developing A G.U.I 'drag & Drop' Code Module To Place And Replace 3D Objects On A 3D Object?

Mar 27, 2010

I'm developing a G.U.I 'drag & drop' code module to place and replace 3D objects on a 3D object.

View 1 Replies

ActionScript 1/2 :: Place On A Particular Area Of The Stage?

Jul 30, 2009

I want to place my duplicates about one third down from the top and in a small bit from the left.  Roughly centre them on stage.  My code so far:
 
for (var i = 1; i <= 6; i++){ duplicateMovieClip ("fish_mc", "fish_mc" + i, i); _root["fish_mc" + i]._x = 500 * Math.random (); _root["fish_mc" + i]._y = 350 * Math.random ();}

View 9 Replies

ActionScript 3.0 :: Place Movieclip On The Stage?

Feb 7, 2010

if i make say a button in my timeline, convert it to a button. and then remove it from the stage (it is still in the library) in my exeternal .as file how can i then place that movieclip on the stage? i know how to do this within the timeline, but not when it is an external .as file.

View 7 Replies

ActionScript 3.0 :: Place Movieclips On Stage

Feb 12, 2010

The player controls the character with their mouse - it follows their cursor. I'm trying to make an environment continually scroll from the right hand side of the screen to the left - much like in Canabalt (click to see). I've been trying to do this with tweens, but it doesn't seem like it's going to be the most efficient way of doing it... Plus Flash keeps dying on me whenever I try to do it.

I have a couple of background images, and then I have objects in the foreground that the player is going to destroy by mousing the character over them. How do I get Actionscript 3 to place instances of movieclips on the screen at certain points, and make them to scroll from the right of the screen to the left? I have a lot of different movieclips to use, so it'd also be great if they could be removed from the stage once they reach a certain point.

View 2 Replies

ActionScript 1/2 :: Place, Not Load, External Swf Onto Stage?

Jul 31, 2010

I have made many small swf files for each section of my website. The problem is now I want to club them all together to avoid breaks and showing of the loader at inappropriate moments, I know that was poor planning on my part. I want to know I can place an external swf onto the stage, so that it gets loaded with the main swf. As in, I don't want to call a loadMovie or loadClip

View 1 Replies







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