This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2013-03-16 01:12:46

thebirdoffire
New Scratcher
Registered: 2013-03-16
Posts: 2

I have no clue what to do

I want to make a game. but i don't know what to do like;
How do i make the background interactive with my sprite
How do i control my sprite
how do i make it change level
How do i make the guy die
how do i make the guy bounce off walls?
Please Help Quick

Offline

 

#2 2013-03-16 01:22:21

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: I have no clue what to do

1. Depends on how you want it to interact. If I chose a way it probably wouldn't be the one you were thinking of.
2. Use the

when [space v] key pressed
for the key you want and make it do things.
3. You send a
broadcast [message v]
to the stage or whatever your sprite is that is the level to change costume/background when a condition is met.
4. You put a
forever
wait until <touching [#FF0000]?>
die action here
end
and put your die action there, such as going back to start, losing a life, etc.
5. If you want to make it bounce off the edges of the screen, use
if on edge, bounce
or for walls, program it to move in 180-x˚ in the right direction, which is pretty advanced if you've never programmed before.

If this is confusing, ask more questions or give more details about what you want.

Last edited by kayybee (2013-03-16 01:23:17)

Offline

 

#3 2013-03-16 23:13:03

thebirdoffire
New Scratcher
Registered: 2013-03-16
Posts: 2

Re: I have no clue what to do

its a little confusing but mostly understandable. thank you, buy how do i like make a tower to climb up  or a wall that you can pass

Offline

 

#4 2013-03-17 03:49:05

newnewfew
Scratcher
Registered: 2013-02-23
Posts: 68

Re: I have no clue what to do

Look on the wiki it answers all your questions.


It's contest time!
http://scratch.mit.edu/projects/newnewfew/3218957

Offline

 

Board footer