Say for example I have an array that contains the numbers which represent a subAnim controller.
How could I build a variable which would allow me to directly get to that controller.
(
delete objects
obj = teapot()
subIndexes = #(3,1,1) -- SubAnim:X_Position
clearlistener()
-- example b = obj[3][1][1]
-- I need to build an array with the subIndexes that would return SubAnim:X Position
-- Keep in mind that the length of the subIndexes could change depending on the situation.
)
By JokerMartini · 2013-02-22
barigazy · 2013-02-28
Anubis · 2013-03-01