Le 25 mars 08 à 19:29, J. Landman Gay a écrit :
Andre.Bisseret wrote:

but I just tried
go to cd new with visual effect scroll up fast
Does not work

"New" is a reserved word. Does it work if you change the variable to "tNew"?

Hello Jacque,

I found the script I am using up to now, in the Scripting conference on "Controls" by Klaus Major :
------------
ON menuPick new
    IF there is a cd new THEN go card new
END menuPick
-----------
It works very well either with "new" or with "tNew"

But in the two cases, I am not able to  add a visual effect :-((

Except in one case,  with the following script :
----
-ON menuPick tNew --(or new as well)
lock screen
     IF there is a cd tNew THEN go cd tNew
     visual effect scroll up fast
     unlock screen
END menuPick
-----
With this script I am getting the expected visual effect, but, ... in the window of GLX2, not in my stack ! incredible :-)))

Thanks a lot, Jacque, for taking time to answer

Best regards from Grenoble
André



--
Jacqueline Landman Gay         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
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