Hi Jeff,

This should work if the locktext and the traversalon of the field are true:

on returnInField
    mousedown
end returnInField

on mouseDown
  answer "Hello" & cr & the millisecs
end mouseDown

W.

On 21 Mar 2006, at 17:39, Jeff Honken wrote:

Wouter,
Thank you for the reply but I'm a little confused with your answer. I want the same code "answer Hello" to run in a field no matter if I click
on the field with the mouse or press the enter key in the field and I
don't want to:

on returnInField
    answer "Hello"
end returnInField

on mouseDown
  answer "Hello"
end mouseDown


What I would like is something like this that will work:

on returnInField or mouseDown
    answer "Hello"
end returnInField or mouseDown
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to