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

#1 2012-07-03 17:17:59

ZombieHappines
Scratcher
Registered: 2012-01-19
Posts: 100+

Change Of Costume

Ok so i am doing a survival game and i have a health bar with five different costumes to display health i want it so if the health bar is down and you eat something you get one more health and when its full and you eat something it stays the same this is what i have

this is the main character

when green flag clicked
forever if touching food
broadcast Health
and this is health bar
when i receive Health
if costume # > Full Health
next costume
and this doesnt work


http://i47.tinypic.com/10wr3bq.jpg
http://i50.tinypic.com/2w7onpy.png

Offline

 

#2 2012-07-03 17:20:11

joefarebrother
Scratcher
Registered: 2011-04-08
Posts: 1000+

Re: Change Of Costume

switch to costume (health variable)


My latest project is called http://tinyurl.com/d2m8hne! It has http://tinyurl.com/d395ygk views, http://tinyurl.com/cnasmt7 love-its, and http://tinyurl.com/bwjy8xs comments.
http://tinyurl.com/756anbk   http://tinyurl.com/iplaychess

Offline

 

#3 2012-07-03 17:21:54

ZombieHappines
Scratcher
Registered: 2012-01-19
Posts: 100+

Re: Change Of Costume

i Mean this is health Bar
[scratchblocks]
when i recieve Health
If
costume#< Full Health
next costume


http://i47.tinypic.com/10wr3bq.jpg
http://i50.tinypic.com/2w7onpy.png

Offline

 

#4 2012-07-03 17:26:52

joefarebrother
Scratcher
Registered: 2011-04-08
Posts: 1000+

Re: Change Of Costume

Make "health" a variable.
Then, in the health bar,

when gf clicked
forever
switch to costume (health)
Then, when you want to change the health, in another sprite do
change [health v] by [whatever]
or do
set [health v] to [whatever]
and the health bar updates by itself, as long as the forever loop is running.

Last edited by joefarebrother (2012-07-03 17:28:31)


My latest project is called http://tinyurl.com/d2m8hne! It has http://tinyurl.com/d395ygk views, http://tinyurl.com/cnasmt7 love-its, and http://tinyurl.com/bwjy8xs comments.
http://tinyurl.com/756anbk   http://tinyurl.com/iplaychess

Offline

 

#5 2012-07-03 17:34:47

ZombieHappines
Scratcher
Registered: 2012-01-19
Posts: 100+

Re: Change Of Costume

Thank You So Much


http://i47.tinypic.com/10wr3bq.jpg
http://i50.tinypic.com/2w7onpy.png

Offline

 

Board footer