As promised, here I am with the 3rd part of this tutorial, showing you how to manage fire rate and multiple bullets. Moreover, I made some changes to bullet_mc class following the suggestions Harack left in the comments of step 2. To manage fire rate, we need to set up a timer each time the …
Read all posts about "Pixel Purge" gamePixel Purge
In step 1 I showed you how to move your spaceship, now it’s time to fire some bullets. First, we need to more objects: the crosshair, called crosshair_mc, and the bullet itself, called bullet_mc. Firing is very easy, as all you need to do is keeping the mouse button pressed. In the original game there …
Read all posts about "Pixel Purge" gameAre you playing Pixel Purge? It’s a good mix between a shooter and an avoider. I am going to show you how to create a replica of this game, and I’m starting from player movement. In Pixel Purge, you control a spaceship with arrows or WASD keys in an level that’s as big as twice …
Read all posts about "Pixel Purge" game