Search found 14 matches

by brozenadenzen
Wed Apr 25, 2012 5:02 pm
Forum: Support and Development
Topic: Function question
Replies: 3
Views: 2653

Re: Function question

10x man, this really helped :D
by brozenadenzen
Tue Apr 24, 2012 8:44 pm
Forum: Support and Development
Topic: Function question
Replies: 3
Views: 2653

Re: Function question

So my actualy question after all the things above is - how do you build a function and call it to love.update(dt), I mean how you build the arguments etc so the program will know which thing is which.
by brozenadenzen
Tue Apr 24, 2012 8:21 pm
Forum: Support and Development
Topic: Function question
Replies: 3
Views: 2653

Function question

Hi, this might be a noob question but I have't actually needed it until now. For my game I am doing some collision detection in combination with movement of the character. Looks something like love.update(dt) if key.isDown (direction) then check coordinates if coordinates are ok then change playerX,...
by brozenadenzen
Thu Apr 19, 2012 6:13 pm
Forum: Support and Development
Topic: Not equals to (number to number)
Replies: 7
Views: 7620

Not equals to (number to number)

Hi, I was wondering is it possible to make variable comparison to a range of numbers in a simple way, something like if X is not equal to 16 to 20 (which are 16,17,18,19,20) then do something. Would be so nice :D
by brozenadenzen
Wed Apr 18, 2012 12:33 am
Forum: Support and Development
Topic: Logo
Replies: 3
Views: 3498

Re: Logo

There it is the frame, and a sample image. I was wondering is it possible that on a loading screen just the horse to be displayed, no background, no frame, no nothing, just the horse.
by brozenadenzen
Tue Apr 17, 2012 11:59 pm
Forum: Support and Development
Topic: Logo
Replies: 3
Views: 3498

Logo

Hi, I actually didn't know how to name this topic. My question is is there a way for me to make love2d display my logo (something like a symbol) at the beginning of my game without the love2d frame. Something like a fade-in fade-out effect of only a figure/symbol. I can't really give links to exampl...
by brozenadenzen
Sat Apr 14, 2012 6:41 pm
Forum: Support and Development
Topic: Tiles-based questions
Replies: 1
Views: 1394

Tiles-based questions

Hi, first I want to say that I am total beginner at this. Second, this might be a bit too much for a single question but any tips and advice are welcomed. So I want to create this RPG side-scroll game, something like Mario but a bit more expanded. I am having trouble understanding from where to begi...
by brozenadenzen
Tue Apr 10, 2012 10:14 am
Forum: Support and Development
Topic: Side-scroller camera
Replies: 2
Views: 2687

Side-scroller camera

Hi, I am sure there are other topics like that, but I want to ask how to create a camera for a side-scroll type of game (like Mario for example). I intend to make my character to be in the middle horizontally, and the camera to be pinned on him, so when he moves my camera moves. Any tips of what I s...
by brozenadenzen
Tue Mar 13, 2012 9:04 am
Forum: Support and Development
Topic: Sound issues
Replies: 2
Views: 1732

Re: Sound issues

A bit funny, but I did that just 1 second before reading your reply, and it worked :) Though the quality of the sound kind of dropped. I might use different background music anyways, never really liked that one to begin with :)
by brozenadenzen
Tue Mar 13, 2012 8:47 am
Forum: Support and Development
Topic: Sound issues
Replies: 2
Views: 1732

Sound issues

Hi, I have a problem with my sound and was hoping you guys can offer some help. I want when I click a button in my main game menu a sound "click" to be played. I have a background music already playing. I am using TEsound for both. For some reason when I click the button the sound plays bu...