actor creation
Posted: Wed Oct 17, 2007 2:41 am
in my super hightech game im making when you furst start a window opens and you can do things like costimize the color and make his name, but i get stuck on the color part, i have 2 bottons(plus and negitive) for 3 colors, red, blue,yellow. i tryed to make it so were u click on the plus botton for the red and it adds a little red to the charicter same 4 blue and yellow, but it doesn't work! here is my crappy code for making the actor a little blue;
the "player" is the main actor and on the main actor in the creat actor there is this code;
plz someone help
- Code: Select all
player.g - 10;
player.r - 10;
the "player" is the main actor and on the main actor in the creat actor there is this code;
- Code: Select all
g = 255;
b = 255;
r = 255;
plz someone help