Search found 2 matches
- Mon Jun 13, 2016 2:01 am
- Forum: General
- Topic: Lua Learning Sources
- Replies: 2
- Views: 2828
Re: Lua Learning Sources
Hello! Beginning Lua Programming by Kurt Jung and Aaron Brown is a wonderful book, I recommend getting it and reading cover to cover first if you need to know Lua. I use the Google and StackExchange frequently for some quirks in Lua that I run into or some odd thing that I need to know how to do. :P...
- Mon May 30, 2016 8:42 pm
- Forum: Support and Development
- Topic: scene transitions with hump
- Replies: 3
- Views: 3336
Re: scene transitions with hump
All of the previous gui elements you've created still exist, regardless of what HUMP state you are in. When you call gooi:draw() in a different state, those objects are still displayed. What you need to do is remove them before you transition to another state. You can create a table of the names of ...