• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

How do i make a shooting mechanic like Megaman

J

Jacoks

Guest
so im trying to make a game like megaman for a school exams and i was doing well until i got to the shooting part so i was wondering if any of u can help me on making this megaman shooting like mechanic im a very beginner programmer i have learned the basics and so on but i still dont understand how to do it. If anyone knows please respond Thanks :)
 

Slyddar

Member
Look about 20 threads down, or use the search.
 

Yal

🐧 *penguin noises*
GMC Elder
  1. Make a bullet object.
  2. In the player object, check for the shoot button.
  3. When the button is pressed, create a bullet.
  4. Set that bullet's horizontal speed (hspeed) based on whether the player is facing left or right.
 
J

Jacoks

Guest
Look about 20 threads down, or use the search.
Thanks Ill Take a Look On it
 
J

Jacoks

Guest
  1. Make a bullet object.
  2. In the player object, check for the shoot button.
  3. When the button is pressed, create a bullet.
  4. Set that bullet's horizontal speed (hspeed) based on whether the player is facing left or right.
How to make it move tho?
 
Top