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

#1 2010-08-10 16:40:24

djsmiley
Scratcher
Registered: 2010-08-09
Posts: 6

Hello......

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

 

#2 2010-08-10 16:56:41

militarydudes
Scratcher
Registered: 2008-09-12
Posts: 1000+

Re: Hello......

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)


__m. .m__ KILROY WAS HERE
        U

Offline

 

#3 2010-08-10 17:06:07

06dknibbs
Scratcher
Registered: 2008-01-29
Posts: 1000+

Re: Hello......

Welcome to Scratch  big_smile .


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  smile .


http://i404.photobucket.com/albums/pp129/06dknibbs/Untitled-3-6.jpg

Offline

 

#4 2010-08-11 08:45:09

djsmiley
Scratcher
Registered: 2010-08-09
Posts: 6

Re: Hello......

Thx so much guys. It helped a lot

Offline

 

Board footer