Hey,
Quick question about changing the colour of an object,
During a cut scene I would like one of the characters to leave the room by making the objects colour get darker until it looks like it has dissapeared.
I have got to here, but it doesnt seem to like the code that is stored in the actual objects properties. I have tried passing it a regular hexi number, like CCCC00, but it seems to either to throw an error or change it to black.
idx = ObjFind(2012);
ObjSet(idx, O_COLOR, ff7d62eb);
Any help would be great.
Rob
Quick question about changing the colour of an object,
During a cut scene I would like one of the characters to leave the room by making the objects colour get darker until it looks like it has dissapeared.
I have got to here, but it doesnt seem to like the code that is stored in the actual objects properties. I have tried passing it a regular hexi number, like CCCC00, but it seems to either to throw an error or change it to black.
idx = ObjFind(2012);
ObjSet(idx, O_COLOR, ff7d62eb);
Any help would be great.
Rob