Search found 2 matches

by Sfe
Wed Mar 30, 2016 5:18 pm
Forum: Support and Development
Topic: "Questions that don't deserve their own thread" thread
Replies: 905
Views: 438224

Re: "Questions that don't deserve their own thread" thread

MadByte wrote:
Sfe wrote:...
Works as expected for me.
Double check that you don't use an older version of LÖVE accidentally.
Try using "l" instead of 1 or use love.getVersion() and print it.
Actually, switching the 1 to an 'l' did the trick. Looks like it was just a version difference I suppose. Thanks!
by Sfe
Wed Mar 30, 2016 7:40 am
Forum: Support and Development
Topic: "Questions that don't deserve their own thread" thread
Replies: 905
Views: 438224

Re: "Questions that don't deserve their own thread" thread

Hi, I'm dealing with a... weird problem right now. For some reason, the love.mousepressed() function just does not want to work. It's not even that I'm doing anything complicated with it, I'm just trying to run the example function in the documentation. That is, this: function love.load() printx = 0...