Re: [Flashcoders] off-display mouse listeners still listen in AS3?

2006-11-13 Thread Ron Wheeler
Have you run into any performance problems running your application? Just imagine how many events are being watched in a RPG game running on a PC. The Flash player may not be as efficient as a game engine but PCs perform a lot of instructions(tens of millions and hundreds of millions) each sec

[Flashcoders] off-display mouse listeners still listen in AS3?

2006-11-12 Thread Matt Garland
Hi, I'm making a site in AS3 with lots and lots of buttons. I'm worried that all the listeners on the buttons will clog the memory. I realize that sprites that are not in the display list cannot receive mouse events, but do they still listen for them, taking up memory? I'm not sure how to