Using table, how do i make it go from row 1-20 ?
![powkie](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
Hi,
I'm currently using 20 different images example pic1, pic2, pic3 etc. I'm also using an actor that has "every second" self.image tableCellValue(game.table1, ????? , 1)
If i insert where the "?????" is: random(1-20) i get the images randomly between the 20 images i want, the question is how do i make it go from row 1 to 20 ea second? I tried stuff like 1-20, (1,20) etc etc.
Appreciate any fast help!
Thanks,
BR
Powka
I'm currently using 20 different images example pic1, pic2, pic3 etc. I'm also using an actor that has "every second" self.image tableCellValue(game.table1, ????? , 1)
If i insert where the "?????" is: random(1-20) i get the images randomly between the 20 images i want, the question is how do i make it go from row 1 to 20 ea second? I tried stuff like 1-20, (1,20) etc etc.
Appreciate any fast help!
Thanks,
BR
Powka
Answers
Thanks again Booth!