Search found 10 matches

by Neverfly
Sat Jan 23, 2010 8:08 pm
Forum: General
Topic: Love = Commercial use?
Replies: 7
Views: 5334

Love = Commercial use?

Has anyone ever used LOVE for making money?
If not, is it possible (sell the games to game sites; addictinggames, armorgames, etc.)?
by Neverfly
Sun Jun 07, 2009 10:38 pm
Forum: General
Topic: Please Help, THis error is driving me Insane!
Replies: 6
Views: 7537

Re: Please Help, THis error is driving me Insane!

BEASTLY!

Thanks dude, you were right, I was passing the wrong stuff in draw.
It works perfectly now
by Neverfly
Sun Jun 07, 2009 12:42 am
Forum: General
Topic: Please Help, THis error is driving me Insane!
Replies: 6
Views: 7537

Re: Please Help, THis error is driving me Insane!

No Clue, But I've gotten this error on more than one occasion, and I have no clue how to fix it.
by Neverfly
Sun Jun 07, 2009 12:11 am
Forum: General
Topic: Please Help, THis error is driving me Insane!
Replies: 6
Views: 7537

Re: Please Help, THis error is driving me Insane!

Nah, the 4th Parameter is the Rotation Angle.

Try:

game.graphics.draw("Some Text", 200, 300, 90)

That will Rotate "Some Text" By 90 Degrees
by Neverfly
Sat Jun 06, 2009 11:28 pm
Forum: General
Topic: Please Help, THis error is driving me Insane!
Replies: 6
Views: 7537

Please Help, THis error is driving me Insane!

I keep getting this error: ERROR! No Matching Function for Overloaded draw Stack Traceback: [C:] in Function 'draw' main.lua:40: in function main.lua:38 And I have NO clue what this means. Heres the Code: function load() Font = love.graphics.newFont(love.default_font, 20) love.graphics.setFont(Font)...
by Neverfly
Sat Jun 06, 2009 11:25 pm
Forum: General
Topic: Im New, And I Need Some Help.
Replies: 5
Views: 5321

Re: Im New, And I Need Some Help.

MK, Thanks
by Neverfly
Sat Jun 06, 2009 9:31 pm
Forum: General
Topic: Basic Image Question
Replies: 3
Views: 3020

Re: Basic Image Question

Ok, so what would be the final code?
I really didn't get that example.
by Neverfly
Sat Jun 06, 2009 7:58 pm
Forum: General
Topic: Download Page Down?
Replies: 2
Views: 2359

Download Page Down?

Sorry for so many new posts, BUUUT, I told all my friends at www.robox.com that there was a 1337 2-D Programming Engine out there, And they came out on the site and tried to download it, but the Download page is Down. Anything wrong? Theres Like, 50 People waitin for the Download page to come back u...
by Neverfly
Sat Jun 06, 2009 7:52 pm
Forum: General
Topic: Basic Image Question
Replies: 3
Views: 3020

Basic Image Question

Say I did this: function load() image = love.graphics.newImage("Images/uziah.png") end function draw() love.graphics.draw(image, 200,200) end Now, when I did image = love.graphics.newImage("Images/uziah.png"), I got the error: could not load file Images/uziah.png Now my question ...
by Neverfly
Sat Jun 06, 2009 5:41 pm
Forum: General
Topic: Im New, And I Need Some Help.
Replies: 5
Views: 5321

Im New, And I Need Some Help.

Yo, Im new here [ In fact VERY new, I just downloaded LOVE 10 minutes ago ], and.. I need some help. In the update function, is there a function to overload setBackgroundColor? Heres the Code that I have: Cor = coroutine.create(function() while true do local a = math.random(1,255) local b = math.ran...