Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate
General Discussion

PNG animation?

busa
Wednesday, March 29, 2017 - 01:00

Hello everyone :) I am very new to game making world and currently I am making an android game with an engine.

I have found a really cool dragon on this wbesite and I would like to know how can I make it to my game. When I download it there is dragon in every position in 1 image. The engine I work with requires each image for animation seperatly. How can I do that?

 

The dragon I downloaded: https://opengameart.org/content/wyvern-1

  • Log in or register to post comments
Boom Shaka
joined 10 years 2 months ago
Wednesday, March 29, 2017 - 05:46
Boom Shaka's picture

That's a spritesheet.

 

Each image represents a frame in the animation.  Run them in order to see the entire animation sequence.

 

Some engines will separate spritesheets for you with code, others will require you to create a separate "object" to hold the frames.  It really depends on the engine you're using...check out the documentation for how to package and run each frame.

  • Log in or register to post comments
Varkalandar
joined 11 years 3 months ago
Wednesday, March 29, 2017 - 05:54
Varkalandar's picture

For those who were lured here by the title "PNG Animation" - there is a companion format to PNG, called MNG, which was supposed to serve as animation format. Unfortunately it never caught on like animated GIFs did:

http://www.libpng.org/pub/mng/

https://en.wikipedia.org/wiki/Multiple-image_Network_Graphics

 

 

  • Log in or register to post comments
MedicineStorm
joined 12 years 9 months ago
Wednesday, March 29, 2017 - 08:01
MedicineStorm's picture

I don't believe OP is asking about an animated version of the PNG format. I think the question is "how do I split a spritesheet into a set of individual images?"

Also: that aint no dragon! :P

--Medicine Storm

 

  • Log in or register to post comments