Search found 6 matches
- Sat Nov 17, 2012 1:50 pm
- Forum: General
- Topic: What's everyone working on? (tigsource inspired)
- Replies: 1804
- Views: 1723310
Re: What's everyone working on? (tigsource inspired)
Working on an isometric pretty basic dungeon crawler RPG in my spare time. Looking into using Love as the engine. Looks likely at the moment. Sitting on tons of graphics I've made that I need to start using. Making some progress everyday now.
- Thu Nov 15, 2012 12:07 pm
- Forum: Support and Development
- Topic: Error regarding basic main menu and tables SOLVED
- Replies: 11
- Views: 3986
Re: Error regarding basic main menu and the management of ta
Thanks a lot. It works now. Now on to learn more about the secrets of Löve. I'd give karma like the sticky says, but I'm obviously an idiot and can't into forums so I can't find out how.
- Thu Nov 15, 2012 9:43 am
- Forum: Support and Development
- Topic: Error regarding basic main menu and tables SOLVED
- Replies: 11
- Views: 3986
Re: Error regarding basic main menu and the management of ta
Ok guys. I've now rewritten most of the code. I'm still not sure what I'm doing wrong, but I keep getting syntax errors. This time it expects an ')' near the = on line 5. Here is the new code I've written: main_menu_buttons = {} --spawn function for buttons that are not completely image based. tx an...
- Wed Nov 14, 2012 7:14 pm
- Forum: Support and Development
- Topic: Error regarding basic main menu and tables SOLVED
- Replies: 11
- Views: 3986
Re: Error regarding basic main menu and the management of ta
No, I'm afraid I'm not quite familiar with the way lua handles a lot of things. So I don't really understand why I don't need it. My programming knowledge is based on having courses in java in high school (and that was quite a few years ago) and modding Neverwinter Nights a few years back (using a l...
- Wed Nov 14, 2012 6:14 pm
- Forum: Support and Development
- Topic: Error regarding basic main menu and tables SOLVED
- Replies: 11
- Views: 3986
Re: Error regarding basic main menu and the management of ta
Thanks for the quick reply. Still get another error though, this time under the load function, at line 13, or the line where the x value is added to the table in the for statement. There I attempt to index a nil value. Will try out some things to see if I can find out what the problem is. Any help i...
- Wed Nov 14, 2012 5:32 pm
- Forum: Support and Development
- Topic: Error regarding basic main menu and tables SOLVED
- Replies: 11
- Views: 3986
Error regarding basic main menu and tables SOLVED
Hello. New here. Got into starting to learn about love a few weeks ago. I'm no code monkey by any means, my previous experience being mostly in modding and the making of 2d graphics (which I have over the years gotten quite good at). So, I'm no coder by any previous experience. This means that when ...