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.

Cannot find script:

ok well i used search, but to my horrible demise i was not able to find it.

i believe out there there is a 8 frame sprite movement script, i saw it a while back.. ill go check dubealex's forum but if anyone can help me out, arigato.
 
there's not really a script...you just go into Game_Character 2 and find

@pattern = (@pattern + 1) % 4

Change it to whatever # you want (preferably a multiple of 2) and then go into Sprite_Character and find

@cw = bitmap.width / 4

Change that to whatever # you used in Game_Character 2

You may need to adjust the speed of the sprite, which is done in Game_Character 2...

distance = 1.7 ** @move_speed
and
if @anime_count > 18 - @move_speed * 2.7

Just tweak until right.
 

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