I just tried your script and it works fine in either a button or a graphic.
Is your graphic disbaled perhaps so the mouse click is not being processed?
Or maybe there is an object in front of the graphic that is intercepting the
click.

Try putting the script in a new button to check that it really works, then
go back to your graphic and put a beep in the script to see if it is
handling the message at all.

The only other possibility that I can think of is that your default browser
is not set up, so Rev doesn't know what program to use.

Cheers,
Sarah Reichelt


> 
> Hmmm. Here is the script attached to a graphic which doesn't seem to
> work.
> 
> on mouseUp
> revGoURL "http://www.runrev.com";
> end mouseUp
> 
> When I click on the graphic nothing happens. I've tried this in the 1.0
> release and OS X 1.1 beta.

Reply via email to