Hi
I have two separate scripts that work separately. Also they can run at the same time perfectly. From some strange reason I can’t make one script that do both.
I have to find a way to combine them together and run it as a single app.
Thanks for the help.
This is the script#1
repeat
tell application “IndigoServer”
Do something …
end tell
end repeat
This is the script#2
tell application “QuickTimePlayer”
open “Macintosh HD:Movie:movie.m4v”
present document 1 display 1
set the looping of document 1 to true
end tell