Today in Gamemaker I learned how to make the enemy move by itself with out the player being near it. I had a few problems though; the enemy would not move. I had to rewrite the code thinking I had done something wrong, but found out I needed to add in two lines of code "x += hsp" and "v += vsp".
Had to go pretty deep in Gamemaker forums to find out how. The next day I will be working on making powerups and updating the enemy.
No comments:
Post a Comment