How do you tell Rev to do something useful via applescript?

I tried

tell application "Revolution Media"
activate
--would like ideally first to: do script "go stack " & quote & "Foo" & quote & " in a new window" --but I couldn't even get the next command to work if the stack was already open and frontmost
   do script "create card"
end tell

Nothing happens other than activation. While I'm asking, the next things I would want to have happen are to put the clipboard into a field and send a mouseUp to a button.
_______________________________________________
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