lock/unlock screen
Richmond
richmondmathewson at gmail.com
Wed Sep 19 13:52:00 EDT 2012
Richmond had a genius moment :)
I made a wee stack called "LOCKER" with
two buttons; "Triple-Play" and "Single Undo" and
a fld "fff" containing the text "UNLOCKED!"
the script of btn "Triple-Play" goes like this:
on mouseUp
set the vis of fld "fff" to false
set the lockscreen to true
set the lockscreen to true
set the lockscreen to true
end mouseUp
the script of btn "Single Undo" goes like this:
on mouseUp
set the lockscreen to false
if the lockscreen is false then
set the vis of fld "fff" to true
end if
end mouseUp
HOT, SCREAMING STUFF!
so; click on btn "Triple-Play" which locks the screen THRICE,
then; click on btn "Single Undo" which unlocks the screen ONCE,
and,
"Bingo", "Kazoom", "Jumping Space Potatoes";
fld "fff" becomes visible.
Richmond.
More information about the use-livecode
mailing list