Re: [Flashcoders] (Another) quick AS2 Delegate question

2008-09-16 Thread Ali Drongo
Sweet as a nut. Thankyou Glen! On 16 Sep 2008, at 12:46, Glen Pike wrote: Hi, You should just be able to add "yourself" as a listener without creating the extra object: initLoader.addListener(this); Then make sure you implement all the listener functions for MCL Glen Ali Dr

Re: [Flashcoders] (Another) quick AS2 Delegate question

2008-09-16 Thread Glen Pike
Hi, You should just be able to add "yourself" as a listener without creating the extra object: initLoader.addListener(this); Then make sure you implement all the listener functions for MCL Glen Ali Drongo wrote: Hiya, my onLoadProgress / onLoadInit Delegate events won't fire. I'

[Flashcoders] (Another) quick AS2 Delegate question

2008-09-16 Thread Ali Drongo
Hiya, my onLoadProgress / onLoadInit Delegate events won't fire. I've compared this class with other examples and I can't see where I'm going wrong. Any help really really appreciated :) Ali Here's my code: import PreLoader; import Display; import mx.utils.Delegate; class LoadManager {