applescript "do script"

Thomas McGrath III 3mcgrath at comcast.net
Fri Sep 19 11:27:21 EDT 2008


I have also tried the following:

tell application "Revolution"
	activate
	do script "send \"mouseup\" to button \"Music\" in 5"
end tell

Which does not work....


BUT a simple beep does work???

tell application "Revolution"
	activate
	do script "beep"
end tell


Any ideas or help really appreciated.


Thanks

Tom McGarth



More information about the use-livecode mailing list