Search found 6 matches

by teagrumps
Mon Mar 24, 2014 6:17 pm
Forum: General
Topic: Need some help in using hump
Replies: 4
Views: 2278

Re: Need some help in using hump

It works!! (doing a happy dance right now)
Thank you so much :D
by teagrumps
Sun Mar 23, 2014 10:48 pm
Forum: General
Topic: Need some help in using hump
Replies: 4
Views: 2278

Need some help in using hump

Hi all, I want to have some states in my game such as 'menu', 'options', 'help' etc. The idea is to load a splash screen initially and continue from there based on player input. I looked around the forum and decided on hump to achieve 'state' function in my game. But I don't think i'm doing it right...
by teagrumps
Sun Mar 23, 2014 3:54 pm
Forum: General
Topic: How do I display an image for a longer time?
Replies: 3
Views: 2406

Re: How do I display an image for a longer time?

Thanks guys! It works like a charm :D
by teagrumps
Sun Mar 23, 2014 3:56 am
Forum: General
Topic: How do I display an image for a longer time?
Replies: 3
Views: 2406

How do I display an image for a longer time?

Hello, I want to display an image for every state change that takes place. For instance when the player does something right, I might want to display 'Good Job!' on the screen. Currently this is what I have and it works, but the 'Good Job!' image just lasts for a second. I know this is something to ...
by teagrumps
Sun Mar 16, 2014 5:57 pm
Forum: General
Topic: Need help with a text based puzzle I'm working on
Replies: 2
Views: 1692

Re: Need help with a text based puzzle I'm working on

Hi I don't have much right now but this is what I was fiddling around with: I am just trying to display some tiles with letters on the screen (using loveframes buttons here) and I just did as directed in the loveframes documentation. I know my code is really messy :( I am new to both lua and love2d ...
by teagrumps
Sat Mar 15, 2014 4:38 pm
Forum: General
Topic: Need help with a text based puzzle I'm working on
Replies: 2
Views: 1692

Need help with a text based puzzle I'm working on

Hi everyone! I am new to love2d but so far it's been great. I'm working on a word puzzle similar to scrambler in which I want to display scrambled text to the player and he/she needs to create as many correct words as possible. I am using loveframes to display letter tiles on the screen. In my first...