Search found 5 matches

by Shepherd()
Fri May 02, 2014 4:43 am
Forum: Support and Development
Topic: HELP! GameStates from scratch. (Intro > Menu > Game)
Replies: 7
Views: 3160

Re: HELP! GameStates from scratch. (Intro > Menu > Game)

Here is the .love file, not sure if it works? Didn't seem to work for me. So I included the bulk of the states system I have pre-coded. This is surely a frustrating black screen for a n00b like myself. --statesystems.lua oldState = "none" currentState = "none" function stateDrawC...
by Shepherd()
Thu May 01, 2014 12:54 am
Forum: Support and Development
Topic: HELP! GameStates from scratch. (Intro > Menu > Game)
Replies: 7
Views: 3160

Re: HELP! GameStates from scratch. (Intro > Menu > Game)

I'll post more info tonight. Thanks for ALL of the replies.
by Shepherd()
Wed Apr 30, 2014 5:06 pm
Forum: Support and Development
Topic: HELP! GameStates from scratch. (Intro > Menu > Game)
Replies: 7
Views: 3160

Re: HELP! GameStates from scratch. (Intro > Menu > Game)

Yes, currentState and switchState do exist in other files. I had this running fine between Menu and Game state, but only started experiencing problems with Intro.
by Shepherd()
Wed Apr 30, 2014 5:23 am
Forum: Support and Development
Topic: HELP! GameStates from scratch. (Intro > Menu > Game)
Replies: 7
Views: 3160

HELP! GameStates from scratch. (Intro > Menu > Game)

I'm a bit of a newbie. I;m having difficulty getting my gamestates to run properly. When I run I get a black screen. The issue seems to be from the Introstate based on my own assessment. Any help to get this to run would be much appreciated, my mental state is degrading. --main.lua require "con...