Seriously, and sadly, I've been trying to figure this out for over a month now. First of all, this is a flash 5 problem, if there are any more dinosaurs out there who haven't upgraded yet
I have made a game that consists of two different planes flying across the screen. If there aren't enough of the planes, or if the plane passes a certain y position, the function is called again. If the planes hit the player's plane, the movie moves to frame four. Frame four doesn't have the enemy planes on it, but they still fly. I've tried:
function reset(stop)
after the "if" that contains the hittest for the two planes, but it simply stops the planes flying the after first time around. Below are the links to the page that conatins the game, as is, and also another link to the fla, you'll see that even after the player's plane is hit, the blue planes keep flying....if anyone has an answer, that would be great!!!
And the fla is at:
The blue and red plane are the ones in question, and they consist only in the second and third frame
Thanks,
function reset(stop)
after the "if" that contains the hittest for the two planes, but it simply stops the planes flying the after first time around. Below are the links to the page that conatins the game, as is, and also another link to the fla, you'll see that even after the player's plane is hit, the blue planes keep flying....if anyone has an answer, that would be great!!!
And the fla is at:
The blue and red plane are the ones in question, and they consist only in the second and third frame
Thanks,