CS3 Move Multiple Sprites Separately?

Sep 28, 2010

I have a function that adds a player to a sprite containerwhen that player is clicked a hit test is done on the tiles surrounding that player that it can move to and put into an array.all that works fine.my problem is after I add more than one player to the stage I can only move the latest addition when I use MapInfo.player.x = (hexagon_width * .25) + hexagon_x_position-90;I thought if I used getChildByName I might get around making a custom event.but I get an Error #1009: Cannot access a property or method of a null object reference. when I use the code below

trace(MapInfo.getPlayer);// =MapInfo.player.name
var targetisplayObject = MapInfo.player.getChildByName(MapInfo.getPlayer);
target.x = (hexagon_width * .25) + hexagon_x_position-90;

[code].....

View 1 Replies


Similar Posts:


ActionScript 3.0 :: Use Same Mask On Multiple Sprites?

Jan 21, 2009

im trying to use a mask on multiple sprites:[code]But the mask seems only to affect the last object, that i added to mask (righttxt). Is there a way to use the same mask for multiple sprites?

View 1 Replies

ActionScript 3.0 :: Same Loader Data In Multiple Sprites?

Sep 14, 2010

I found out this will not work:

Code:
var Slice1:Sprite = new Sprite();
Slice1.addChild(evt.target.loader);
var Slice2:Sprite = new Sprite();
Slice2.addChild(evt.target.loader);

I found out the hard way what happens when you and the same object to multiple parents (it packs up, and moves out).So what is the work around for this, besides multiple loaders? LoaderMax? My evt.target.loader is an image. So maybe bitmap data?

View 2 Replies

ActionScript 3.0 :: Call Multiple Sprites To Stage?

Apr 7, 2010

I have a timmer on the Main Stage, I want to Call Multiple Sprites to stage, in order, one after the other, and remove them when the Tweens Inside them are complete. The the first two Sprite's containing sample text do display, yet the third does not.

I need to call many sprites to the stage. But I need them to display and then remove from stage.

