Another airplane problem

Here’s the fla with all frame code in one layer.

???

Hi Luster,

I took a look at your fla and found that your score increments because the start location of your laser and the enemy helicopters causes them to collide very early on.

I fixed this by setting the _x property of _root.laser to 700 in your onload event. Your score no longer increments at the beginning.

I’ve attached the fla so you can see what I’ve done.

Liz

Thanks, I thought it was code, but it was just due to such a simple thing…

Thanks!