Yeah, i just have a quick applescript question. If you were using something like this:
how would you put something like "go back to start" or "return to start" to make it go back to the variable "Start"? I need help with this one. You got any ideas?
Code:
set start to display dialog "Test" buttons {"Test"}
if button returned of start is "Test" then
set start2 to display dialog "Test2" buttons {"Back"}
end if
if button returned of start2 is "Back" then