Search found 49 matches

by Cryogenical
Fri Sep 05, 2014 6:34 pm
Forum: Games and Creations
Topic: Typing Simulator 2014[REPOST]
Replies: 13
Views: 14142

Re: Typing Simulator 2014[REPOST]

That video was quite possibly the best trailer to a game I have seen.
omfg 10/10

IT BROKE
I DON'T KNOW WHY\Image
by Cryogenical
Thu Aug 28, 2014 7:44 pm
Forum: Libraries and Tools
Topic: Löve Frames - A GUI Library
Replies: 406
Views: 352484

Re: Löve Frames - A GUI Library

How do I get a slider to constantly update? local volumeslider = loveframes.Create("slider", parentframe) volumeslider:SetPos(275,175):SetSlideType("vertical"):SetHeight(250):SetButtonSize(20,10):SetMinMax(0,10):SetDecimals(10) volumeslider:SetScrollDecrease(1):SetScrollIncrease(...
by Cryogenical
Thu Aug 28, 2014 5:46 pm
Forum: Libraries and Tools
Topic: TEsound - simple, easy sound/music manager
Replies: 57
Views: 51314

Re: TEsound - simple, easy sound/music manager

SCiENCE, I think you might have broken the function TEsound.play(list) or something? I made a list as such: list = {"assets/music/matryoshkachorus.mp3", "assets/music/senbonzakurachorus.mp3", "assets/music/noushouchorus.mp3", "assets/music/headphoneactorchorus.mp3&...
by Cryogenical
Thu Aug 28, 2014 5:30 pm
Forum: Support and Development
Topic: "Questions that don't deserve their own thread" thread
Replies: 905
Views: 410584

Re: "Questions that don't deserve their own thread" thread

Closer, but the window was still resizeable.
I am running on windows 8 sadly.

I fixed it by either changing the local variable for resizeable to true, or just getting rid of the function of resizeable = not resizeable.

Thank you guys though! Helps a lot.
by Cryogenical
Wed Aug 27, 2014 8:18 pm
Forum: Support and Development
Topic: "Questions that don't deserve their own thread" thread
Replies: 905
Views: 410584

Re: "Questions that don't deserve their own thread" thread

It did nothing but change the size of my window. Still had borders.
by Cryogenical
Wed Aug 27, 2014 5:54 pm
Forum: Support and Development
Topic: "Questions that don't deserve their own thread" thread
Replies: 905
Views: 410584

Re: "Questions that don't deserve their own thread" thread

How should I go about making my window able to be toggled to windowed-borderless and back again?

Code: Select all

function love.keypressed(key, unicode)
if key == "5" then
end
by Cryogenical
Wed Aug 27, 2014 5:51 pm
Forum: Libraries and Tools
Topic: Löve Frames - A GUI Library
Replies: 406
Views: 352484

Re: Löve Frames - A GUI Library

I've been trying to make a simple little learning program to get a feel for this as I have two ambitious projects using this. The progress bar seems to only update once to 1/10, then when I click the button again it doesn't do anything. function love.load() local value = 0 local parentframe = lovefr...
by Cryogenical
Wed Aug 27, 2014 5:15 pm
Forum: Libraries and Tools
Topic: sfxr.lua - Generate sounds dynamically at runtime
Replies: 32
Views: 48149

Re: sfxr.lua - Generate sounds dynamically at runtime

nucular wrote:
Cryogenical wrote:Just crashed trying to save lua.
That's weird because it works fine for me under Windows 7. Did you doubleclick the .love file or used the command line?

I ran the demo, customized a bit on the "noise", and then clicked save lua
If it helps any, I'm on windows 8 x64
by Cryogenical
Tue Aug 26, 2014 6:31 pm
Forum: Games and Creations
Topic: Hangman - for the extraordinarily bored.
Replies: 5
Views: 3268

Re: Hangman - for the extraordinarily bored.

Could add like a replay button or something?
Nicely made, and goddamn those are something else, I got 3 in a row though, counterattack, nepotist, and exercise.
by Cryogenical
Tue Aug 26, 2014 6:06 pm
Forum: Games and Creations
Topic: [LD30]「RED ENTITY」
Replies: 5
Views: 4474

Re: [LD30]「RED ENTITY」

There's not much to really learn from, but I'm trying to learn how to organize code.
Should I put a lot on my main.lua? Should I separate most of it? If so, then what should I separate?
hard lyfe