Search found 11 matches

by SirFotherington
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....

menu.love
(2.54 KiB) Downloaded 165 times
Menu.lua:24 attempt to index field 'even'(a nil value)

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!
by SirFotherington
Sun Feb 24, 2013 3:32 pm
Forum: Support and Development
Topic: Whats causing this error?
Replies: 1
Views: 1043

Whats causing this error?

menu.love
(2.54 KiB) Downloaded 155 times
Untitled.png
Untitled.png (27.1 KiB) Viewed 1043 times
Im getting this error in my coding. What is causing it/how would I fix it?
by SirFotherington
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
by SirFotherington
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!
by SirFotherington
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
by SirFotherington
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...
by SirFotherington
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...
by SirFotherington
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!!
by SirFotherington
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!
by SirFotherington
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