How to create Button/Switch-Like Tile where you can step on it and change its value?
- by aldroid16
If the player step on Button-Tile when its true, it become false. If the player step on Button-Tile when its false, it become true.
The problem is, when the player stand on (intersect) the Button-Tile, it will keep updating the condition. So, from true, it become false. Because its false and player intersect on it, it become true again.…