Pages: 1
Topic closed
Now I have the health done, but cannot got the sprite to be hidden when it's health is lower than zero. Please Help!
Offline
okay, so do something like this:
when gf clicked forever if <health> = 0 hide end end
sorry about the incorrect scratch blocks, i am not that great at using the block pluginm but you should be able to work out
How?I can't find those.
Here are 2 ways to do it:
when gf is clicked forever if <[health]=(0)> // [health] is in variables, <()=()> is in operators. hide // Hide is in looks. end
Thanks!
You're welcome. Have fun and scratch on!