Hi. I'm new to this stuff, and i've had a few questions.
Ohkay:
How do you make a answer right (like, How Are You? I need to make a correct answer to that).
How, when you touch a specific object, you 'die'? Or, for that matter, how do you make a health bar? How can you die, in a sense?
Where can i get good sprites for free? And without stealing from other?
Besides that, I have an training course. It is called Secrets.
What you do is you put four sprites on the screen.
Then, you do this:
[urlhttp://scratch.mit.edu/projects/djsmiley/1238835[url]You can download that and make a new project after learning what to do.
This helps with coding, drawing, recording sounds, backgrounds, the like. Very simple all the less.
Okay. Any answers appreciated.
Thank you guys for this wonderful program and have a good time.
Offline
I have an answer to 'dying'. You could make a Variable.
Example:<{ Health }>
then when you touch something bad, you can do this: <change{health }by( -1)
and when it reaches zero: <forever><if><( <{health }> <<> 0)><stop all>
Last edited by militarydudes (2010-08-10 16:57:04)
Offline
Welcome to Scratch .
http://scratch.mit.edu/projects/06dknibbs/1239597
I just uploaded a quick project which hopefully will help with your first question..
Download it and read the project notes .
Offline