Search found 2 matches

by mage11561
Mon Mar 19, 2012 9:55 pm
Forum: Support and Development
Topic: Wait for infinite loop?
Replies: 13
Views: 6649

Re: Wait for infinite loop?

I fixed your code.
BUT, you're doing it wrong. love.timer.sleep() should almost never be used.
https://love2d.org/wiki/dt
Thanks, it worked :D

Now to get it so that the image's position changes to what the mouses position is... Oh well..

Thanks for the help.
by mage11561
Mon Mar 19, 2012 2:58 am
Forum: Support and Development
Topic: Wait for infinite loop?
Replies: 13
Views: 6649

Wait for infinite loop?

Code: http://pastebin.com/bkDMWr89 .love http://www.mediafire.com/?tyseo07y763leay (Renamed .zip) What it's supposed to do: Move an image, wait 1000 milliseconds, and repeat. What it does: Grey screen and I have to force quit. I searched around the forum, and got no solutions that worked for me. If...