Progress Update


Today as well as making the basic rooms for level one, I have managed to get smooth movement in my game and have managed to get my character to fire arrows. I did this through code as can be seen below.

The bottom right is the code for movement. Since game makers, I'm gonna call it grid, starts at the top left instead of the bottom left, you have to make the x and y-axis the wrong way around. 

Making the arrows fire I had to use an alarm so that the player wasn't firing them indefinitely. the alarm lets the player shoot every two seconds. 

Comments