Bonjour Eric,

That is good to know but makes me question what or how the screen still unlocks at the end of a handler even though I have not put an unlock screen in there??? I will clean up my pairs anyway.

Thanks again,

Tom

On Apr 22, 2008, at 12:34 PM, Eric Chatonet wrote:

Bonjour Thomas,

Actually, lock and unlock screen work as a pair:
They are 'stacked'.
This means that after two 'lock screen', an 'unlock screen' is not enough to unlock screen: you need two of them.
Parity between lock and unlock screen is compulsory :-)
If you are lost you can use:

on UnlockScreen
 repeat until not the lockScreen
   set the lockScreen to false
 end repeat
end UnlockScreen

Or the opposite, of course...
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to