Help drawing images properly
Posted: Thu Mar 14, 2013 2:41 pm
Hi guys,
I've got some code here where I'm trying to illustrate a set of 5 cards; the last five played. The problem is that they're being displayed in reverse order:
http://imgur.com/AumA5MV
That image shows the start of a game, 4 cards played. The first card played is displayed fully, where as the last (latest) is displayed underneath. The actual ordering is fine, they're in place - just reversed.
http://codepad.org/ro6iZhOd
Cards being played are added to the pile with a normal table.insert, with no position specified; so they should just be adding the the end of the table, which means (to me at least) that the code should work. Can anyone point me in the right direction with this?
I've got some code here where I'm trying to illustrate a set of 5 cards; the last five played. The problem is that they're being displayed in reverse order:
http://imgur.com/AumA5MV
That image shows the start of a game, 4 cards played. The first card played is displayed fully, where as the last (latest) is displayed underneath. The actual ordering is fine, they're in place - just reversed.
http://codepad.org/ro6iZhOd
Cards being played are added to the pile with a normal table.insert, with no position specified; so they should just be adding the the end of the table, which means (to me at least) that the code should work. Can anyone point me in the right direction with this?