Search found 7 matches
- Fri Nov 22, 2013 9:28 pm
- Forum: Support and Development
- Topic: Delete the last character from string
- Replies: 1
- Views: 2040
Delete the last character from string
Hi, I've got a textarea which allows the user to type but I can't find a way to delete the last character that the user typed when the return key is pressed. My code is: function love.keypressed(key) if key == "q" then text = text .. "q" elseif key == "w" then text = te...
- Mon Oct 28, 2013 7:34 pm
- Forum: Support and Development
- Topic: Open file
- Replies: 6
- Views: 2961
Re: Open file
Probably a .exe file. Like firefox or chrome No. Löve doesn't work that way. Basically, you write Lua code, and Löve runs that code. I can't see for what reason you might want to load/open executables from Löve. I am not 100% sure about ultimate objective, but judging from your questions, I have th...
- Sun Oct 27, 2013 11:59 am
- Forum: Support and Development
- Topic: Collision between objects
- Replies: 2
- Views: 1478
- Sun Oct 27, 2013 11:58 am
- Forum: Support and Development
- Topic: Open file
- Replies: 6
- Views: 2961
Re: Open file
Probably a .exe file. Like firefox or chrome
- Sat Oct 26, 2013 8:47 pm
- Forum: Support and Development
- Topic: Collision between objects
- Replies: 2
- Views: 1478
Collision between objects
Hi, I've been looking into this and I can't find a simple way on how to do it. So I have an idea for an awesome game but the thing that I can't do is check to see if the player has collided with the enemy. When the Player collides with the enemy I was thinking that the players score goes down. I can...
- Sat Oct 26, 2013 8:00 pm
- Forum: Support and Development
- Topic: Open file
- Replies: 6
- Views: 2961
Re: Open file
Thank you for the welcome 

- Sat Oct 26, 2013 3:03 pm
- Forum: Support and Development
- Topic: Open file
- Replies: 6
- Views: 2961
Open file
Hi, I'm new to LÖVE and I was wondering if there is a way to open a file in a small window inside of the game. kinda like the HTML iframes tag( http://www.w3schools.com/tags/tag_iframe.asp ).
Thanx
Thanx
