Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

I need help with editing sprite animation [rgss]

smitch

Member

hey everyone!

I am using characters with 7 frames width and 4 frames height im my game. for that i've changed this script lines for this:
Sprite_Character line 54
Code:
@cw = bitmap.width / 7

Game_Character2 line 33
Code:
@pattern = (@pattern + 1) % 7

and well... its working but with a problem...
i don't wanna use the first frame when moving, because the moviment create a loop without the stopped frame(the first one). Just like this screen

And another thing... i wanna know if its possible to while running use only 4 frames(with the first one moving, or 5 frames without the first one), diferent from walking ( that is using 7 frames)

PS.: - I'm using a running animation script(by PARA) for changing animation while running
      - I'm using a 8 direction script(by PARA) for changing animation while in diagonal moving

thx!! XD
 

smitch

Member

Well, i'm bumping...

and one more thing; i'm giving priority right now to change the sprite number when running for a 4x4 character, and when walking 7x4 character. Walking i've made already, but whow to do diferent when running? is it possible?

thx ! XD
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top