> I want to have some kind of signal to the user ("Click here"). Any other
> ideas?

Try this:

on mouseEnter
   set the text of field info to "Click here to..."
end mouseEnter

on mouseLeave
  set the text of field info to empty
end mouseLeave

Andr�

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

Reply via email to