Search found 7 matches

by rready123
Fri Nov 22, 2013 9:28 pm
Forum: Support and Development
Topic: Delete the last character from string
Replies: 1
Views: 1970

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...
by rready123
Mon Oct 28, 2013 7:34 pm
Forum: Support and Development
Topic: Open file
Replies: 6
Views: 2899

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...
by rready123
Sun Oct 27, 2013 11:59 am
Forum: Support and Development
Topic: Collision between objects
Replies: 2
Views: 1441

Re: Collision between objects

Roland_Yonaba wrote:Collision...Lots of people keep asking about how to detect a collision around here.
In other words, you would have found the answer using the search button.
Let me redirect you to this post I wrote the day before yesterday.
Hope it helps. :)
Thanx :awesome:
by rready123
Sun Oct 27, 2013 11:58 am
Forum: Support and Development
Topic: Open file
Replies: 6
Views: 2899

Re: Open file

Probably a .exe file. Like firefox or chrome
by rready123
Sat Oct 26, 2013 8:47 pm
Forum: Support and Development
Topic: Collision between objects
Replies: 2
Views: 1441

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...
by rready123
Sat Oct 26, 2013 8:00 pm
Forum: Support and Development
Topic: Open file
Replies: 6
Views: 2899

Re: Open file

Thank you for the welcome :)
by rready123
Sat Oct 26, 2013 3:03 pm
Forum: Support and Development
Topic: Open file
Replies: 6
Views: 2899

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 :)