Pages: 1
Topic closed
So my problem is that when the other ball shoots the other ball both balls lose health! How can I fix this? I know WHY this is happening, but I dont know how to fix it!
The "laser" is a part of the character.
THE SCRIPTS:
REDBALL (The Bot)
http://i46.tinypic.com/14vfnl.png
BLUEBALL (The Player)
http://i47.tinypic.com/2d1wh0k.png
Offline
suben380 wrote:
whenf gf clicked repeat until <(timer) > [10] > go to [my-post v] end think [Just testing this scratch blocks thing, while waiting for answers!] for (3) secs
Please do not spam the Scratch Blocks. Do so in the official topic in Help With Scripts.
Offline
try doing
forever if <<touching [red v]?> and <(costume #) = (whatever costume is the one with the laser on)>> change [reds health v] by (-1) end
Offline
You have the script that says if the red ball is touching the blue, the blue should decrease health. But then, you also say that if the blue ball is touching red, the red should decrease health. So if they touch each other, the both lose health.
Offline
Topic closed
Pages: 1