Page 1 of 1

Hiding two buttons without waiting

Posted: Fri Feb 07, 2014 5:18 pm
by KennyR
Morning everyone! I have been trying and trying to figure out a way to hide two buttons with the dissolve effect without waiting on the first one to complete its dissolve. After reading the docs on the keyword without/waiting/with messages etc. it seems like I am unable to do this....I am sure it can be done but I am at a loss. How can a mouseUp handler hide itself and another button at the same time? Thanks!

Re: Hiding two buttons without waiting

Posted: Fri Feb 07, 2014 6:09 pm
by Klaus
Hi Kenny,

that's an easy one :D
...
lock screen for visual effect
hide btn "one"
hide btn "two"
## show btn "three"
## etc...
unlock screen with visual dissolve
...

Best

Klaus

Re: Hiding two buttons without waiting

Posted: Fri Feb 07, 2014 9:17 pm
by KennyR
Thanks as always Klaus!