Cloning multi-state items
Posted: Tue May 13, 2003 10:09 am
How do you define the bitmaps for multistate items?
For example, when cloning an object you specify the bitmaps using:
What's the syntax for multistate items? Is it:
Clarification would be great! Cheers!
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)
Code: Select all
BITMAPS=(STATEA:XXXXX,STATEB:YYYYYY)