GIF Madness
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
GIF Madness
Has anyone else had issue with .gif images in the IOS? I have a problem where the image will almost like overlap itself. It looks great on the computer in livecode and works perfectly when I just open the gif. When I load the app to an iphone for testing or look at it in the simulator its like the gif has overlapped itself and is going super fast. Any ideas?
Re: GIF Madness
Hi,
Don't use gif's. Instead, use PNG's. If you have an animated gif, create a PNG of each frame and import the pictures. Create a button and use a script to set the icon of the button to the id of each image.
Kind regards,
Mark
Don't use gif's. Instead, use PNG's. If you have an animated gif, create a PNG of each frame and import the pictures. Create a button and use a script to set the icon of the button to the id of each image.
Kind regards,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: GIF Madness
Mark,
Thanks for the response. I will look in to that.
Kaubs
Thanks for the response. I will look in to that.
Kaubs