Question with sprites
- aj505
- Topic Author
- Shotgunner
Less
More
- Posts: 2
7 years 1 month 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
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
Attachments:
Please Log in or Create an account to join the conversation.
- Blue Shadow
- Administrator
Less
More
- Posts: 1129
7 years 1 month 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:
The above is fine.
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.