palette & sprites

vbt

Staff member
I'd like to use multiple sprites with the same character but with a different palette for each.

For instance 5 sonic sprites :

1 blue

1 red

1 yellow

1 green

1 grey

any idea how to do this ?
 
vbt said:
I'd like to use multiple sprites with the same character but with a different palette for each.

For instance 5 sonic sprites :

1 blue

1 red

1 yellow

1 green

1 grey

any idea how to do this ?

Found :

Sprite[delta].color = 16;

It changes the first palette index.
 
Back
Top