Search

Saturday, October 3, 2020

Making Scratch Projects :: Help With Scripts :: My script won't work.

_Coding_Master101 : My projectiles won't disappear when they hit the target and sometimes the target won't disappear after the first hit. Help.
Here my script I'm using right now.

Target
When I start as a Clone
Forever
If touching Missile then
Delete this clone
Else change by 3

Projectile
When I start as a Clone
Forever
If touching Target then
Delete this clone
Else change by -3

from Latest posts on Help With Scripts https://ift.tt/3ldX40W

No comments:

Post a Comment