Search found 28 matches

by JovialFeline
Mon Feb 10, 2014 10:21 pm
Forum: Support and Development
Topic: Help with love.mousepressed function and while do loop
Replies: 5
Views: 2991

Re: Help with love.mousepressed function and while do loop

The example in love.mousepressed should've hinted at this, but 2 isn't a recognized mouse button. You can see this page for a list of values you can check. In this case, you want r . I don't know which operator is the "not equal to" so I used !=. I can't find the proper operator to use. Fr...
by JovialFeline
Thu Feb 06, 2014 8:37 pm
Forum: General
Topic: Help with errror
Replies: 6
Views: 4749

Re: Help with errror

^ Quad:flip
Removed in LÖVE 0.9.0
This function is not supported in that and later versions.
by JovialFeline
Tue Feb 04, 2014 7:35 am
Forum: General
Topic: Gender survey thingy
Replies: 75
Views: 27776

Re: Gender survey thingy

I for one would welcome a change in management. Go Team Aliens!
by JovialFeline
Sun Feb 02, 2014 12:56 am
Forum: General
Topic: Did the forum get new graphics?
Replies: 16
Views: 17406

Re: Did the forum get new graphics?

Seems so. For most of the day, they were simply missing on my end. Now that I can see the new batch, I don't think I've seen a cuter moustachioed face.
by JovialFeline
Sun Feb 02, 2014 12:52 am
Forum: Support and Development
Topic: Problem Drawing A Menu (Apparently Nil)
Replies: 4
Views: 2500

Re: Problem Drawing A Menu (Apparently Nil)

I have a scattershot memory and I've had plenty of distractions since Thursday. Sorry for the delay. Your problem's a lot simpler this time, thankfully. It seems your menu's draw cycle is being called before its update cycle. This isn't an issue by itself, but self.displayableNodes is a nil value un...
by JovialFeline
Fri Jan 31, 2014 2:18 pm
Forum: General
Topic: Gender and the LÖVE community (A Community-Culture Problem)
Replies: 71
Views: 24733

Re: A Community-Culture Problem With Gender

First of all: "male" and "female" are adjectives, not nouns, when talking about humans. Talk about "a male" and "a female", you verbally take away people's agency (their free will). Speak of "men" and "women" instead. If you produce sperm,...
by JovialFeline
Thu Jan 30, 2014 9:09 pm
Forum: Support and Development
Topic: [Solved] Can't create file
Replies: 2
Views: 1568

Re: Can't create file

I don't think the file is saved to disk until you push some data to the file. Anything you write is stored in memory first, and then gets commited to the file once you close the file or flush the data in memory to the file. local file = love.filesystem.newFile('data.txt') file:open('w') -- Open the ...
by JovialFeline
Thu Jan 30, 2014 6:15 am
Forum: Support and Development
Topic: Problem Drawing A Menu (Apparently Nil)
Replies: 4
Views: 2500

Re: Problem Drawing A Menu (Apparently Nil)

I suspect you're running each bit of your game as its own main script and launching it through LÖVE. You then tweak each script until it works to your satisfaction and then rename it, correct? I can't account for the odd structure otherwise, and it gave me a mild headache for a bit. The cause of you...
by JovialFeline
Thu Jan 30, 2014 3:37 am
Forum: Support and Development
Topic: Batch file help
Replies: 3
Views: 2092

Re: Batch file help

You'll have to hand LÖVE the folder path or it'll load the "no game found" screen. To use your batch as an example: @ECHO OFF start "" "%PROGRAMFILES%\LOVE\love.exe" "C:\path_to\LOVE Projects\PuzzleMania" I would personally just use: @ECHO OFF cd "%PROGRA...
by JovialFeline
Wed Jan 29, 2014 12:06 am
Forum: General
Topic: A Community-Culture Problem With Library Names
Replies: 114
Views: 55293

Re: A Community-Culture Problem With Library Names

Conflicted. I understand the concern, especially if you're wishing to teach children how to make stuff in LÖVE. Even if they didn't have a clue what the terms meant (I was unaware of the "swingers" term 'til I was 22), it would likely leave a bad taste in your mouth. I honestly hadn't cons...