HomeForumsWhat's newResources 
 
 
palette & sprites
vbt - Apr 17, 2010
 vbt Apr 17, 2010
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 Apr 18, 2010

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.