Search found 11 matches
- Sun Feb 24, 2013 5:35 pm
- Forum: Support and Development
- Topic: menu.lua:24L Attempt to undex field....
- Replies: 1
- Views: 1149
menu.lua:24L Attempt to undex field....
What does this error mean? It happens when i click on the "Quit" button I made. Im still trying to the to grips with what the error messages mean on this!
- Sun Feb 24, 2013 3:32 pm
- Forum: Support and Development
- Topic: Whats causing this error?
- Replies: 1
- Views: 1043
Whats causing this error?
Im getting this error in my coding. What is causing it/how would I fix it?
- Sun Feb 24, 2013 12:31 pm
- Forum: Support and Development
- Topic: Error when running .love - using tables
- Replies: 2
- Views: 1295
Error when running .love - using tables
So I have started using tables in my code and now I get this error when loading it up
http://imgur.com/TBXwq0l
Here is my code and game:
http://www.gamefront.com/files/22993002/Game.zip
Hope you can help
http://imgur.com/TBXwq0l
Here is my code and game:
http://www.gamefront.com/files/22993002/Game.zip
Hope you can help
- Sun Feb 24, 2013 11:55 am
- Forum: Support and Development
- Topic: Use multiple keys-[Movement]
- Replies: 7
- Views: 2099
Re: Use multiple keys-[Movement]
Oh thanks! And yeah im literally just watching one right now!
- Sun Feb 24, 2013 11:49 am
- Forum: Support and Development
- Topic: Use multiple keys-[Movement]
- Replies: 7
- Views: 2099
Re: Use multiple keys-[Movement]
Also what does this small segment mean?
Code: Select all
local speed = 12*60
else
local speed = 5*60
- Sun Feb 24, 2013 11:46 am
- Forum: Support and Development
- Topic: Use multiple keys-[Movement]
- Replies: 7
- Views: 2099
Re: Use multiple keys-[Movement]
Awesome thanks im putting this in but still nothing happens. I may have put it in wrong. If you get time here is now the code: function love.load() medium = love.graphics.newFont(45) joe = love.graphics.newImage("pic/joe.png") joex = 200 joey = 200 end function love.update(dt) if love.keyb...
- Sun Feb 24, 2013 11:31 am
- Forum: Support and Development
- Topic: Use multiple keys-[Movement]
- Replies: 7
- Views: 2099
Use multiple keys-[Movement]
I was wondering how I would go about making my character run in a game? So far I have assigned w a s and d to the movements and I want to use LShift and those keys to make him move faster. I made an attempt but it did not work. Help is appreciated =) function love.update() if love.keyboard.isDown(&q...
- Sun Feb 24, 2013 1:08 am
- Forum: Support and Development
- Topic: Having Problem when running lua files
- Replies: 5
- Views: 2496
Re: Having Problem when running lua files
Wow I feel so stupid .Thanks so much! Good day to you sir!!
- Sun Feb 24, 2013 12:46 am
- Forum: Support and Development
- Topic: Having Problem when running lua files
- Replies: 5
- Views: 2496
Re: Having Problem when running lua files
Yes. I am sure. Here are some extra print screens showing you what you were unable to download.
http://imgur.com/Bk9wX4O,li7EBUC#0
Hope you can help me out and thanks for the fast reply!
http://imgur.com/Bk9wX4O,li7EBUC#0
Hope you can help me out and thanks for the fast reply!
- Sun Feb 24, 2013 12:09 am
- Forum: Support and Development
- Topic: Having Problem when running lua files
- Replies: 5
- Views: 2496
Re: Having Problem when running lua files
Just to confirm. I made the .lua file into the .love file. I did not package the whole file