Preston,

> I pasted the doMenu example from the documentation:
> 
> on mouseUp
> 
> do menuItem "New Card" of menu "Object"
> 
> end mouseUp

I believe "do" is a completely different command than "doMenu" as is shown 
in the documentation example. Therefore try this:

on mouseUp
    doMenu "New Card"
    go last card
end mouseUp

Roger Eller <[EMAIL PROTECTED]>

_______________________________________________
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