Jump to content


Photo

Topdown shooter sprites request!


  • Please log in to reply
2 replies to this topic

#1 PrinceOthman

PrinceOthman

    GMC Member

  • GMC Member
  • 434 posts
  • Version:GM8

Posted 28 July 2012 - 09:34 AM

Hey I'm gonna need some sprites for a top down shooter game that I'm working on for the Jam. What I really need now is a player sprite, using different guns. Make him look high-tech like he's from the future.

Make the style like this:
Posted Image
And try to make it animated, so like walk, stand, shoot with each gun.

The guns I'm gonna need:
No Gun
Pistol
Machine Gun
Bazooka
Sniper

THANKS!

Edited by PrinceOthman, 28 July 2012 - 09:34 AM.

  • 0

#2 ThunderSound

ThunderSound

    GMC Member

  • Validating
  • 23 posts
  • Version:GM:Studio

Posted 30 July 2012 - 04:53 PM

Link1: http://gmc.yoyogames...opic=278551&hl=
Link2: http://gmc.yoyogames...howtopic=465017
Here you go buddy :)
You may also like this engine
Advanced Topdown Shooter Engine: http://gmc.yoyogames...howtopic=396077

By the way what is the name of this game in the picture ?
Can you tell me more about it , because i'm currently making a top-down game
So i'd like to get some experience from other top-down games.

Good luck with your "Insane" game.

Edited by ThunderSound, 30 July 2012 - 08:54 PM.


#3 ThunderSound

ThunderSound

    GMC Member

  • Validating
  • 23 posts
  • Version:GM:Studio

Posted 30 July 2012 - 05:12 PM

As for the (walking and standing) , you can make a code binding the image_angle with the cos ,
And that will make the sprite looks likes its moving when its moving , and not when it's standing.
Like this:

in Create Event:
gun_image_angle=point_direction(x,y,mouse_x,mouse_y)
n=0
in End Step Event
gun_image_angle=point_direction(x,y,mouse_x,mouse_y)
n+=6
in Draw Event
draw_sprite_ext(sprite_index,image_index,x,y,image_xscale,image_yscale,gun_image_angle+cos(n)*(speed*2),image_blend,image_alpha)





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users