Page 1 of 1

Show and Hide Gif

Posted: Fri Aug 12, 2016 1:30 pm
by link76
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?

Code: Select all

on mouseUp
  show image "loading"
  wait 2 seconds with messages
  hide image "loading"
end mouseUp
thank you

Re: Show and Hide Gif

Posted: Fri Aug 12, 2016 1:44 pm
by Klaus
Hi Link76,

just tested your script and it works as it should!? LC 8.02, Mac OS X 10.11.6
Make sure the "repeatcount" of that image is set to -1, which means continuous naimation.


Best

Klaus