Search found 5 matches

by Ozfer
Wed Jan 18, 2012 12:42 am
Forum: Support and Development
Topic: Total Newb Confused with Simple Test (More Issues)
Replies: 18
Views: 4652

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.
by Ozfer
Tue Jan 17, 2012 11:09 pm
Forum: Support and Development
Topic: Total Newb Confused with Simple Test (More Issues)
Replies: 18
Views: 4652

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...
by Ozfer
Tue Jan 17, 2012 10:55 pm
Forum: Support and Development
Topic: Total Newb Confused with Simple Test (More Issues)
Replies: 18
Views: 4652

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
I switched to this, but its still not working right. I'm totally shooting in the dark here, because I only used Lua on a program called ROBLOX, and its totally different.
by Ozfer
Tue Jan 17, 2012 10:07 pm
Forum: Support and Development
Topic: Total Newb Confused with Simple Test (More Issues)
Replies: 18
Views: 4652

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