Suffrage
08-25-2009, 04:58 PM
Hey, another quick question: I'm using
on (press) {
var colorful = new Color("_root.main_btn");
colorful.setRGB(0xD2B48C);
}
to change the color fill of a button (main_btn) when pressing another button, but after main_btn has the color change, I can no longer see the rollover animation. Any tips? Thanks.
on (press) {
var colorful = new Color("_root.main_btn");
colorful.setRGB(0xD2B48C);
}
to change the color fill of a button (main_btn) when pressing another button, but after main_btn has the color change, I can no longer see the rollover animation. Any tips? Thanks.