[BUG] Objects outside the frame don't destroy
Hello....
There'a a bug that I found....when a object it's created outside the frame, they just don't destroy.
I will attach a MFA file here with this example to show the bug.
Well....as you can see in MFA, there a plane (blue square) that move from the left to right and return. There's a "Aways" event that create some smoke in the plane....the smoke have a animation in DISAPPEARING so it should destroy automatically........
Everything works fine when the smoke is created inside the frame.....but when it goes outside....wooow....just see the objects counter showing in the top...
I've tried to add a event that destroy the smoke when it is not inside the frame....but it's not working.....
I've tried to add a event "number of smoke objects>10 THEN destroy....but this not work too...
It seems that all of objects that has created outside the frame does not compute.
Well, you can see and understand better in MFA example:
http://www.4shared.com/file/fKiWyckc/bug_destroy.html
Best regards