Hello all,
I'm making a game which is my first, so I decided to try and recreate flappy bird. I know 100's of people have done it, but I thought it would be a good project. Now everything is working fine. I'm using the method where I have a Global Number = 0 and every time the sprite passes a pipe the counter goes up by 1. Starts at 0 goes up to 9 then when I pass the 10th pipe the counter vanishes. Is this a simple fix which people have had to deal with before? Please help
Thank You All!