Hi Jerry, (and Jacque, Éric) and all

Thanks again for this idea.

But, this morning, I made a new stack, a very simple one :
3 cards (named Tab 1, Tab 2 and Tab 3)
On each of them, a tab panel button with 3 tabs : Tab 1, Tab 2, Tab 3. The tab panel is grouped with "behave like a background" set to true.

The only script in the stack is the following  tab panel script:

on menuPick tNew
unlock screen
visual effect scroll up fast
go cd tNew
end menuPick

If the first line is "unlock screen" (as above) then I get the expected visual effect if I inactivate this first line (-- unlock screen) then the visual effect does not occur.

So it would seem that at first (when opening the stack ?) the screen would be locked ? (could be only when a tab panel is there ??)
I am really confused
It's very amazing is"nt it ?

I would be very interested by any explanation

Best regards from Grenoble
André

Le 25 mars 08 à 20:13, Jerry Daniels a écrit :
André,

Maybe another "lock screen" is blocking your visual effect?

I was using "cd 2" as an example of a place to go. You can use any card destination.

Best,

Jerry Daniels

Daniels & Mara, Inc.
Makers of GLX2
http://www.daniels-mara.com/glx2




On Mar 25, 2008, at 1:20 PM, Andre.Bisseret wrote:

Thanks Jerry for your quick answer

Le 25 mars 08 à 18:25, Jerry Daniels a écrit :
How about...

lock screen
-- do your thing
unlock screen with visual effect scroll up fast
I had already tried this one but it does not work


or

go to cd 2 with visual effect scroll up fast
it seems not possible to use the number of the cards with a tab panel ;
but I just tried
go to cd new with visual effect scroll up fast
Does not work

Any way, thank again
Best regards
André





Best,

Jerry Daniels

Daniels & Mara, Inc.
Makers of GLX2
http://www.daniels-mara.com/glx2




On Mar 25, 2008, at 12:11 PM, Andre.Bisseret wrote:

Hi,

I have a tab panel the items of which send to cards in a stack. Currently the script is as follows :

On menuPick new

If there is a cd new then go cd new

End menuPick

I would like to get a visual effect when going from on card to another.

I tried :

1-

Visual effect scroll up fast

If there is a cd new then go cd new

Does not work

2

If there is a cd new then

Visual effect scroll up fast

Go card new

End if

That does not work

3

lock screen

IF there is a cd new THEN go cd new

unlock screen WITH visual effect scroll up fast

does not work

4 (very funny ;-))

lock screen

IF there is a cd new THEN go cd new

visual effect scroll up fast

unlock screen

This time I obtain the visual effect, not in my stack but in the GLX2 window, :-D))

If I suspend development Tools, the visual effect does not work


Thanks in advance for any advice and help

Best regards from Grenoble

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution



_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution




_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to