You're right. It does work. Somehow I didn't test it properly.

Thanks again.
--Leston

At 03:29 PM 4/6/2004, you wrote:

On Tuesday, April 6, 2004, at 03:19 PM, Leston Drake wrote:

I tried
send "myEvent" to this stack
put the result into myResult

in the myEvent handler, I had something like
return "myValue"

but the result is empty. So I probably misunderstood.

That looks right.


I tried this

Button "tester" script:
on mouseUp
  send "myEvent" to button "tested"
  put the result
end mouseUp

Button "tested" script:
on myEvent
  return "myValue"
end myEvent

That works.

Are arrays involved?

Dar Scott



_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to