Page 1 of 1

Cloning multi-state items

Posted: Tue May 13, 2003 10:09 am
by Gambit37
How do you define the bitmaps for multistate items?

For example, when cloning an object you specify the bitmaps using:

Code: Select all

BITMAPS=(FRONT:GHOST_RED_FRONT,ATTACK:GHOST_RED_ATTACK,SIDE:GHOST_RED_SIDE,BACK:GHOST_RED_BACK)
What's the syntax for multistate items? Is it:

Code: Select all

BITMAPS=(STATEA:XXXXX,STATEB:YYYYYY)
Clarification would be great! Cheers!