LukeSimm
08-03-2007, 06:29 PM
Hello,
I was wondering if it's possible to make an array of a symbol in either FlashMX or Flash 8? Not sure if an Array is the techincal term though... For example, in Visuabl Basic it's possible to copy and paste a control and create something akin to cmdButton[1] and cmdButton[2], with the 1 and 2 being able to be chossen by code. (cmdButton[var])
Failing this, would it be possible in action script to refrence an object such as tile26 with something like tile[var] where var = 26?
--- Luke
I was wondering if it's possible to make an array of a symbol in either FlashMX or Flash 8? Not sure if an Array is the techincal term though... For example, in Visuabl Basic it's possible to copy and paste a control and create something akin to cmdButton[1] and cmdButton[2], with the 1 and 2 being able to be chossen by code. (cmdButton[var])
Failing this, would it be possible in action script to refrence an object such as tile26 with something like tile[var] where var = 26?
--- Luke