HyberCode Cheater
Reputation: 0
Joined: 17 Feb 2016 Posts: 40
|
Posted: Fri Mar 04, 2016 2:07 pm Post subject: button with state condition |
|
|
how to create a button with state condition like checkbox ... for example
if button_getState(button)== 1 then
enable cheat
end
if button_getState(button)==2 then
disable cheat
end
in first click always enable cheat (set state 1) ... in second click disable it (set state 2) ... is that possible ?
thank you
|
|