Wednesday, June 13, 2012

[Action Script] Subtitute A Variable June,2012

Hey guys! I'm having a hard time trying to figure this out and any help will be appreciated. I was wondering how you can substitute a variable. For instance:

ActionScript Code: variables.item_name_1 = list.selectedItem.TitleLabel;
variables.item_name_1 is the variable.

I want to change the number 1 to an array for example

ActionScript Code: variables.item_name_1 = list.selectedItem.TitleLabel; variables.item_name_2 = list.selectedItem.TitleLabel; variables.item_name_3 = list.selectedItem.TitleLabel;
Thanks and God Bless!
Subtitute A Variable

Related Post



0 comments: