1. You don't need to remove movieclips - just reuse them, if you mean falling objects
(it is easy and would remove source of potential memory leak)
(otherwise, delete listeners in mc first, and then mc.removeMovieClip() - there was a good article I don't remember the name)

2. Check the loop in a "boy" object separately - it could slow down with "age" as well



----- Original Message ----- From: "Martin Weiser" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" <[email protected]>
Sent: Wednesday, August 23, 2006 3:33 PM
Subject: [Flashcoders]Performance issue


Hello,

i neeed urgent help, on this, try these two html pages, one with wmode transparent the other normal?

http://flash.dna01.net/sp/tescoBTSmini.html

http://flash.dna01.net/sp/tescoBTSmini.htm

test it for a while (no mouse needem just let it go for 5 minutes ) plus measure CPU consumption (Ctrl+Alt+Del in Win) see how the transparent takes nore CPU....and despite the falling objects are removed, deleted from lists (arrays) the CPU consumption increases,

please any help appreciated, how to properly delete MovieCLip (removing from listeners array, othere references, etc...)

Thanks a lot in advance

Martin
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to