Jump to content


Popcorn123

Member Since 09 Jul 2011
Offline Last Active Today, 02:33 PM

Posts I've Made

In Topic: Afterwars Online Multiplayer

12 May 2013 - 02:09 AM

This game is extreamlly good, and fun. I think i played it for 2 hours and got to Rank 14. The Graphics are great and the interface is amazing. The game lags a bit when you play against non - bots and at times either my computer was just being slow or the memory was being over boarded. The controls, if you ask me are OK, but i recommend that you change the key used to throw grenades, like to Q, being that it is right in the area of the WASD moving keys. All together, the game was very good and well made. I would give you 5/5 on this project that you obviously worked very hard on for my guess is over a year on. Again, great game  :thumbsup:


In Topic: Command For Restarting A Script?

14 April 2013 - 06:02 PM

put the script in a user event, then call at the end of the script the user event that you put it in.


In Topic: Domination

13 April 2013 - 02:26 AM

Thanks for the comment. 


In Topic: Shoot Only When Facing Player

06 April 2013 - 01:07 PM

Oh... Sorry. I forgot to tell you to set k=0 in the create event. K is just a variable that you can change. It acts as a timer without being a timer. This code sees if the direction facing and the direction of the player are equal to each other. If they are, it fires. The K var then calculates how many bullets per second.


In Topic: Shoot Only When Facing Player

06 April 2013 - 11:46 AM

try this

if point_direction(x,y,player.x,player.y)=direction {k+=1 if k=15{k=0 with(instance_create(x,y,player)){direction=other.direction speed=10}