Password protect opening of stacks
valetia at mac.com
valetia at mac.com
Mon May 26 21:43:00 EDT 2003
Hi Scott,
> From: Scott Rossi <scott at tactilemedia.com>
> Reply-To: use-revolution at lists.runrev.com
> Date: Mon, 26 May 2003 18:57:01 -0700
> To: <use-revolution at lists.runrev.com>
> Subject: Re: Password protect opening of stacks
>
> on openStack
> send "checkPermission" to me in 0.5 seconds
> end openStack
I see that some scripts (such as this) use the "send" command, and have been
a little confused over its usage.
For instance, why wouldn't such a script be used instead:
on openStack
checkPermission
end openStack
In other words, how do you know when to use "send", and when to just call a
handler directly?
Also...why 0.5 seconds (and how do you know what duration to use...)??
TIA,
Valetia :-)
More information about the use-livecode
mailing list