Search found 9 matches

by kerperlo
Fri May 29, 2015 12:59 am
Forum: Support and Development
Topic: [Help] Move Border-less Window Around
Replies: 8
Views: 4160

Re: [Help] Move Border-less Window Around

Thank you all for the replys! I do have a problem. I got it working, but whenever I drag it the window starts flickering. Also, here is the code on how to move the window. First, make a dummy rectangle or any shape you choose. function love.load() dummy = { x = --Input any position you want for X; y...
by kerperlo
Thu May 28, 2015 3:01 am
Forum: Support and Development
Topic: [Help] Move Border-less Window Around
Replies: 8
Views: 4160

[Help] Move Border-less Window Around

Hello, So, I set the t.window.borderless = true; in conf.lua. Then I added my own custom menubar. Is there anyway to grab the menubar and move the whole window around? Example: Photoshop CS6/CC has the same design and when you click and drag the menubar, you drag the whole window. Is it possible? Pl...
by kerperlo
Tue May 26, 2015 7:37 pm
Forum: Support and Development
Topic: [Help] Advanced Zoom Feature
Replies: 1
Views: 1028

[Help] Advanced Zoom Feature

Is there a way to zoom in and move the frame around when zoomed in. Also, to set boundaries when the player moves around, I don't want them to go out of view of the game. I hope I described this correctly, if you need any more questions please let me know. Zoom Feature: https://love2d.org/forums/vie...
by kerperlo
Tue Jan 27, 2015 5:09 pm
Forum: Support and Development
Topic: Check MouseHover Function?
Replies: 4
Views: 3778

Re: Check MouseHover Function?

Thank you Ivan and Micha!
by kerperlo
Tue Jan 27, 2015 3:34 pm
Forum: Support and Development
Topic: Check MouseHover Function?
Replies: 4
Views: 3778

Re: Check MouseHover Function?

And this makes it where, when you hover the mouse over the image; it will change to a different image?
Just making sure.
by kerperlo
Tue Jan 27, 2015 12:05 pm
Forum: Support and Development
Topic: Check MouseHover Function?
Replies: 4
Views: 3778

Check MouseHover Function?

Hello, I am wondering if you can check when the mouse hovers over an image. Once over it, the image will change. When the mouse leaves and isn't hovering over the image, it changes back again. Is it possible? If so, how? I would love to have recommendations or steer me into the right direction. Than...
by kerperlo
Sun Jan 25, 2015 4:18 am
Forum: Support and Development
Topic: Switch Statement?
Replies: 5
Views: 6232

Re: Switch Statement?

Thank you!

Big help :D
by kerperlo
Sun Jan 25, 2015 1:20 am
Forum: Support and Development
Topic: Switch Statement?
Replies: 5
Views: 6232

Switch Statement?

I am trying to figure out how to implement a switch statement.

I read this forum, but it still doesn't help me on how to make one.
viewtopic.php?t=9711

If anyone has any recommendations, please let me know.

Thank you.
by kerperlo
Fri Jan 23, 2015 1:46 pm
Forum: Support and Development
Topic: LOVE2D - Simple File Menu [HELP]
Replies: 1
Views: 1828

LOVE2D - Simple File Menu [HELP]

Would it be possible to make a simple file menu?

Image

I know all the bare basic of Love2D. I just don't know how to make a simple file menu.

Thanks.