Search found 5 matches
- Wed May 07, 2014 2:42 pm
- Forum: Libraries and Tools
- Topic: Löve Frames - A GUI Library
- Replies: 406
- Views: 380026
Re: Löve Frames - A GUI Library
Is this library still being maintained or planned to be updated to 0.9.1? As you can see, Loveframes' author writes in this thread very often (he's Nikolai Resokav). Last time he did (29th of April) he said: Speaking of ImageButton, it would be also very useful if we could set the size (scale) of t...
- Thu Apr 24, 2014 3:18 am
- Forum: Libraries and Tools
- Topic: Löve Frames - A GUI Library
- Replies: 406
- Views: 380026
Re: Löve Frames - A GUI Library
Using different images for the normal, hover and clicked state is just a matter of checking the Imagebutton.hover variable and love.mouse.isDown() and change the image accordingly. This is how I did it and it works. if object.hover then if love.mouse.isDown("l") == false and object:GetImag...
- Thu Apr 17, 2014 2:54 pm
- Forum: Support and Development
- Topic: Manipulating FileData, ImageData, external images
- Replies: 4
- Views: 2965
Re: Manipulating FileData, ImageData, external images
Hello there. Thanks a lot for the reply. I have to admit I feared that the lack of answers might have depended on the nature of the questions themselves; but I was also pretty sure there must have been someone knowledgeable enough to give me some hints. I greatly appreciate your attempt, and you def...
- Thu Apr 17, 2014 2:01 am
- Forum: Support and Development
- Topic: Manipulating FileData, ImageData, external images
- Replies: 4
- Views: 2965
Re: Manipulating FileData, ImageData, external images
I apologize for bumping and I understand it's against the rules; but honestly, as there are several new posts a day I doubt this post would have ever received any more attention if I didn't. If there's a particular reason why I haven't received an answer yet (maybe I broke some rules, or overlooked ...
- Sun Apr 13, 2014 9:29 pm
- Forum: Support and Development
- Topic: Manipulating FileData, ImageData, external images
- Replies: 4
- Views: 2965
Manipulating FileData, ImageData, external images
Hello there, LOVE 0.9.0 user on Windows XP SP3 here (but just because my Linux Distro is too old and messy atm to support that Love version). Though I've got some experience with coding and game-making, I've only recently started dealing with Lua and LOVE so please forgive me if what I'll be asking ...