Hiding two buttons without waiting
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Hiding two buttons without waiting
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
Hi Kenny,
that's an easy one
...
lock screen for visual effect
hide btn "one"
hide btn "two"
## show btn "three"
## etc...
unlock screen with visual dissolve
...
Best
Klaus
that's an easy one

...
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
Thanks as always Klaus!