Using table, how do i make it go from row 1-20 ?

powkiepowkie Member Posts: 63
edited June 2012 in Working with GS (Mac)
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

Answers

  • powkiepowkie Member Posts: 63
    Works like a charm! Did a quick timer counting down 20 seconds using table. Reversed your script and did "-" instead of "+".

    Thanks again Booth!
Sign In or Register to comment.