does anyone know how to make any good games. one of my goals is to make a game kinda like space invaders but better. can anyone offer any help
Offline
One way to start would be to look at what has already been done. Try typing "Space Invaders" in the search box (not the Forums Search box, but the Scratch search box) and seeing what comes up.
Or, you can just go your own way...identify what you need to learn (shooting, moving, destroying targets, etc.) and start building something
Offline
basically i want to know how to move, shoot, die, score, enable enemies to shhot at me. i can already do most of that but im finiding it hard what programimg blocks to use and how im going to construct it...
Offline
11yancazosj wrote:
basically i want to know how to move, shoot, die, score, enable enemies to shhot at me. i can already do most of that but im finiding it hard what programimg blocks to use and how im going to construct it...
make a list of thins you want to do and build on that frame work, if you already know how, then just get down to do it!
Offline
oh i forgot to mention. im like a novice at this stuff. jus click on my user name and check out the projects i have made. there not that good. comment back to them
Offline
11yancazosj wrote:
oh i forgot to mention. im like a novice at this stuff. jus click on my user name and check out the projects i have made. there not that good. comment back to them
ok
Offline
am523 wrote:
How do i make a game? We have to do it for a school project but i cant figure it out. Can anyone help me out??
Well, I think the easiet things to do is to create a cat sprite and a dog sprite. then click on the cat in the sprite box (where your sprites and their names appear) and put the folllowing code into the script box.
[blocks]<when green flag clicked><forever><point towards( <move( )steps><end>[/blocks]
in the move_steps text box type 1 and then click on the drop-down menu and select mouse-pointer
that should be enough
HAPPY PROGRAMMING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Offline
tomgalaxyzoo wrote:
am523 wrote:
How do i make a game? We have to do it for a school project but i cant figure it out. Can anyone help me out??
Well, I think the easiet things to do is to create a cat sprite and a dog sprite. then click on the cat in the sprite box (where your sprites and their names appear) and put the folllowing code into the script box.
[blocks]<when green flag clicked><forever><point towards( <move( )steps><end>[/blocks]
in the move_steps text box type 1 and then click on the drop-down menu and select mouse-pointer
that should be enough
HAPPY PROGRAMMING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Oh and note that the forever block has the end piece autmalicly
Offline