Discuss Scratch

fluffy1808
Scratcher
34 posts

Help I'm stuck woth some of the scripts!

hi I'm making a game (which is now curated!) but I don't know how 2 add lives 2 it PLEASE CAN SOME1 HELP ME LIKE REAL FAST?! thnxx

here's the link 2 my project- http://scratch.mit.edu/projects/21990585/#player please either remix the project/create ur own/post a comment on my profile page or on the project itself to tell me how 2 add in lives 2 my game.

Thnxx 2 anyone who helps me I really appreciate it
Zacshap21
Scratcher
100+ posts

Help I'm stuck woth some of the scripts!

Make a variable and whenever you die, change it by 1.



Play Pong! against a computer player! Earn Fire and Gold Power-Ups to throw off your opponent and get the highest score possible! Click the above to play!
fluffy1808
Scratcher
34 posts

Help I'm stuck woth some of the scripts!

sorry totally lost could u explain it in more detail/do u know/could u make a project that has a n example of it? sorry 2 b a pain…
cornsnake6
Scratcher
14 posts

Help I'm stuck woth some of the scripts!

Under the variables tab in the coding area, add a variable and name it something like “health”. Use the set variable method to reset the number of health points at the beginning of every game. Use the change variable method to add/remove health (-1 or 1).
fluffy1808
Scratcher
34 posts

Help I'm stuck woth some of the scripts!

ok thnxx
RandomPerson1789
Scratcher
100+ posts

Help I'm stuck woth some of the scripts!

when I receive [Live Lost v]
if <(lives) = [1]> then
do stuff for game over
else

change [lives v] by (-1)
end
Hope this helps!

Powered by DjangoBB