Search found 6 matches

by serge1peshcoff
Thu Jan 03, 2013 9:38 am
Forum: General
Topic: love.keyboard.isDown() Function
Replies: 4
Views: 3165

Re: love.keyboard.isDown() Function

Why does all the controls work except the "down"? It fezze and skips. function love.load() char1 = love.graphics.newImage("images/alpha.png") char1x = 0 char1y = 0 end function love.update() if love.keyboard.isDown("right") then char1x = char1x + 1 elseif love.keyboard...
by serge1peshcoff
Sat Oct 27, 2012 7:23 am
Forum: General
Topic: Physics question
Replies: 2
Views: 1787

Re: Physics question

Yes, it it exactly what I want! Thanks a lot!
by serge1peshcoff
Wed Oct 24, 2012 4:36 pm
Forum: General
Topic: Physics question
Replies: 2
Views: 1787

Physics question

I need to create a body, which reacting with another body. I need this body to behave like it is background (another bodies should pass through this body), but I also need body to trigger callback functions. Can I do this?
by serge1peshcoff
Tue Oct 23, 2012 5:24 pm
Forum: General
Topic: What IDE are you using?
Replies: 105
Views: 36822

Re: What IDE are you using?

I use Notepad++ and Paint.NET for drawing.
My game now has now sound, so no need for audio editor now.
by serge1peshcoff
Wed Sep 19, 2012 5:20 pm
Forum: General
Topic: [STJFPOST]Love3D
Replies: 41
Views: 9376

Re: [STJFPOST]Love3D

I don't like 3D much. It is a bit complicated and lot more harder to learn then 2D.
by serge1peshcoff
Fri Sep 14, 2012 6:15 pm
Forum: Games and Creations
Topic: Plazma Being
Replies: 121
Views: 85320

Re: Plazma Being (so far)

I think this game is VERY good, and I like it.