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

#1 2009-09-28 21:00:02

Lastmanstanding
Scratcher
Registered: 2009-09-28
Posts: 2

How do you make one of your characters have health?

im new and last year my class used scratch all the time but i never thought of making an account. They didnt teach us much so i want to learn more about scratch and how to make your characters have health.

Offline

 

#2 2009-09-28 21:05:50

fireball123
Scratcher
Registered: 2008-05-08
Posts: 1000+

Re: How do you make one of your characters have health?

make a health variable if it is below 1 then the character dies


I did it for the Lolz

Offline

 

#3 2009-09-28 21:08:03

Lastmanstanding
Scratcher
Registered: 2009-09-28
Posts: 2

Re: How do you make one of your characters have health?

yeah but how do i make a health variable?

Offline

 

#4 2009-09-28 21:49:44

adriangl
Scratcher
Registered: 2007-07-02
Posts: 1000+

Re: How do you make one of your characters have health?

Lastmanstanding wrote:

yeah but how do i make a health variable?

Click on variables and then click "make new variable". If you want to see the most basic health bar tutorial, see mine: http://scratch.mit.edu/projects/adriangl/652390


Scratchin' since 2007

Offline

 

#5 2009-09-29 15:40:36

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

Re: How do you make one of your characters have health?

First create a variable and name it something along the lines of "Health".
To do this click "Variables" "New variable" and then type the name in  smile

Next, add this script.

"When green flag pressed"
"Set health to (choose number, 100 is a good starting point)"

Then add this to the bottom of that script piece.

"Forever if" (Here's where you add what damages your sprite, in this example the colour blue is harmful) "Touching blue"
"Change health by -(number of how much health is lost each hit. 1, 2, 10 etc: )"

If you want more I will try and upload a project as it does sound confusing  smile


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

Offline

 

Board footer