Search found 13 matches

by HaftSwimmingly
Wed Dec 16, 2015 9:20 am
Forum: Libraries and Tools
Topic: HUMP - yet another set of helpers
Replies: 146
Views: 129862

Re: HUMP - yet another set of helpers

I seem to have an issue with gamestates. Again, it's probably stupid, but I really don't know. I attempted to convert my gamestates into individual .lua files, so that they could easily be called back upon via HUMP. Now, although the menu screen loads up just fine, when I select the "Start"...
by HaftSwimmingly
Mon Dec 14, 2015 8:44 pm
Forum: Support and Development
Topic: Simplifying a door function for multiple rooms
Replies: 2
Views: 1326

Re: Simplifying a door function for multiple rooms

You are off to a good start! Looks like you are at the point where you need to learn about OOP (Object Oriented Programming). A quick (and dirty) explanation would be that you'll have a class of type Door which can create a multitude of different door objects which share functionality but essential...
by HaftSwimmingly
Mon Dec 14, 2015 5:31 am
Forum: Support and Development
Topic: Simplifying a door function for multiple rooms
Replies: 2
Views: 1326

Simplifying a door function for multiple rooms

Hello LÖVE Forums! I've been lurking here for awhile, trying to further learn the Lua language. I'm essentially inexperienced, and really don't consider myself a true programmer yet, so sorry if this question seems stupid, or simple. I'm attempting to make a Beat-em-up style game in LÖVE, and I want...