Hello everyone,
I am creating a basic game involving a bomb and some knights. i have managed to get the bomb to fire but it the knights aren't hiding when the bomb touches them. I have tried two scripts: one involving an actual sprite touching and the one below is the colour. I have also give details about all the other knight scripts in case that is the problem.
Any help to get the knight to hide when the bomb touches him would be greatly appreciated.
Jack
forever if <touching colour black>
hide
the rest of the script is to forever move right then left and change costumes whilst doing so, so is 'forever' the problem there. Is it re-showing it because I put forever? What should I change?
Offline
Try doing
When gf clicked
forever
repeat until touching sprite bomb
show
else
hide.
Offline