Search found 8 matches

by PloXyZeRO
Wed Jun 19, 2013 7:37 am
Forum: Support and Development
Topic: Check if object is touched by mouse?
Replies: 5
Views: 2481

Re: Check if object is touched by mouse?

Okay, I'll try drawing everything to a canvas (although I don't know how to do that yet! I'll check the wiki)

I also don't know how to use the hardon collider....in fact I barely know how to do anything in LÖVE! I'll figure more things out eventually..thanks for the help!
by PloXyZeRO
Wed Jun 19, 2013 6:51 am
Forum: Support and Development
Topic: Check if object is touched by mouse?
Replies: 5
Views: 2481

Re: Check if object is touched by mouse?

Oh yeah, I could just check for the distance! Thanks So it seems like it would be pretty hard for more complex shapes The reason I was asking is I wanted to make a simple mouse maze gteleporting game with teleporting since I found the love.mouse.setPosition function! Edit: The angle function worked ...
by PloXyZeRO
Wed Jun 19, 2013 5:55 am
Forum: Support and Development
Topic: Check if object is touched by mouse?
Replies: 5
Views: 2481

Check if object is touched by mouse?

Is there a function that returns a boolean if it is "touched" by the mouse? The only way I can think of doing this is by checking whether the mouse position is within the same space that the object is in by subtracting the height/width of the object from the origin...but that would only wo...
by PloXyZeRO
Fri Apr 06, 2012 8:20 pm
Forum: Support and Development
Topic: Complete noob, help please?
Replies: 6
Views: 2644

Re: Complete noob, help please?

Very useful information! Now it'll be easier for me to get started, and I can probably figure more things out for myself now. Thank you, guys!
by PloXyZeRO
Fri Apr 06, 2012 7:35 am
Forum: Support and Development
Topic: Complete noob, help please?
Replies: 6
Views: 2644

Re: Complete noob, help please?

Thanks, I've tried printing stuff to the console before but it didn't work. I just tried in a love.draw() function though and it worked. It's something that I'll have to get used to haha

Also thanks for the tutorial!
by PloXyZeRO
Fri Apr 06, 2012 6:09 am
Forum: Support and Development
Topic: Complete noob, help please?
Replies: 6
Views: 2644

Complete noob, help please?

Hi! So I just got started with love. I'm sure I could find some of my answers if I searched enough, but I figured it would be easier to ask all of my questions in a thread. 1) Is there a console or output or anything? For example, if all I had was print("Hello world!"), where would it show...
by PloXyZeRO
Thu Apr 05, 2012 3:26 am
Forum: Support and Development
Topic: love.conf won't work?
Replies: 2
Views: 1819

Re: love.conf won't work?

Thank you, worked perfectly!
by PloXyZeRO
Thu Apr 05, 2012 2:52 am
Forum: Support and Development
Topic: love.conf won't work?
Replies: 2
Views: 1819

love.conf won't work?

Hey there! I'm absolutely NEW to love2d, I have no idea what I'm doing. I was playing Mari0 today and got curious, so I decided to try out! I was just experimenting with the few functions that I've learned today. I was trying to make a sequence of numbers that go down across the screen and change co...