Page 1 of 1

small problem :)

PostPosted: Sun Aug 22, 2010 4:46 pm
by alexandrefredenucci
Hi all,

I want change the constrast of several sprites

i found how change the contrast for one sprite :
Background.r-=2;
Background.b-=2;
Background.g-=2;

i tried to change two sprites, but only one sprite change :/
Background, floor.r-=2;
Background, floor.b-=2;
Background, floor.g-=2;

Please help ! ^^

Thanks

Re: small problem :)

PostPosted: Sun Aug 22, 2010 8:34 pm
by jimmynewguy
Background.r=floor.r-=2;
Background.b=floor.b-=2;
Background.g=floor.g-=2;

Re: small problem :)

PostPosted: Sun Aug 22, 2010 9:23 pm
by alexandrefredenucci
Thx man :wink: