Search found 5 matches

by c00ld00d
Mon Jan 23, 2012 7:58 am
Forum: Libraries and Tools
Topic: stateful.lua
Replies: 88
Views: 52304

Re: stateful.lua

Kikito,

you're my hero :).
by c00ld00d
Sat Jan 21, 2012 11:36 am
Forum: Libraries and Tools
Topic: stateful.lua
Replies: 88
Views: 52304

Re: stateful.lua

Hello, I'm very new to LOVE2D and I have absolutely no idea how to start in making th main menu. I already made the base of my game, it's a platformer and has 5 levels. I have your middleclass.lua and stateful.lua, and made a game.lua according to a wiki. But I still have no idea how to create a but...
by c00ld00d
Wed Jan 18, 2012 4:26 pm
Forum: Support and Development
Topic: Some newbie questions...
Replies: 5
Views: 3233

Re: Some newbie questions...

@Robin I don't understand what you said that the print message dissappears in a new frame. This is the code I have: function love.draw() -- bgi = love.graphics.newImage("Background.png") where I tried to make a background, I'll fix it later. love.graphics.setBackgroundColor(0,170,200) love...
by c00ld00d
Wed Jan 18, 2012 3:15 pm
Forum: Support and Development
Topic: Some newbie questions...
Replies: 5
Views: 3233

Re: Some newbie questions...

@Robin Wow, thanks a lot! But still a problem with how to make a message appear and dissappear. What you showed me is if something equals true or false(in an if statement to check the condition), it'll print my message. But my question was; how would I remove my message after it was printed on the s...
by c00ld00d
Wed Jan 18, 2012 6:59 am
Forum: Support and Development
Topic: Some newbie questions...
Replies: 5
Views: 3233

Some newbie questions...

Hi, I'm new to this forum ( and also to LÖVE ) but I've been programming a form of Lua for 2 years. I have a few questions before I can continue making my game.. Q1: What is the LÖVE cnosole and how do I get it? Q2: How do I make a .love file(I know it's a renamed .zip file, I don't know how to chan...