Yeah, the boss health appears, but how do I make the character affect the boss's health? I try using [block]<touching color[/blocks] , but it won't work!
Offline
Sorry, I try using the TOUCHING COLOR BLOCK, but it won't work! I CANNOT CONTINUE IF THESE ANSWERS don't come! P.S: I've only used Scratch for 2 days!
Offline
Usually, the easiest way to get help is to share your project to the web, then discuss your problems in the Forum and in the Project Notes. That way, everybody can take a look at it and try to figure out the problem.
Offline
Oh, well thanks! I should explain my problems instead of whine. But how do you get the boss to be "touched?"
Offline
Presumably, on your hero sprite, you have an attacking costume and a non-attacking (eg, "walking").
When you press the attack button,
Switch to costume (attacking)
If touching "boss" change boss-health by -1
Switch to costume (walking)
Offline