Make two stacks ("main1" and "main2") Put a button on "main1"
Put this into the button script:
Code: Select all
on mouseUp
   go stack "main2"
   go stack "main1"
end mouseUpNow this:
Code: Select all
on mouseUp
   lock screen
   go stack "main2"
  --unlock screen
   go stack "main1"
end mouseUpUnlocking the screen (commented out above) just before returning makes it work as advertised. So what?
HC does not do this. What have I forgotten? Or rather, what did I not learn? Don't talk to me about the dictionary.
Craig Newman
