header general

Question with sprites

  • aj505
  • aj505's Avatar Topic Author
  • Shotgunner
  • Shotgunner
More
6 years 8 months ago #1 by aj505
Question with sprites was created by aj505
I have a question

I am attempting to code a sprite sheet that has more frames than available frame letters.

In theory would coding each state as a seperite ACTOR work? : IDLE, WALK, ATTACK, ATTACK 2, PAIN, DEATH, X DEATH.

Maybe someone could explain or talk theory with me.

AJ505

Please Log in or Create an account to join the conversation.

  • Blue Shadow
  • Blue Shadow's Avatar
  • Administrator
  • Administrator
More
6 years 8 months ago #2 by Blue Shadow
Replied by Blue Shadow on topic Question with sprites
You're not restricted to the same sprite name per actor:

Code:
See: BLAH ABCD 3 A_Chase FOOB ABCD 3 A_Chase Loop

The above is fine.

Please Log in or Create an account to join the conversation.