Change boolean to False
How do i change a boolean to false. the code is suposed to be if comet colides with dino then change atribute alive to false
Best Answer
-
tatiang Posts: 11,949
Just type in false. This video shows an example of setting a boolean to true at 10:26. I'd recommend turning the volume off.
Answers
You already answered your own question.
Rule:
When overlaps or collides with dino.
do:
Change attribute game.alive to false.
I dont know what to hit for it to change to false