Hiding two buttons without waiting

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
KennyR
Posts: 256
Joined: Thu Jan 19, 2012 4:25 am

Hiding two buttons without waiting

Post by KennyR » Fri Feb 07, 2014 5:18 pm

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!

Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Hiding two buttons without waiting

Post by Klaus » Fri Feb 07, 2014 6:09 pm

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

KennyR
Posts: 256
Joined: Thu Jan 19, 2012 4:25 am

Re: Hiding two buttons without waiting

Post by KennyR » Fri Feb 07, 2014 9:17 pm

Thanks as always Klaus!

Post Reply