I wrote a loop to replace repetive source code. It doesn't seem to work,
I wrote this:
to replace this:
I wrote this:
Code:
for (count=0; count <=8; count ++) {
this.item_text_color_roll0_ + [count] = "#5f5f5f"
this.item_font_family0_ + [count] = "Verdana";
this.item_font_family_roll0_ + [count] = "Verdana";
this.item_font_weight0_ + [count] = "normal";
this.item_font_weight_roll0_ + [count] = "normal";
this.item_font_style0_ + [count] = "normal";
this.item_font_style_roll0_ + [count] = "normal";
this.item_font_size0_ + [count] = "11px";
this.item_font_size_roll0_ + [count] = "11px";
}
to replace this:
Code:
this.item_text_color_roll0_0 = "#5f5f5f"
this.item_font_family0_0 = "Verdana"
this.item_font_family_roll0_0 = "Verdana"
this.item_font_weight0_0 = "normal"
this.item_font_weight_roll0_0 = "normal"
this.item_font_style0_0 = "normal"
this.item_font_style_roll0_0 = "normal"
this.item_font_size0_0 = "11px"
this.item_font_size_roll0_0 = "11px"
this.item_text_color_roll0_1 = "#5f5f5f"
this.item_font_family0_1 = "Verdana"
this.item_font_family_roll0_1 = "Verdana"
this.item_font_weight0_1 = "normal"
this.item_font_weight_roll0_1 = "normal"
this.item_font_style0_1 = "normal"
this.item_font_style_roll0_1 = "normal"
this.item_font_size0_1 = "11px"
this.item_font_size_roll0_1 = "11px"
this.item_text_color_roll0_2 = "#5f5f5f"
this.item_font_family0_2 = "Verdana"
this.item_font_family_roll0_2 = "Verdana"
this.item_font_weight0_2 = "normal"
this.item_font_weight_roll0_2 = "normal"
this.item_font_style0_2 = "normal"
this.item_font_style_roll0_2 = "normal"
this.item_font_size0_2 = "11px"
this.item_font_size_roll0_2 = "11px"
this.item_text_color_roll0_3 = "#5f5f5f"
this.item_font_family0_3 = "Verdana"
this.item_font_family_roll0_3 = "Verdana"
this.item_font_weight0_3 = "normal"
this.item_font_weight_roll0_3 = "normal"
this.item_font_style0_3 = "normal"
this.item_font_style_roll0_3 = "normal"
this.item_font_size0_3 = "11px"
this.item_font_size_roll0_3 = "11px"
this.item_text_color_roll0_4 = "#5f5f5f"
this.item_font_family0_4 = "Verdana"
this.item_font_family_roll0_4 = "Verdana"
this.item_font_weight0_4 = "normal"
this.item_font_weight_roll0_4 = "normal"
this.item_font_style0_4 = "normal"
this.item_font_style_roll0_4 = "normal"
this.item_font_size0_4 = "11px"
this.item_font_size_roll0_4 = "11px"
this.item_text_color_roll0_5 = "#5f5f5f"
this.item_font_family0_5 = "Verdana"
this.item_font_family_roll0_5 = "Verdana"
this.item_font_weight0_5 = "normal"
this.item_font_weight_roll0_5 = "normal"
this.item_font_style0_5 = "normal"
this.item_font_style_roll0_5 = "normal"
this.item_font_size0_5 = "11px"
this.item_font_size_roll0_5 = "11px"
this.item_text_color_roll0_6 = "#5f5f5f"
this.item_font_family0_6 = "Verdana"
this.item_font_family_roll0_6 = "Verdana"
this.item_font_weight0_6 = "normal"
this.item_font_weight_roll0_6 = "normal"
this.item_font_style0_6 = "normal"
this.item_font_style_roll0_6 = "normal"
this.item_font_size0_6 = "11px"
this.item_font_size_roll0_6 = "11px"
this.item_text_color_roll0_7 = "#5f5f5f"
this.item_font_family0_7 = "Verdana"
this.item_font_family_roll0_7 = "Verdana"
this.item_font_weight0_7 = "normal"
this.item_font_weight_roll0_7 = "normal"
this.item_font_style0_7 = "normal"
this.item_font_style_roll0_7 = "normal"
this.item_font_size0_7 = "11px"
this.item_font_size_roll0_7 = "11px"
this.item_text_color_roll0_8 = "#5f5f5f"
this.item_font_family0_8 = "Verdana"
this.item_font_family_roll0_8 = "Verdana"
this.item_font_weight0_8 = "normal"
this.item_font_weight_roll0_8 = "normal"
this.item_font_style0_8 = "normal"
this.item_font_style_roll0_8 = "normal"
this.item_font_size0_8 = "11px"
this.item_font_size_roll0_8 = "11px"