I got it now, I wasn't running the code independently from my other.
Or, as its own program.
Search found 6 matches
- Sat Feb 18, 2017 6:02 pm
- Forum: Support and Development
- Topic: Help developing a camera that moves with mouse
- Replies: 8
- Views: 5318
- Sat Feb 18, 2017 3:13 am
- Forum: Support and Development
- Topic: Help developing a camera that moves with mouse
- Replies: 8
- Views: 5318
Re: Help developing a camera that moves with mouse
All I see is a blank screen
- Sat Feb 18, 2017 12:43 am
- Forum: Support and Development
- Topic: Help developing a camera that moves with mouse
- Replies: 8
- Views: 5318
Re: Help developing a camera that moves with mouse
Well I wanted the camera to move around when mouse 1 is down. A bit like dragging a window around. Where you're mouse doesn't represent the direction of where the camera will go, but instead where it is dragged to.
- Fri Feb 17, 2017 11:38 pm
- Forum: Support and Development
- Topic: Help developing a camera that moves with mouse
- Replies: 8
- Views: 5318
Re: Help developing a scrolling like system
Well I want to have the ability to move a camera around using the mouse.
- Fri Feb 17, 2017 10:06 pm
- Forum: Support and Development
- Topic: Help developing a camera that moves with mouse
- Replies: 8
- Views: 5318
Help developing a camera that moves with mouse
Hello, I am trying to make a scrolling like system. A bit like moving a window around on Windows. I tried to make one, but I always got results I didn't like. Can I see some code samples for something that does this? It would be very usefull.
- Sat Dec 03, 2016 8:16 pm
- Forum: Support and Development
- Topic: create multiple lines with one function
- Replies: 2
- Views: 1834
create multiple lines with one function
I want to create multiple lines from constantly changing X and Y variables. But I can not figure out how to create more than 1 line other than to use more than 1 "love.graphics.line" function.