Show and Hide Gif
Posted: Fri Aug 12, 2016 1:30 pm
I would like to show a gif image for 2 seconds and then hide it. But when I insert the break, the GIF animation stops, is there a solution?
thank you
Code: Select all
on mouseUp
show image "loading"
wait 2 seconds with messages
hide image "loading"
end mouseUp