ActionScript 3.0 :: Two Sprite Object Directing To Same Event

Dec 12, 2011

I have two sprite object and they direct to same event like follows:
sprite1.addEventListener(MouseEvent.CLICK, mouseEventHandler);
sprite2.addEventListener(MouseEvent.CLICK, mouseEventHandler);
private function mouseEventHandler(event:MouseEvent):void {
//how to do it here?
}
When click spirt1 or sprite2,it will call mouseEventHandler function,my question is how to determine which sprite is click in mouseEventHandler function,sprite1 or sprite?

View 1 Replies


Similar Posts:


ActionScript 3.0 :: Check If An Event Object Is Equal To A Sprite

Jun 11, 2010

Is there a way to check if an event object is == to a sprite. For example

Actionscript Code:
if(evt.target == [object Sprite])

View 3 Replies

ActionScript 3.0 :: Remove A Sprite Object When Another Sprite Object Hits It?

Mar 23, 2011

I have a brick class where I have created a rectangle using flash.display.graphics.I am using this brick class to create a grid of 10 X 10 in another class called grid using new brick() in a for loop.I have another class called ball where I have created a circle with flash.display.graphics.The problem is that I want to remove / destroy individual bricks when the ball hits the bricks on Event.ENTER_FRAME which is not happening.the error I get is shown only for the last brick that is created in a for loop.ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller.

at flash.display:isplayObjectContainer/removeChild()
at grid/ball_movement()// my function in enter frame event
The code I wrote in ENTER_FRAME is

[code].....

View 3 Replies

ActionScript 3.0 :: Remove A Sprite Object When Another Sprite Object Hits It

Mar 24, 2011

I have a brick class where I have created a rectangle using flash.display.graphics.I am using this brick class to create a grid of 10 X 10 in another class called grid using new brick() in a for loop.I have another class called ball where I have created a circle with flash.display.graphics.The problem is that I want to remove / destroy individual bricks when the ball hits the bricks on Event.ENTER_FRAME which is not happening.the error I get is shown only for the last brick that is created in a for loop.[code]

View 1 Replies

Flash Animation Directing To New Page When Looping?

Aug 3, 2010

how to do a rotating flash animation for a client's website using CS4.Basically it is a "postcard" type image with four corners having four pictures, with one changing every 5 seconds. Each corner is hyperlinked to a section on their website.I've managed to figure out pretty much all of it using the great amount of tutorials on the web, however one issue has me stumped.At the end of the animation, it flips back to the start (which is the desired behaviour) for an instant but then it redirects to a different page (as if one of the quadrants had been clicked).

View 1 Replies

ActionScript 3.0 :: Error #2035: No Se Encuentra La Directing URL

Jun 10, 2011

I am trying to load an swf into another swf as part of a course. I try to pass in some parameters to the getData function within the new swf but an error is show, I am testing by hardcoding values where I would normally use variables. The definitionsArray is where the problem lies. I tested the new game by harcoding the values instead of passing them in and it was loaded successfully. However when I send the same details to the SAME FUNCTION of getData game from the container/ loader it throws the above error. The ERROR is thrown on the code highlighted below. Cheers if you are able to have a quick look. Spent two days on the xml and this and learnt loads but now I'm stuck big time.

[Code]..

View 4 Replies

Catch Mouse Event On Sprite?

Sep 14, 2009

i want to know how to catch mouse event on sprite.I have created a class which extends Sprite and then tried to catch mouse event on it. but not successful.so is it neccessary to draw something on it to catch events?

View 1 Replies

ActionScript 2.0 :: Directing A Link To Goto A Certain Line Number?

Oct 13, 2003

is it possible to have a button be directed to a particular line number in a scolling text box?

what i want to do is when one of the levels is clicked from the packages page, i want it to go directly to a part of the scroll box on the inclusions page.

level one goes to where level one is listed in scrolling box of the inclusions page etc. is it possible to do something like this?

View 3 Replies

ActionScript 3.0 :: Can't Get Sprite To Respond To Custom Event

Sep 23, 2009

Can't get Sprite to respond to custom event

View 3 Replies

ActionScript 3.0 :: Sprite Will Not Respond To Custom Event

Sep 23, 2009

I've got an app where numerous Sprite objects are being placed on the stage, and then when an event occurs (mouse click most likely) I want all the Sprites to move, independently, based upon an algorithm that each Sprite has. I can't get the Sprite objects to respond to the event; I get no errors.

