Search found 16 matches

by cybercircuit
Thu Sep 12, 2013 10:51 pm
Forum: Support and Development
Topic: How do you save and load?
Replies: 8
Views: 2529

How do you save and load?

Could someone walk me through step by step on how to make a save and load system? Thanks.
by cybercircuit
Sat Jun 08, 2013 10:20 pm
Forum: Support and Development
Topic: A weird error I cant fix
Replies: 5
Views: 2902

Re: A weird error I cant fix

THANK YOU!!!!
by cybercircuit
Sat Jun 08, 2013 9:54 pm
Forum: Support and Development
Topic: A weird error I cant fix
Replies: 5
Views: 2902

A weird error I cant fix

Heres my code: require "player" require "zombie" require "inventory" require "items" menuTexture = love.graphics.newImage("menuBackground.png") rt = love.graphics.newImage("spawn.png") gs = "menu" buttonImage = love.graphics.newIm...
by cybercircuit
Tue May 21, 2013 6:04 pm
Forum: Support and Development
Topic: Detect if spacebar is pushed?
Replies: 4
Views: 4826

Re: Detect if spacebar is pushed?

I looked on the wiki and I couldent find anything...
by cybercircuit
Tue May 21, 2013 5:31 pm
Forum: Support and Development
Topic: Detect if spacebar is pushed?
Replies: 4
Views: 4826

Detect if spacebar is pushed?

in love.keypressed(key), how can I know if the key is spacebar? I have tried "space" and "spacebar" but neither seem to work, help?
by cybercircuit
Mon May 20, 2013 11:46 pm
Forum: Support and Development
Topic: How to detect if something was clicked?
Replies: 3
Views: 4884

How to detect if something was clicked?

How can I detect if something was clicked? I know you can detect if the mouse is down and its within the range of the button but I was wondering if there was an easier way...(cuz figuring out the buttons click range thing can be hard and use alot of debugging for a single button)
by cybercircuit
Mon May 20, 2013 11:14 pm
Forum: Support and Development
Topic: How to create some kind of entity object?
Replies: 3
Views: 2115

Re: How to create some kind of entity object?

What do you mean by "refers to self"?
by cybercircuit
Mon May 20, 2013 10:24 pm
Forum: Support and Development
Topic: How to create some kind of entity object?
Replies: 3
Views: 2115

How to create some kind of entity object?

Since there is no classes in lua I was wondering how I can make entitys without having to program every single individual npc
by cybercircuit
Mon May 20, 2013 10:08 pm
Forum: Support and Development
Topic: How to use multiple lua files?
Replies: 9
Views: 14628

Re: How to use multiple lua files?

Thanks a ton! Now I can make a game!
by cybercircuit
Mon May 20, 2013 9:47 pm
Forum: Support and Development
Topic: How to use multiple lua files?
Replies: 9
Views: 14628

Re: How to use multiple lua files?

How to call functions and variables from other files