i dont know how to make a bullet appear by a guy w/ a gun and shoot straight across, realisically.
the guy stands on the left and can move and can move up,down,left, and right. when space is hit the bullet(sprite3) goes to sprite2.
also, how do i restrict how far my sprites can move up,down.left, and right.
Offline
Nintencow1 wrote:
i dont know how to make a bullet appear by a guy w/ a gun and shoot straight across, realisically.
the guy stands on the left and can move and can move up,down,left, and right. when space is hit the bullet(sprite3) goes to sprite2.
also, how do i restrict how far my sprites can move up,down.left, and right.
There are lots of shooting tutorials around...here's one that might help
http://scratch.mit.edu/projects/Helping_You/306445
As for restricting motion on a sprite - Use the "If" block to test and see where the sprite is (use the X position and Y position) sensors under the Motion tab and move it back if it has moved too far. Hope that helps!
Offline