Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
X=player.x
Y=player.y
Image_angle=point_direction(x,y,mouse_x,mouse_y)
When you shoot you spawn a bullet from the weapon object, code it like that:
If mouse_check_pressed(mb_left)
{
B=instance_create(x,y,bullet)
B.direction=image_angle
B.speed=16 //or whatever speed you want, but smaller of the size of the bullet
B.image_angle=image_angle
}
it's a better version of the game and i'm waiting for votes,
just download the demo
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=182316027&searchtext=
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=182316027&searchtext=
|
|
V
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=182316027&searchtext=
but w8, i'm still programming it
there will be 8 weapons:
- Pistol (unlimited)
- 44. magnum
- Shotgun
- uzi
- Assault rifle
- Sniper Rifle with scope
- Bolt-action rifle
- Laser gun
thanks for the support
If there would be a new version of this game, with better graphic, more weapons, better animation ecc... on the steam greenlight, would u buy it for a few money? like 2 or 3 $ ?
FATAL ERROR in
action number 1
of Step Event0
for object crea_zombie:
Push :: Execution Error - Variable Get 45.image_alpha(35, -1)
at gml_Object_crea_zombie_Step_0 (line -1) - <unknown source line>