Re: Locking a group for a visual effect

2012-11-26 Thread J. Landman Gay
On 11/26/12 11:20 AM, Magicgate Software - Skip Kimpel wrote: I want to transition between cards but keep a group (background and menu called "MainMenuAndBackground" in place without experiencing the effect results. Is this possible? If the parts that should show with a visual effect are with

Re: Locking a group for a visual effect

2012-11-26 Thread Paul Hibbert
It is possible to hide other groups with visual effects, this works… hide group "groupControls1" with visual effect dissolve slow go cd 2 show group "groupControls2" with visual effect dissolve slow …Assuming you can group the rest of the controls separately. I just tried a quick test a

Re: Locking a group for a visual effect

2012-11-26 Thread Magicgate Software - Skip Kimpel
This would be for mobile devices SKIP On Mon, Nov 26, 2012 at 1:07 PM, Robert Sneidar wrote: > I don't think you can within the same app. You *could* make a standalone > as a system window which will float above other apps, launch it with > Applescript and show it just before you transitio

Re: Locking a group for a visual effect

2012-11-26 Thread Robert Sneidar
I don't think you can within the same app. You *could* make a standalone as a system window which will float above other apps, launch it with Applescript and show it just before you transition, then hide or quit it after the transition. It's an ugly hack, but it is how I do animated dialogs or p