Movie clip garbage collection As3
Hi guys,
I'm new to AS3 and I'm working on this game that involves several movie clips playing one right after the other and everything works great so far but I'm not sure it was wise of me to make the movie clips using image sequences and now I have this issue of RAM usage. Is there a way to clear the RAM using the garbage collection when the clip has finished playing and is no longer needed? As it is the game plays and the RAM just keeps adding up until it gets to around 12gb and crashes so clearly not ideal. Any ideas?
Thanks in advance
Alex