Author Topic: Crono Sprites  (Read 2309 times)

ultramarine

  • Earthbound (+15)
  • *
  • Posts: 37
    • View Profile
Crono Sprites
« on: March 11, 2006, 09:25:43 am »
Does anybody have some sprites of Crono moving 'diagonally'
i need them to complete the diagonal movement in my fangame Chrono Limit.

I need the following diagonal sprites.
Up-Left Diagonal
Up-Right Diagonal
Down-Left Diagonal
Down-Right Diagonal
Left-Up Diagonal
Left-Down Diagonal
Right-Up Diagonal
Right-Down Diagonal

Please don't be confused by the Up-Left Diagonal and the Left-Up Diagonal.  They are not the same thing.  Chrono Trigger movement has 2 different sprites for each diagonal movement, depending on which button is pushed first.

GrayLensman

  • Guru of Reason Emeritus
  • Dimension Crosser (+1000)
  • *
  • Posts: 1031
    • View Profile
Crono Sprites
« Reply #1 on: March 11, 2006, 03:51:42 pm »
Playable characters in Chrono Trigger only have four directional sprites:  up, right, down and left.  There are no special sprites for diagonal movement.

For example, if you move down and then right, Crono will face down and move diagonally.  

You should be able to meet your requirements with the available sprites like this:

Code: [Select]
Up-Left Diagonal     --->  Up
Up-Right Diagonal    --->  Up
Down-Left Diagonal   --->  Down
Down-Right Diagonal  --->  Down
Left-Up Diagonal     --->  Left
Left-Down Diagonal   --->  Left
Right-Up Diagonal    --->  Right
Right-Down Diagonal  --->  Right

ultramarine

  • Earthbound (+15)
  • *
  • Posts: 37
    • View Profile
Crono Sprites
« Reply #2 on: March 11, 2006, 04:13:43 pm »
seems that i've made a mistake
my current 8 way movement system is already identical to Chrono Trigger's

never realized that there was no special sprite

GrayLensman

  • Guru of Reason Emeritus
  • Dimension Crosser (+1000)
  • *
  • Posts: 1031
    • View Profile
Crono Sprites
« Reply #3 on: March 11, 2006, 04:42:41 pm »