Type: Posts; User: iCon
Can you give an example?
Hi In the Rifle class I want to let its parent (Weapon class) to know which bullet class to use. I was thinking of the following: ==== class Weapon extends MovieClip { public var...
Waw thanks a lot. it works. Is their a reason why you declare a function as parameter in the addEventListener method to get to that.update()? this.monthElem.addEventListener("change", function...
I have made this DateSelector class. But on the eventhandler called update() I ran into some problems. Those problems are about accessing the methods of the class itself inside a handler. When...