Here's my Event class:
package {
import flash.events.Event;
public class MyCustomEvent extends flash.events.Event {
public static const CONTROL_TYPE:String = "moveThem";
[Code] .....

View 12 Replies

ActionScript 3.0 :: Target The Event To The Second Level Of Sprite?

Sep 21, 2011

If i have a container, with some sprites and this sprites containes other sprites, wich is the best way to target the Event to the second level of sprite?
 
Container:
 
- sprite1 ---> contain n sprite
- sprite 2 --> contain n sprite
- sprite 3 --> contain n sprite[code]....

View 7 Replies

Flash :: Transparent Sprite With Event Mouseover

Dec 27, 2011

I have a actionscript "Sprite" class which load a transparent png. When i set a "mouseover" event over the Script, it is throw when the mouse goes over the "square" containing the transparent png. I would like a glow effect to be displayed on mouseover, but only when the mouse is on the displayable part of my transparent .png. How can i do to throw the event only when the mouse is not over the transparent part of the png? Do i have to check by myself in the mouseover handler then do what i have to do?

View 2 Replies

ActionScript 3.0 :: Sprite Still Dispatch A Rollover Event?

Sep 24, 2009

Why would this sprite still dispatch a rollover event? Isn't 'sp' a child that was disabled with mouseChildren=false?

[code]...

View 7 Replies

ActionScript 3.0 :: Sprite Resize Event Listener?

Jun 8, 2009

I'm currently working on a center stage component and I was wondering if there's a good way to detect when a stage component has been changed if any of the elements inside it have been enlarged?

This seems like it should be available but I can't find one that doesn't fire before the redraw. Or at all for that matter.

View 1 Replies

ActionScript 2.0 :: Movie Clip Buttons Not Directing To Correct Frames

Feb 17, 2010

It's supposed to cause each of five movie objects to correspond and go to a different named frame when they are clicked. The problem is that regardless of which one is clicked, it always goes to "animation." I tested it out by changing the name of the animation frame. The result was that it then always went to the "publication" frame. It would seem that it goes to the last valid named frame in the script.[code]...

View 2 Replies

ActionScript 2.0 :: If Else - Directing The Swf To Start On Different Frame Numbers Depending On The Variable

Mar 25, 2009

I am having problems with this if else statement. I have a variable (frame number 30) passing into my swf from another swf. This I know is working correctly.

[Code]...

(in case it was a string vs number issue.) it just stops - it does not go to frame 30. I need this because I need the file to stay on frame 1 if no variable is passed in. Am I doing something obvious wrong? Is there a better way to do this?

View 1 Replies

ActionScript 2.0 :: Directing A Link To Goto A Certian Line Number?

Jan 19, 2012

is it possible to have a button be directed to a particular line number in a scolling text box?what i want to do is when one of the levels is clicked from the packages page, i want it to go directly to a part of the scroll box on the inclusions page.level one goes to where level one is listed in scrolling box of the inclusions page etc. is it possible to do something like this?

View 3 Replies

ActionScript 3.0 :: Custom Event From EventDispatcher To Sprite's Parent?

Apr 1, 2010

I have a sprite A which has a child, sprite B.Sprite B has a variable, instance of class C which only extends EventDispatcherIn class C, I dispatch a custom Event. The eventlistener in sprite B reacts on the event.The same eventlistener in class A doesn't respond.If I dispatch the same custom event in the eventhandler in class / sprite B, this event is seen in class / sprite A.Is there a difference in events going through the displaylist and those who are from an EventDispatcher?

View 6 Replies

Actionscript 3 :: Removing An Event Listener As Well As A Sprite At The Same Time?

Apr 4, 2011

I'm having trouble removing the an event listener as well as the sprite at the same time. I currently get an error:

TypeError: Error #1009: Cannot access a property or method of a null object reference.

And if I comment out removeChild, I have no error but, obviously, the sprite remains on the screen. how I can rid myself of that error?

//Bullet extends Sprite Class
bullet:Bullet = new Bullet();
mc.addChild(bullet);

[Code]....

View 3 Replies

Flash :: Prevent Touch Event From Firing From Under Another Sprite

Dec 6, 2011

I'm trying to make a vieport in which you can pan by dragging the background image around. Here is what I've done: [URL] Note that I've hidden the mouse cursor and replaced it with 2 custom ones. The problem is, the event attached to the background, which is a touch event, fires even when the mouse is over a sprite/movieclip (the monkey or the stats) that's in front of that background. And the stats isn't even in the gameLayer (where the monkey and the bg and the mouse cursors are). Try to drag the stats around, and see that the background and everything else pans with it (this is unwanted). Also, I need to remove the custom cursor and show the regular cursor whenever the mouse is NOT on the background (i.e. when it's on the monkey or stats or any new sprites I may/will have in the future).

[Code]...

View 1 Replies

ActionScript 3.0 :: Why MouseUp Event Don't Work For Base Sprite

Nov 30, 2009

I am child in AS3. I try to write a program like that:

ActionScript Code:
package {
import flash.display.Shape;

[Code]....

When I click mouse, there is nothing. If I change the event listener to listen EnterFrame event, that is OK. I didn't know why.

View 6 Replies

ActionScript 3.0 :: Mouse Event For Bitmaps Within Sprite Container?

Jul 21, 2011

I have stuck a bitmap into a display object container (Sprite). On a given mouse event (i.e. mouse click), I would like to display the x and y coordinates of the bitmap. However, I've realized upon clicking on the bitmap, the event is only recognizing the higher level Sprite container. I suspect this could be attributed to the simple fact that bitmaps are not InteractiveObjects.If it's I have attached the code. I am loading a master image and cloning it to produce a thumbnail image (bitmap). Mouse events with the container holding the master image recognize the image itself while the container holding the thumbnail only recognizes the Sprite container.

Code:
var ldr1:Loader=new Loader();
var url1:URLRequest=new URLRequest("PhotoGallery0/picture0.jpg");

[code].....

View 9 Replies

Actionscript 3 :: Mouseevent - Retrieving BitmapData From Sprite Mouse Event

Mar 3, 2010

i've created a bitmap with data and placed it into a sprite so to receive mouse events. however, i'm struggling with reading the BitmapData within the sprite.

[Code]...

View 3 Replies

Flex :: Flash Sprite Loses Focus On MOUSE_DOWN Event

Jan 15, 2011

My Sprite class keeps losing focus when I click with the mouse - specifically after the MOUSE_DOWN event (before the click is complete).

I have set mouseEnabled to false on the children, no change. I added a listener for FOCUS_OUT and noticed that the FocusEvent.relatedObject property is NULL, which is confusing me - doesn't that mean there is no new focus target, the focus is just getting lost?

The exact sequence of events I get, by tracing them, as I click:

[FocusEvent type="focusOut" bubbles=true cancelable=false eventPhase=2 relatedObject=null shiftKey=false keyCode=0]
[MouseEvent type="mouseDown" bubbles=true cancelable=false eventPhase=2 localX=355

[Code]....

View 2 Replies

ActionScript 3.0 :: Mouse Click Event Listener On Main Sprite?

Apr 10, 2011

Taking my first steps coding in AS3. So I have my main class which extends sprite and I put new mc's on top of that. Using addEventListener on any child MC's with MouseEvent.CLICK works fine, but I can't add it to the main sprite. How can I register all clicks on the screen?

View 0 Replies

ActionScript 3.0 :: How To Return Sprite Object

Dec 11, 2011

I want to load two picture and add every picture to every sprite object,such as picture a to sprite1 and picture b to spriteb,I know I can load a pictue by following code:

loadImage('a');loadImage('b');private function loadImage(imagePath:String):void {  var loader:Loader = new Loader();  loader.contentLoaderInfo.addEventListener(Event.COMPLETE, onImageLoaded); loader.load(new URLRequest(imagePath));}private function

[code].....

View 3 Replies

ActionScript 3.0 :: How To Add Sprite Object With Animation

Mar 18, 2012

What I'm about to ask might be completely nonsense/basic or something else. Because my AS knowledge is too little. Hope I can explain correctly. I am tring to create a sliding banner animation dynamically. The reason that I create dynamic is that I want to load banner images and headlines from XML file.

[Code]...

View 4 Replies

Actionscript 3 :: Add Sprite Object With Animation?

Mar 18, 2012

What I'm about to ask might be completely nonsense/basic or something else. Because my AS knowledge is too little. Hope I can explain correctly

I am tring to create a sliding banner animation dynamically. The reason that I create dynamic is that I want to load banner images and headlines from XML file.

So I found a sample project with .as and .xml file. It does what I want but it has no animation. You can see the demo here: [URL] As you can see, there's a transparent info panel below. Here's the code how it is being created:

private var infoPanel:Sprite = new Sprite();
private var titleField:TextField = new TextField();
private var description:TextField = new TextField();

[Code].....

View 2 Replies

ActionScript 3.0 :: Way Of Duplicating A Sprite Object

Feb 2, 2007

Does anyone know a way of duplicating a Sprite object.

View 9 Replies

ActionScript 3.0 :: Possible To Return Sprite Object?

Dec 12, 2011

I want to load two picture and add every picture to every sprite object,such as picture a to sprite1 and picture b to spriteb,I know I can load a pictue by following [code]...

View 2 Replies







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