Code: Select all
set lockscreen to false
repeat forever
put the seconds into field 1
end repeat
How can I get the changes to show?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
set lockscreen to false
repeat forever
put the seconds into field 1
end repeat
First of all, I would never do that. Ever./home/mwieder/Desktop/MetaCard/Toolset/mchome.mc
Code: Select all
set the lockscreen to false
repeat while the mouse is up
put the seconds into field 1
wait 0 seconds with messages
end repeat
???mwieder wrote:/home/mwieder/Desktop/MetaCard/Toolset/mchome.mc
Sounds like a good ideamwieder wrote:Um.
Note to self: Copy *before* Paste...