Tagged Questions

2
votes
3answers
6k views

How to call a function in a Class from another Class?

Update: Modified title to better reflect my question Hi everybody :) My question today revolves around a CustomEvent I'm trying to send from one sub Class to another. I've used my CustomEvent class ...
0
votes
1answer
282 views

The dispatchEvent only gets picked up by my main class (Engine.as) and not the ships class (Weapons.as)

I am currently trying to make a game, but the problem now is that when I dispatchEvent, only my main class picks it up (the engine). I want my Weapons.as to also pick it up. My main class is Engine.as ...
0
votes
3answers
9k views

Flash-AS3: Calling a function in a Class from another Class (Part 2) via DispatchEvent

Hey this question is in reply to Joel Hooks's comment on an older question of mine (How to call a function in a Class from another Class?) I was able to fix my own problem using a public static var ...