Search found 71 matches

by Le_juiceBOX
Fri Mar 17, 2017 7:29 pm
Forum: Support and Development
Topic: help with movement
Replies: 7
Views: 6029

Re: help with movement

Use the suggestions above also use this:

Code: Select all

if love.keyboard.isDown('w') then
	py = py - 1*dt
end
the dt makes the game run at the same speed for 'all' computers. Use dt with movement etc.
by Le_juiceBOX
Thu Jan 19, 2017 3:34 pm
Forum: Support and Development
Topic: Running a .love file inside of another .love file
Replies: 7
Views: 3837

Re: Running a .love file inside of another .love file

zorg wrote:Yep, alloyed's solution seems the cleanest, i'd use that. :3
thanks! :neko:
by Le_juiceBOX
Wed Jan 18, 2017 11:59 pm
Forum: Support and Development
Topic: Running a .love file inside of another .love file
Replies: 7
Views: 3837

Running a .love file inside of another .love file

Hi! Thanks for looking into my problem!

I have a love file inside of another love file (for 2 windows)

How do i run that love file? I have looked at the wiki for love.filesystem.load() but i wasnt sure on how exactly to use it.

Thanks for helping! :awesome:
by Le_juiceBOX
Mon Jan 09, 2017 1:22 am
Forum: Games and Creations
Topic: Menger Sponge Explorer
Replies: 41
Views: 31969

Re: Menger Sponge Explorer

Lol laptop crashed.
by Le_juiceBOX
Wed Dec 14, 2016 1:34 am
Forum: Support and Development
Topic: Best IDE for Löve
Replies: 8
Views: 13297

Re: Best IDE for Löve

I use sublime. Very nice IDE
by Le_juiceBOX
Wed Nov 23, 2016 7:46 pm
Forum: Support and Development
Topic: "Questions that don't deserve their own thread" thread
Replies: 905
Views: 413615

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

What are the advantages and disadvantages for using canvases?
by Le_juiceBOX
Sat Nov 19, 2016 1:48 am
Forum: Support and Development
Topic: "Questions that don't deserve their own thread" thread
Replies: 905
Views: 413615

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

[manual]os.execute[/manual] or [manual]io.popen[/manual] should do the trick, be careful with Operating System differences though. For comunications you could use one of the networking libraries and you could simulate that the windows come from a single program. I'm not sure if LÖVE won't try to la...
by Le_juiceBOX
Fri Nov 18, 2016 12:29 pm
Forum: Support and Development
Topic: "Questions that don't deserve their own thread" thread
Replies: 905
Views: 413615

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

slime wrote:love only supports a single window, although you can close and re-open it multiple times!
Thanks!


Is there a way to open a second exe or love file inside the game?
by Le_juiceBOX
Fri Nov 18, 2016 2:19 am
Forum: Support and Development
Topic: "Questions that don't deserve their own thread" thread
Replies: 905
Views: 413615

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

Hey, I was wondering if it is possible to open 2 or more windows using love.

Thanks ^^ .
by Le_juiceBOX
Fri Oct 21, 2016 5:41 am
Forum: Games and Creations
Topic: Rambo Cat, a platformer shoot'em up
Replies: 7
Views: 4619

Re: Rambo Cat, a platformer shoot'em up

I lost an hour to this game! Lots of fun though i ran into some problems.

- Whenever i jump the lighting goes crazy.
- movment isnt very smooth, jumping is a bit too slow

But overall this is a great little game!