Is it possible to execute (at least) two visual effects simultaneously?
I know that LiveCode doesn't support multithreading natively,
but maybe there is a workaround...
Say, we have two groups on our card;
one is a group of image thumbnails of an album,
and the other is a group of navigation buttons.
We want to change the photo album with dissolve effect;
Code: Select all
hide group "album1" with visual effect dissolve fast
show group "album2" with visual effect dissolve fast
Code: Select all
hide group "buttons1" with visual effect push left
show group "buttons2" with visual effect push left
Btw, my question is about executing simultaneously,
not about two different effects.
Thanks for any help & idea { or educated guesses :) }
~ enderNafi