function Main() {
var newBordText:GoldBordText0 = new GoldBordText0();
addChild(newBordText);

[Code]....

View 9 Replies

ActionScript 3.0 :: Creating Multiple Sprites With Checkbox Using One Function

Aug 15, 2010

I would like to create multiple sprites with a checkbox to remove all items from that sprite without removing the sprite itself. I would rather not create a script for each individual sprite. I would prefer creating one function that creates all the sprites ... If you see below, I would like the function (CreateSprite(10,20)) to include one on the sprites I created in the first line i.e.: CreateSprite(10,20,s1); rather than create 3 CreateSprite functions. I would also like to avoid creating multiple boxClick functions for each sprite.

var obj:Sprite;
var s1:Sprite, s2:Sprite, s3:Sprite
function CreateSprite(xx:int,yy:int):void{
obj = rectSprite();
obj.x = xx;obj.y = yy;
[Code] .....

View 0 Replies

ActionScript 3.0 :: Proper Way To Instanciate Multiple Sprites (board Game)

Dec 2, 2009

when creating a tile style gameboard in flash before i did the following:[code]when i wanted to delete tile-instances, i could reference them like [code]

View 7 Replies

Flex :: Won't Move Effect Work On Sprites When The Fade Effect?

Feb 8, 2011

It's a bit of decoration to go behind a logo. When the dMove var is commented out I get the appropriate line of squares fading in and out at random spots along the x = 78 axis, but when introduced nothing appears at all...

[Code]....

View 2 Replies

ActionScript 3.0 :: Tile Based Game - Creating Multiple Sprites Based On Frames

Nov 17, 2009

I'm relatively new to AS3. There's one thing that I don't quite understand about Sprites. I'm making a tile based game, and all the tile graphics for a level are inside one movie clip in each frame. Would I be able to go about creating multiple sprites based on the frames in said movieclip's timeline I would I have to go through and make a separate library graphic for each.

View 2 Replies

ActionScript 3.0 :: Possible To Mask Multiple MC Or Sprites Under One Mask?

Nov 26, 2009

I was wondering if its possible to mask multiple MC or Sprites under one mask, when using AS3.abc.mask = a;cba.mask = a;something like that

View 2 Replies

ActionScript 2.0 :: Getting Multiple MCs To Move At The Same Time?

Oct 26, 2006

I have a bunch of MCs that when you click each individual one it will start to move up and down with a yoyo-ing tween. I would like all of the MCs to move up and down at the same time rather than start exactly when you click on them so they are moving at different times.

View 8 Replies

ActionScript 3.0 :: Multiple Buttons To Move Around Timeline?

Feb 8, 2010

I am creating a point and click game using buttons to move through the timeline. I am using AS3 and am not used to it because I used to use AS2.

Here is my script:

intro.addEventListener(MouseEvent.CLICK,clickHandl er1);
function clickHandler1 (event:MouseEvent):void {
gotoAndStop("one");

[Code].....

It works for the first button, but an error comes up for the next button:

TypeError: Error #1009: Cannot access a property or method of a null object reference. at skunk_fla::MainTimeline/frame1()

View 4 Replies

ActionScript 3.0 :: Get Goldshare And Bank Value Separately

Oct 17, 2009

I want to be able to call 2 values from the mysql db Currently I only get the first one.Any order works.Now I tried to change the parameters in the flash file.I get the 2 values but they are the same.How would I get goldshare and the bank value seperately.[code]

View 3 Replies

ActionScript 3.0 :: Tweenlite To Add Tweens On A MC 'separately'?

Nov 20, 2010

Anybody knows if it's possible with tweenlite to add tweens on a MC 'seperately' like you can with caurina tweener? the MC will always need to move to X 300 , but depending on circumstances may also need to be tweened to Y or rotated or scaled or alpha'd or colored or filtered. And I also planned to test if it "succeeds" in applying FP10 rotationY to 180 (3D flip around axis) but if that fails applying scaleX to -1 (so it does a simple flip around axis instaed).... basically depending on how the user has set publish settings.

[Code]....

View 10 Replies

ActionScript 3.0 :: Load Swf And Images Separately?

Dec 31, 2010

For each level in my game I have a large bitmap that I need to load. I would like to load the bitmap as the player gets to that level rather than all the bitmaps loading right at the beginning.And this is where I get stuck. I want everything else to load during the beginning pre-loader, but I don't know how to exclude the images from being preloaded at this point. I'd prefer not to load anything externally either.

View 3 Replies

ActionScript 2.0 :: Select And Move Multiple MovieClips Dynamically

Mar 4, 2010

I have a button that uses attachMovie to add a movieclip to the stage. You can add multiple instances of this clip to the stage, which works fine. I also have a feature whereby you can select and move these objects around the stage one by one. I am trying to add a feature whereby you can select more than one object at a time (indicated with a drop shadow - which I have working) and then move them together. This feature would also allow you to rotate the selected objects by 90, leaving the unselected objects where they are. I'm fairly certain that I'll need an array to hold the selected objects, and then use this info to move/transform only the chosen objects, but I can't figure out how to implement this.

View 21 Replies

Professional :: Move Multiple Frames In Motion Editor?

Apr 22, 2010

Is there a way to move multiple frames in the motion editor (CS4)? Like now I have to move them one by one and it's hard to make them keep their values coz the shift+move doesn't seem to work.

View 3 Replies

ActionScript 3.0 :: Code For Multiple Movieclips To Move In Unison?

Jun 28, 2010

I have 3 main movieclips with roughly 100 other related movieclips that I need to move together frame per frame. For example main movieclip1 has about 100 frames.  If main movieclip 1 is on frame 3, I want movieclips 4, 5, and 10 to also be on frame 100  I think the code may involve an array with forEach function.

View 1 Replies

ActionScript 3.0 :: Drag Select And Move Multiple Items?

Jul 4, 2011

I'm currently creating a word game where I would like to place tiles, but if possible I need it to be possible to drag select groups of tiles (preferably with a visible selection box as you drag) and move them around all together.. is there a simple way to implement this and still have the tiles snap to a grid ?

View 1 Replies

Flash - Having Multiple AI Objects Detect And Move Along A Given Path?

May 29, 2011

I'm working on a game right now where I'm going to have paths dynamically built by the user for multiple AI objects to "walk" along. I'll be detecting/redrawing the path only on user input but I'm still debating over the fastest possible method to update the movement of many AI objects "walking" along/up/down the given path. Think for example of pac man, but the level is dynamic. Right now I'm leaning toward building the enemies in a linked list of final classes and looping through the linked list calling a function in each of the AI objects to plot the next move along the path.

View 1 Replies

ActionScript 3.0 :: Make Multiple Movieclips Move Across Stage?

Aug 28, 2010

I have managed to add multiple movieclips of the same library object randomly onto the stage.[code]...

View 2 Replies

ActionScript 3.0 :: Move Multiple Items At The Same Time With Tween?

Dec 20, 2011

I wish to move multiple items at the same time with tween.

I'm currently using a loop that calls for the same tween for each item.

I then want to do something when the tween has finished using the tween listener. The problem is that it is being called each time for every item that is being moved. I know I could do some variable that changes from true to flase if its been called once, but is there a better way of doing this?

View 3 Replies

ActionScript 2.0 :: Multiple Objects One Tween - Move 20pixels To The Right

Jun 23, 2006

i've got multiple clips on stage and i want to move them all say 20pixels to the right. I want to do this with one Tween and have a nice elegant mathematical solution (i don't want to have to take position stamps etc etc unless its absolutely necessary). Here's an example. 4 clips randomly dragged on the stage and put in an array, Then one tween to move them all (for performance reasons):

[Code]....

View 1 Replies

Controlling Vanishing Points For Each MovieClip Separately?

Jul 20, 2009

I'm using the new 3D tool in flash to let pictures rotate around there center. To not let it look distorted I will have to adjust the vanishing points for these images separately, however I can't find an option to control them separately. The seem linked for all my 3D movieclips. This will result in having only 1 moviclip animated right. So the question is: how do I control the vanishing points for each movieclip separately?

View 1 Replies

ActionScript 2.0 :: Get The Two Values In A Two Dimensional Array Separately?

Jul 5, 2011

How can I get the two values in a two dimensional array seperatly. I mean in myArrow[1,1] I want the two values seperatly.

View 1 Replies

ActionScript 2.0 :: Control The Volume Of The 3 Objects Separately?

Sep 20, 2005

On frame 1 from the root I've the following script:

[Code]...

For some reason all three sound objects play at 5% of the volume (the volume that was set for "WhenTextAppears"). I want to controle the volume of the 3 objects seperatly,.... I thought the code above should do the trick but it doesnt.

View 1 Replies

ActionScript 2.0 :: Preloading Movie Clips Separately?

Nov 4, 2004

I was wondering if this was possible, so that i would just have a movie load with a plain bg color and then have movie clips placed on the stage which start to show based on the percentage that they are loaded. here is the code i was messing with which didn't seem to do the trick[code]...

View 2 Replies

ActionScript 2.0 :: Pageflip: Load Each Page Separately

Jan 18, 2005

I just found the "famous" pageflip and encouterd a problem. I need to load each page seperatley.. cause loading the pageflip takes a while (its 1 mb) example:[URL] I tried putting this on every pageMC: _root.mymovieclip.loadMovie("page1.swf") followed by a preloader script, but that didnt work the pageflip can be downloaded here: [URL]

View 3 Replies

ActionScript 1/2 :: Move Multiple Symbols (w/buttons) In Separate Timeline?

Jul 2, 2009

how to move an object built from multiple symbols (including movie clips with interactivity) in a timeline other than the root? I tried putting them all in another symbol, but then the interactivity was lost.
 
On a boad scope, what I'm trying to do is animate a "digital multimeter" out of the way when not in use, and vise versa.

View 5 Replies

ActionScript 3.0 :: Multiple Tweens To Make A Clip Move In A Curve?

Jan 12, 2011

I'm looking for some actionscript that will move a clip from one point to another, but in a curve. I've done one that tweens the x and y positions as well as the scaleX and scaleY that sort of does this.

Seems I've seen this sort of thing on YouTube at the end of watching a video. A set of small videos appear, they scale up in size and move to a new position, but they go up, and then down smoothly (thus, a 'curve');

View 9 Replies

ActionScript 3.0 :: Color Grid Rows Separately At Run Time?

Aug 11, 2009

I want to color some lines of datagrid under some conditions at runtime. How can i color a single row of datagrid? It may be background coloring or text coloring.

View 1 Replies







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