Quick question about tables
I'm using table cell value and I was wondering if I can add another attribute for selecting the row # rather then actually entering a number?
like so: tableCellValue(table=mytable,row=my attribute,col=5)
so i can switch the attribute to change what row the actor is using.
I tried a real attribute and a index and they didn't seem to work...does anyone know if this is possible and I'm just doing something wrong
like so: tableCellValue(table=mytable,row=my attribute,col=5)
so i can switch the attribute to change what row the actor is using.
I tried a real attribute and a index and they didn't seem to work...does anyone know if this is possible and I'm just doing something wrong
Comments
I used this method for my game
https://market.android.com/details?id=com.glgames.limhdlite&feature=search_result
The only downside is the table itself could not be declared using text attribute so there's no way to switch table instantly on the same rule.
now it works! and saves so many hours of typing numbers!
Thanks