Search found 3 matches
- Fri Nov 09, 2012 8:54 am
- Forum: Support and Development
- Topic: Problem with tables
- Replies: 1
- Views: 1138
Problem with tables
Hey guys, I got a small problem with retrieving information out of a 2d table, anyone mind giving me a hand? Basically what I'm trying to do is retrieve information out of a table for cutting up my spritesheet with quads. Code: local tilequads= { {40,0}, {40,0}, {80,0} } for i = 1, #tilequads do loc...
- Wed Nov 07, 2012 12:43 pm
- Forum: Support and Development
- Topic: Grid Scrolling
- Replies: 2
- Views: 1723
Re: Grid Scrolling
Whoo, I finally got it to work Thanks a lot! Those links really helped me out. I had already taken a look at those tile scrolling tutorials but I had a hard time understanding them properly. Just took some thinking I guess :p Thinking is hard! Anyway.. thanks again
- Wed Oct 31, 2012 1:54 pm
- Forum: Support and Development
- Topic: Grid Scrolling
- Replies: 2
- Views: 1723
Grid Scrolling
Hi, I'm trying to make this RPG and everything's going quite well so far, but I'm a bit new when it comes to grid creation and scrolling through a level that has been created with tiles. Like I had mentioned before I'm trying to create a typical Japanese Roleplaying Game like Golden Sun or Final Fan...