This site requires JavaScript, please enable it in your browser!
Greenfoot back
Kristiylchen
Kristiylchen wrote ...

2017/6/25

How I can put a GIF in my Project?

Kristiylchen Kristiylchen

2017/6/25

#
Hello, I must program a game for my school. I took the game ,,Doodle Jump" in Super Mario Galaxy Style with a Luma as actor, and I will that, if the actor fell out of the world (bottom) or touch a monster, a GIF was played where stand ,,Gome-Over". How can I do it ? Sorry for my bad english and thanks for the help ;)
danpost danpost

2017/6/25

#
My Animation class can be made to run exactly one cycle of images just by setting a cycle count field. My GifImage vs Animation scenario contains both the Animation class as well as the GifImage class provided by greenfoot and shows the various differences between them. Also, my Animation Support Class scenario demos a single cycle usage. Well, I see that it does 6 cycles (which looks like one visually) because the pattern repeats 6 times.
You need to login to post a reply.