button state
-
Hiho.
Can you tell me how I change the state of a button? When I click on it I wan't it immediatly change its state back to what it was before.
-
Check if you recreate the button with the same block. This object should be created once, so maybe you can put it in "on Init"
-
Thanks. That will do. It flickers a little bit but it works. FXdreema creates only one object. Good workaround.