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

2013/6/13

What is the best way to make animations?

Entity1037 Entity1037

2013/6/13

#
I'm making animated gifs for the animation of the player in my scenario, but I'm not sure if that's such a good idea now. I heard that there was an import that would allow the animation to play, but I'm not so sure about that now, and it would take a while to hard code it into the actor. I just don't know what to do. Is there an import for gif files, and if not, does anyone have any better ideas?
Game/maniac Game/maniac

2013/6/13

#
yes there is an import for gif files, what you have to do is go to edit -> import class -> GifImage -> import
Entity1037 Entity1037

2013/6/13

#
I don't see anything like that under edit in the code editor.
danpost danpost

2013/6/13

#
You will not find it in 'code editor' mode. Close out any class codes and select Edit from the main Greenfoot window.
Entity1037 Entity1037

2013/6/13

#
Ah, ok then. Thank you!
You need to login to post a reply.