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!
Search found 8 matches
- Wed Jun 19, 2013 7:37 am
- Forum: Support and Development
- Topic: Check if object is touched by mouse?
- Replies: 5
- Views: 2764
- Wed Jun 19, 2013 6:51 am
- Forum: Support and Development
- Topic: Check if object is touched by mouse?
- Replies: 5
- Views: 2764
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 ...
- Wed Jun 19, 2013 5:55 am
- Forum: Support and Development
- Topic: Check if object is touched by mouse?
- Replies: 5
- Views: 2764
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...
- Fri Apr 06, 2012 8:20 pm
- Forum: Support and Development
- Topic: Complete noob, help please?
- Replies: 6
- Views: 3001
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!
- Fri Apr 06, 2012 7:35 am
- Forum: Support and Development
- Topic: Complete noob, help please?
- Replies: 6
- Views: 3001
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!
Also thanks for the tutorial!
- Fri Apr 06, 2012 6:09 am
- Forum: Support and Development
- Topic: Complete noob, help please?
- Replies: 6
- Views: 3001
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...
- Thu Apr 05, 2012 3:26 am
- Forum: Support and Development
- Topic: love.conf won't work?
- Replies: 2
- Views: 1940
Re: love.conf won't work?
Thank you, worked perfectly!
- Thu Apr 05, 2012 2:52 am
- Forum: Support and Development
- Topic: love.conf won't work?
- Replies: 2
- Views: 1940
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...