Hi!
I'm familiar with AS 2.0, and have just started out with AS3. Unfortunately, I'm still a novice...
I have a function linked to a mouselistener - and want to do a simple color conversion by clicking on my model. It seems like the RviSetColor method is best suited for this... But HOW do actually assign different colors? I'm used to colors like #ed9124 og 00x0000 etc - and therefore I don't understand how to use the (Color: Number, ObjectIndex:Number); etc...
Could anyone give me an example code for the content in the paranthesis in the method below?
wall.RviSetColor(Color:Number, ObjectIndex:Number);
Tnx