Search found 6 matches
- Tue Jun 17, 2014 10:20 pm
- Forum: Support and Development
- Topic: I don't understand "Attempting to index a nil value"
- Replies: 6
- Views: 2657
Re: I don't understand "Attempting to index a nil value"
Thank you so much for the help! I looked at it for a little bit and eventually it made sense! I will use this to help me expand my game! Again I can't thank you enough! the Canvas stuff is still slightly confusing but I am getting it more as I look at the wiki.
- Tue Jun 17, 2014 4:56 pm
- Forum: Support and Development
- Topic: I don't understand "Attempting to index a nil value"
- Replies: 6
- Views: 2657
Re: I don't understand "Attempting to index a nil value"
Ok, So I understand why the error is happening now, and it makes since why it is happening, but I can not figure out how to pass the stage.outline effectively to player.lua with out getting a nil error. Now I am trying to just pass the outline directly to my player.keypressed() as an argument, but h...
- Tue Jun 17, 2014 1:28 am
- Forum: Support and Development
- Topic: I don't understand "Attempting to index a nil value"
- Replies: 6
- Views: 2657
Re: I don't understand "Attempting to index a nil value"
I am trying to make sense of what you are saying but I am still confused? When I try to attach the map to the stage object I still get the same error. Also I would like to keep the player and map files separate to help with later improvements I have planned.
- Tue Jun 17, 2014 12:14 am
- Forum: Support and Development
- Topic: I don't understand "Attempting to index a nil value"
- Replies: 6
- Views: 2657
I don't understand "Attempting to index a nil value"
I am making a simple ASCII game and I am now trying to implement wall detection. I have looked at multiple online forums and wikis attempting to make sense of what they are explaining, but I am just not quite comprehending it. Perhaps I am not on the same thinking pattern? What I am attempting to do...
- Mon Jun 16, 2014 9:33 pm
- Forum: Support and Development
- Topic: [SOLVED]ASCII Map Generation Problem
- Replies: 2
- Views: 1731
Re: ASCII Map Generation Problem
Thank You so much!
- Mon Jun 16, 2014 8:22 pm
- Forum: Support and Development
- Topic: [SOLVED]ASCII Map Generation Problem
- Replies: 2
- Views: 1731
[SOLVED]ASCII Map Generation Problem
Hello, I'm new to LOVE and have been messing around with it to learn the loops. Recently I have tried making a simple map in ASCII. The code runs but the map is not turning out How I want it to be. http://s15.postimg.org/7doygoyrr/program.jpg The red clump in the top left hand corner is suppose to b...