Need help with simple rule [SOLVED]
BasGoodboy
Member, PRO Posts: 310
Hey all,
All I want is one touch on a button > boolean goes true,
second touch on the same button > boolean goes false.
Like this I can make a menu open on one click, and make it close on two clicks.
Please help.
Goodboi Gamestudios | Monster Jumper now on the App Store
Comments
Hi @RThurman, this does not work??
I made not when touch is pressed:
Change attribute game.Shop to not(game.Shop)
If I click it ingame now, it does go to true, and opens the Shop, but another click won't set it to false again??
Goodboi Gamestudios | Monster Jumper now on the App Store
It does work! My bad, thanks a lot lot lot man for your fast answer!
Goodboi Gamestudios | Monster Jumper now on the App Store
Didn't know you could use logical operators in the expression editor. Very cool.