Re: [flexcoders] event listeners on Sprites - performance problem

2008-07-24 Thread Rick Winscot
Are all 10-15 markers visible at one time? If not, you might want to consider the 'recycle' method that is employed with item renderers. Either that... or have a single MEGA WONKA sprite where each marker is drawn at the appropriate location. Rick Winscot On Wed, Jul 23, 2008 at 12:42 PM, Alex

RE: [flexcoders] event listeners on Sprites - performance problem

2008-07-23 Thread Alex Harui
10 to 15 shouldn't be a problem. Make sure it is only that many (and you didn't create more and stack them on top of the others). Are you saying the addEventLIstener calls are affecting the cpu load? From: flexcoders@yahoogroups.com [mailto:[EMAIL