Search found 2 matches

by Candunc
Fri Aug 24, 2012 2:47 pm
Forum: Support and Development
Topic: Looping Help?
Replies: 4
Views: 1805

Re: Looping Help?

Roland_Yonaba wrote:

Code: Select all

love.event.push ('quit')
This is legible with love 0.8.0, though.
See love.event.push on the wiki, BTW.

EDIT: See also love.event.quit
No, I have the code, I just need help with having it execute. The 30 second wait time freezes LÖVE so that no command will work, making it unable to quit.
by Candunc
Fri Aug 24, 2012 5:49 am
Forum: Support and Development
Topic: Looping Help?
Replies: 4
Views: 1805

Looping Help?

Hello, I am new to LÖVE and I have a question. How can I have a exit command that will work (either press exit in game or click the x) I have a looping command that waits 30 seconds between every command sent too. This is what I want (Just an example, I have the code already) [loop1] while wloop == ...