Search found 4 matches

by vekenti
Mon Dec 22, 2014 10:18 pm
Forum: Libraries and Tools
Topic: Löve Frames - A GUI Library
Replies: 406
Views: 353981

Re: Löve Frames - A GUI Library

Make sure you are doing require("path.to.loveframes") and not require("path/to/loveframes") .[/quote] Wow didnt know that would make a difference o.o thanks -Edit- Got a different error now,says that attempt to index global 'loveframes' (a nil value) in function 'load' -Edit - fo...
by vekenti
Mon Dec 22, 2014 7:28 pm
Forum: Libraries and Tools
Topic: Löve Frames - A GUI Library
Replies: 406
Views: 353981

Re: Löve Frames - A GUI Library

-Edit-

Does this not work with Love 0.91? it gives me some attempted to call 'NewObject'(a nil value) error coming from loveframes/objects/base
by vekenti
Mon Dec 22, 2014 3:54 pm
Forum: Support and Development
Topic: How would I make a option slider[EX: volume changing slider]
Replies: 4
Views: 3883

Re: How would I make a option slider[EX: volume changing sli

To create gui components such as sliders easily, you could use Love Frames https://love2d.org/forums/viewtopic.php?f=5&t=9116 or Quickie https://love2d.org/forums/viewtopic.php?f=5&t=7811 . There are probably other gui-libraries but those are the two that I've tried and they both seem to ha...
by vekenti
Mon Dec 22, 2014 4:44 am
Forum: Support and Development
Topic: How would I make a option slider[EX: volume changing slider]
Replies: 4
Views: 3883

How would I make a option slider[EX: volume changing slider]

I want to make a slider to set the Red, Green and Blue colors of a particle. May someone please show me how?

Thanks, Vekenti