https://dl.dropboxusercontent.com/u/44710358/Masarkra%20pod%20Berlinem/index.html
First weird bug
game have inexplicable bugs, sometimes you cant destroy plane, its weird because each plane have variable 'hp' so when bullet hits plane system substract hp and when hp is 0 or under 0 > destroy. Everyone know that condition and event. Even is it so simple that cause bug when this bug is 'activate' you cant destroy any plane:(
Second bug
every time when each enemy has created system add 1 to global variable called 'maxkills'
when you destroy enemy add 1 to global variable called 'kills' and when level is finished i compare this two values
when kills is 96 and max kills is 96 and you have 3 stars, 'PERFECT' sprite is visible but problem is, when you play and even if you destroy all enemies you can get 95/96 or 97/96 (how to hell its possible???)
Anyone have that kind weird bugs?