MineTurte MineTurte loading

kanomaster wrote:

https://scratch.mit.edu/projects/996750324/
I'm creating a potential game and there are two problems with it so far.
Use WASD to move around, 1 and 2 to switch to weapon, and space to shoot.
You'll see the bullet doesn't spawn where it's supposed to, and the entire map moves rather odd. (get close to a wall and then move the cursor around real fast and the character will go through walls and stuff. (there is no collisions yet, but it shouldn't do that without pressing WASD.
For the problem on the bullets not spawning where they are supposed to, just make the bullet go to the player sprite first. Other than that though I don't see the other problems…

Edit: You don't need to set the bullet's location as an object when scrolling because the player doesn't really move away from the middle of the screen.