--- Simon Forster <[EMAIL PROTECTED]> wrote:
> I'm struggling to get to grips with RunRev's syntax.
> The simple example 
> I've set myself is to show the contents of a popup
> menu on mouse over. 
> I have the menu button and, on clicking it, it shows
> the menu content. 
> To do the same on mouse over, I'm using the objects
> "on mouse enter" 
> function. But once I've checked that we're over the
> right button, what 
> command do I use to show the button's content?
> 
> TIA
> 
> Simon Forster
> 

Hi Simon,

Try this script in your popup menu button:

  on mouseEnter
    popup me
  end mouseEnter

Hope this helped,

Jan Schenkel.

=====
"As we grow older, we grow both wiser and more foolish at the same time."  (La 
Rochefoucauld)

__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to