Tagged Questions

0
votes
3answers
221 views

send dispatchEvent to child : exemple doesn't work? (flash, as3)

i'd like to send a dispatchEvent to a loaded swf, put into a movieclip. I found a good topic about it : as3 - dispatchEvent from a parent swf to a child swf but my example doesn't work, the "trace" ...
0
votes
1answer
37 views

How far can one event go and how do I listen for it?

I have code in a flex component that I want to listen for an event, the source of the event is a custom class that's being run by another class that's being run by another class etc etc. I was under ...
0
votes
4answers
331 views

How do I dispatch an event from one class and listen for it in another class that isn't a child or parent of the first class?

I am making a game using AS3. I have three classes (Spaceship, UFO, and Scoreboard) which are all children of the class GameEngine. I want to put eventListeners in Scoreboard and then send ...
0
votes
2answers
5k views

AS3 - Dispatch Event Issue

I have an Flash AS3 project that loads external SWFs and controls them in different ways. On some of the loaded SWF files, they have a "Next Selection" button that takes you to a new presentation. ...