Re: Strange freezing\crash
I can reproduce the freeze on tab switch issue. (Google Chrome, fully updated, no plugins) It's a cool game, though :)
Re: Strange freezing\crash
i know it's because of the "explosions (4 events)" group on the gameframe, but i don't know why, the non-flash version works great.
btw, please don't share this or any other flash-version of the game outside this forum, i am hoping to submit it for a sponsorship (with some adjustments).
Re: Strange freezing\crash
It's because of destroying the animations:
Animation stoped is over > destroy
As a side note you should never use that condition for anything, it's often bug related.
By putting:
on loop "e"
animation stoped is over > destroy
solves the bug in my case
or even better just copy the whole animation into dissapearing, when an object only has dissapearing animation it will automaticly destroy itself after the animation is done. so you don't even need that condition.
Re: Strange freezing\crash
wow, i would never had guessed that! thank you so much