Search found 5 matches
- Wed Jan 18, 2012 12:42 am
- Forum: Support and Development
- Topic: Total Newb Confused with Simple Test (More Issues)
- Replies: 18
- Views: 5046
Re: Total Newb Confused with Simple Test (More Issues)
Thank you so much for that huge post, and everyone else too . This should be enough to get me started.
- Tue Jan 17, 2012 11:09 pm
- Forum: Support and Development
- Topic: Total Newb Confused with Simple Test (More Issues)
- Replies: 18
- Views: 5046
Re: Total Newb Confused with Simple Test (More Issues)
Ok, thanks, and I'll try to improve my post count :). I hate to ask this, but could you explain how I would go about using this global variable? I know it probably seems like I've never programmed in my life, and I appreciate the help. EDIT- Actually, if its not to much trouble, I would appreciate t...
- Tue Jan 17, 2012 10:55 pm
- Forum: Support and Development
- Topic: Total Newb Confused with Simple Test (More Issues)
- Replies: 18
- Views: 5046
Re: Total Newb Confused with Simple Test
Code: Select all
function love.keypressed(b)
if key == 'b' then
love.graphics:newFont("Test", 10,10)
end
end
- Tue Jan 17, 2012 10:46 pm
- Forum: Support and Development
- Topic: Total Newb Confused with Simple Test (More Issues)
- Replies: 18
- Views: 5046
- Tue Jan 17, 2012 10:07 pm
- Forum: Support and Development
- Topic: Total Newb Confused with Simple Test (More Issues)
- Replies: 18
- Views: 5046
Total Newb Confused with Simple Test (More Issues)
Hi, I am somewhat experienced with lua programming, but totally new to love. I put this in a file as a test- function love.load() function love.draw() test = love.graphics.print("test",10,10) function love.keypressed(b) if key == 'b' then function love.draw() test = love.graphics.print(&qu...