change the color of a movieclip in flash CS4 using AS 2.0?

Taylor P

New member
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 to make it as simple as possible
 
Back
Top