so im in the middle of making an rpg (flash CS4, AS2.0) and i want to change the color of the instance "starterBlade" when "shortSwordUnbought" becomes false, so this is my current code,
if (_root.warriorSprite10.shortSwordUnbought == false) {
//change color
}
exactly what should i put in there...