Animations.....Help needed?

This forum is currently in read-only mode.
From the Asset Store
Game with complete Source-Code (Construct 3 / .c3p) + HTML5 Exported.
  • I'm working on a platform 1st person shooter, and need to asign 16 different animation to the player.

    The best example i can find is Deadeye's Platform School tutorial, but it doesn't have as many as sixteen.

    Does anybody know how to do this?

    This is a list of the animations for the player ( if possible a SWIMMING animation as well)

    <img src="http://dl.dropbox.com/u/15858089/ANIMATIONS.png">

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • You have to set them up manually with events, and it all depends on the design of your game. It could get complicated depending on what you want. Something like "fence hop", for example, would require a variable which increments, for a sort of timeline. First, it would freeze the player movement, then it would detach the animation sprite, play the animation and possibly move it over the fence (timed with the animation), then snap the hitbox back to the animation sprite. Like I said, it's really specific and depends on the design of the game. Something like I just described would give a prince of persia (not the 3d one, the old one) type of feel. Maybe you just want the animation to play when the player actually just walks over the fence. In that case you would just set the animation when the hitbox is over the fence. Think about what you want, and try to implement it.

  • You have to set them up manually with events, and it all depends on the design of your game. It could get complicated depending on what you want. Something like "fence hop", for example, would require a variable which increments, for a sort of timeline. First, it would freeze the player movement, then it would detach the animation sprite, play the animation and possibly move it over the fence (timed with the animation), then snap the hitbox back to the animation sprite. Like I said, it's really specific and depends on the design of the game. Something like I just described would give a prince of persia (not the 3d one, the old one) type of feel. Maybe you just want the animation to play when the player actually just walks over the fence. In that case you would just set the animation when the hitbox is over the fence. Think about what you want, and try to implement it.

    Thanks for your help Davioware. I might look at having the gun as a seperate object because its got to fire 'UP - STRAIGHT-DOWN'

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)