Play a GIF/ Image Sequence
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Play a GIF/ Image Sequence
I have a really simple matchstick puzzle game that, when the user submits a correct answer, needs to got an animated "correct" screen. I made an image sequence/ gif in After Effects that I would like to use in LiveCode. It is just some red/ white text on a grey background that is animated a little, and I don't know how to just make an animation "play". There's about 40 frames that need to play at 24 fps. How would I do this?
Re: Play a GIF/ Image Sequence
Is the repeatCount of the image set to zero? In that case the animation will be stopped. Maybe you could when the answer is correct to start animating it indefinitely, or to any positive integer to loop it just a number of times.
Code: Select all
set the repeatCount of image tWhateverItsNameIs to -1
LC8, OSX 10.9.5 (Mavericks)