Search found 5 matches

by JamesWillson
Sun Jun 02, 2013 11:15 am
Forum: General
Topic: Can't make a file to save game data
Replies: 9
Views: 7343

Re: Can't make a file to save game data

And sorry if I'm bugging anyone, but when trying to say print the values in the table, how would I go about that? I've tried doing options.coins or options[1] am I way off? :P
by JamesWillson
Sun Jun 02, 2013 8:50 am
Forum: General
Topic: Can't make a file to save game data
Replies: 9
Views: 7343

Re: Can't make a file to save game data

Thanks very much for all of your quick responses. This is great, however I'm still not sure where it is saving? Is it in the game directory or the love directory?
by JamesWillson
Sun Jun 02, 2013 8:42 am
Forum: General
Topic: Can't make a file to save game data
Replies: 9
Views: 7343

Re: Can't make a file to save game data

Thanks a lot!! Yeh, I'm new to the forums. I'll do that next time. :) Thanks again!! :D
by JamesWillson
Sun Jun 02, 2013 7:56 am
Forum: General
Topic: Can't make a file to save game data
Replies: 9
Views: 7343

Can't make a file to save game data

Hello there, and thank you for taking the time to read this. I'm having a slight problem, I'm trying to save game data, (variables) to a file, but I can't get it to work! I've tried love.file.system.write("save.lua", coins) but it just dosn't work! Is it not saving it to the right place? O...
by JamesWillson
Sun May 12, 2013 6:45 am
Forum: Support and Development
Topic: love.timer.sleep() dosn't let images load!
Replies: 1
Views: 1095

love.timer.sleep() dosn't let images load!

Hi, a quick question, I am trying to create a splash screen, and this is the code I have: splash1 = love.graphics.newImage( "/images/splash1.jpg" ) love.graphics.setColor(255,255,255) love.graphics.draw(splash1, 0, 0) love.timer.sleep(2) splash2 = love.graphics.newImage( "/images/spla...