• 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!

top down shooter

  1. A

    Legacy GM Enemy collision similar to player's?

    So right now, this is my player's movement and collision code for a top down shooter: hsp = walkSpeed * (keyboard_check(ord('D')) - keyboard_check(ord('A'))); vsp = walkSpeed * (keyboard_check(ord('S')) - keyboard_check(ord('W'))); if (place_meeting(x+hsp,y, obj_wall)) { while...
  2. Gamerev147

    Legacy GM Shooting From Gun Tip [ Help! ]

    Hello! I need help getting my instant bullets to be created at the tip of my gun. I followed Heartbeast's tutorial on top down bullets. This is the code I have for firing, I just need someone to change it for me so that the bullets will be created and start at the gun tip. Code: ///Firing...
  3. B

    Need help with enemy amount on screen!

    Hello! Real quick - Top Down Shooter game, I want to limit the amount of enemies on screen at one time to, let's say 10. Using GameMaker 1.4 free. Here's the enemy_create object info: Create Event: spawnRate = random_range(30,120); alarm[0] = spawnRate1; Alarm0: spawn_id =...
  4. S

    Android A Night to Survive [Android] [Windows] [Free]

    Title A Night to Survive Platform Windows Android Description This is a intense survival game in which you will face waves of zombies. You have lost yourself in an extensive forest with your friend, the problem is that both are in different places and no one knows anything about the other...
  5. Gamerev147

    Graphics Top Down Wall Sprite

    I've been needing to re-do my wall sprites in my top down shooter video game called Warcraze. I'm not very good at art (i have someone doing my art for me). Does anyone have an example of a top down wall sprite or even one that I can use? I need something to match my graphics now, so I've...
  6. A

    GML Visual How to make a object bounce around room forever

    I'm making a top down shooter. There's a game mode called meat where a saw is spinning, bouncing around the room and the player must dodge it or die a gory death. I'm having trouble with it, the saw just bounces on solid objects from left to right. I have more questions for the same game but I'm...
  7. D

    Asset - Project Advance TDS AI & Player Engine

    On sale $1.99 till November 1st! (Originally $5.99) 6 Purchased so far. Please leave a review! Advance Shooter AI Engine: Version 5.3.2 released! 10/25/16 -Cleaned up code, added comments to engine. Tracking AI and Avoiding, Alternate routes is almost perfect now! AI types have been...
  8. R

    Steam Omni Link [BxG] Sci-fi, Romance, top down shooter

    Description: Omni Link is a different kind of visual novel featuring space exploration, real-time combat, and choices that affect gameplay and story. Find love across the stars and learn what it takes to give everything you have for those you care about. Story: You play as Keb. A man of little...
  9. T

     Untitled Bullethell Game

    Untitled Bullethell Game Hey everyone! I am developing a bullethell game for school. The project is still in a very early stage of development. Please try it out and give me some feedback, I would appreciate it :) Download the demo here...
  10. X

    player movement problem

    Hi Guys, I made a top down shooter for an android game and my player follow the mouse / finger. My problem is everytime i want to click the missile button the plane will also move from its current position towards the button. This is how i code my player. Step Event: execute code...
  11. H

    Windows Zero G Fighter

    DOWNLOAD AND PLAY IT TODAY FOR FREE! (Version 0.2.1 | PC | 69Mb Install) Key Board and Mouse Controls Mouse to Aim Left Mouse Button - Primary Weapon Right Mouse Button - Secondary Weapon W,A,S,D - Move ship Q,E, and R - Activate Abilities when Charged Gamepad Controls (Menu option have not...
  12. X

    Android Problem object following mouse when try to press on screen GUI Button

    hi guys. i made this game for android but i have a problem with the player control Step Event: execute code: move_towards_point(mouse_x,mouse_y-50,8); if point_distance(x,y,mouse_x,mouse_y-50)<speed { direction = 0; speed = 0; } The code is for the player which is constantly following the...
  13. V

    Top Down Shooter Project Video Series

    GM Version: GM Studio Target Platform: Computer (Non-mobile device) Download: https://drive.google.com/open?id=0B7FHueVA3nIGZ2ZmaUw4cjlWY0E (This is source code) Links: https://www.youtube.com/playlist?list=PLqyLkr5WwLN_jvBtZ775Hxcd6vELwlvJb (This is the playlist) Summary: In this YouTube video...
  14. tagwolf

    Perfect Twin Stick Top Down and WASD Keyboard + Mouse Controller

    GM Version: Studio latest version Target Platform: Windows Summary: keyboard and other controllers, and debugging stats display I posted this on the old forums. It has a great reception there. So I'm reposting it here in the hopes it will help people again. It contains a TON of debugging...
  15. P

    Alpha [TDS Multiplayer] Grand Warfare for Android&iOS [NO DEMO]

    Hi guys, I have been playing around with gamemaker studio for like 1 years now. The last 6 months I have been busy making a TDS multiplayer game for Android/iOS, its called Grand Warfare (I am working alone). Currently the game is in early alpha! Samsung Galaxy s5 had an average of 200 frames...
  16. L

    Demo Battle Buggy Glitch [Download Demo]

    A top down tank (actually buggy) shooter with a tron feel. A sequel to Battle Buggy Grounds. Working on mix between arena shooter, rougelike and not too sure what else. Been experimenting for a while and so far so good. Here are some snaps and a quick video
  17. B

     Multiplayer Top-Down Shooter

    -
  18. G

    Level not rendering

    Good day all, I am currently following a HeartBeast series where you random generate a level. Here is the link to that video: But I followed along perfectly and when I run the game I just get the game maker splash and thats it no error or nothing. If someone can help me on this it would be...
Top