What I want to happen is the user specifies a song in the Display Dialog “Play What…” so if they specify Blind it will play the song blind, here is my code so far, it doesn’t work :(.
tell application "System Events"
tell application "iTunes" to activate
tell application "iTunes"
play track of text returned of (display dialog "Play What..?" default answer "")
end tell
end tell