On 08/02/2013 10:17 AM, Cal Horner wrote:
Simple question:

If you can do this,
"set the backgroundcolor of stack "Answer Dialog" to whatever."

Why can't you do this?

"set the location stack "Answer Dialog" to whatever."
_______________________________________________


Dunno.

BUT . . . this works:

on mouseUp
   set the lockScreen to true
   toplevel stack "Answer Dialog"
   move stack "Answer Dialog" to 700,700
   wait 10 ticks
   answer "Surprise"
   set the lockScreen to true
end mouseUp

The only snag is that the Answer Dialog stack shows up, despite the lockScreen before it is
moved.

Richmond.

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

Reply via email to