Linearspread and getslice for colours?

Hi, I have a quad and have multiplied it by using linearspread. Now I want to change the colour of each of the quads. I think I should use getslice, but cannot find how. Help!

I think you need a SETslice (color) (you want to set the color, not getting it), but for this to work you first need a color spread. (like Antokhio posted)

Cool you are learning :) Post a patch (.v4p file) of were you are stuck, I am sure we can patch you a solution.

Maybe … no text …

multicolouredquads.v4p (3.7 kB)

oh thank you, hadn’t seen your reply yet!

er, i meant independent quads randomly changing colour in a renderer

then maybe so:

multicolouredquads2.v4p (7.7 kB)

yep, it’s more like that. Only i’d like to move the squares randomly too, but i hope i’ll manage!