Can I have an answer box pop up and then close after a few seconds. Bonus points if it sort of fades out.
my code:
Code: Select all
if tData is "No Results" then
answer tData
end if
Code: Select all
if tData is "No Results" then
answer tData close after 3 seconds then fade
end if