Edit #2. Solved thanks to plinkie, I leave this post as it is if any other users in future google and find this.
So I have a button that will scale the game if the user wants a smaller / bigger layout size,
I want to use the same button to change the scale again, so if the player presses on the button first time,
The game will scale like this above,
then if they press the button again, the game will scale back to 1.0
So first time they press, the game will scale in making it smaller, then this gets disabled and the other one gets activated so if the player presses again, the game will scale back. over and over
How do I do this?
Extra note, I cannot use 2 different buttons (That change collision, it needs to be the same button)
so an example how I want it to look (This dosent work)
Edit #1.
This code actually works, but only 1 time
I guess it's because the signal has been called which makes it's perm active, is there a way to reset it so it waits to get called again?
[quote:11mckudd]Signal
Resume any events paused with a Wait for signal action with the given tag.