Search found 45 matches

by ixjackinthebox
Fri Dec 14, 2012 8:34 pm
Forum: Support and Development
Topic: Jumping not working well
Replies: 6
Views: 4055

Jumping not working well

Well when I press space bar sometimes the player does not jump but sometimes he does
and is there a better way to make the player jump.
by ixjackinthebox
Wed Dec 12, 2012 3:11 pm
Forum: Support and Development
Topic: Turn based game?
Replies: 3
Views: 2728

Turn based game?

How would I go about making my game update on the press of a button or some other event?
by ixjackinthebox
Tue Dec 11, 2012 2:20 pm
Forum: Support and Development
Topic: Check if player is touching
Replies: 3
Views: 2478

Check if player is touching

How can I check if a body is in contact with others?
by ixjackinthebox
Sat Dec 08, 2012 11:04 am
Forum: Support and Development
Topic: Why is this not working?
Replies: 5
Views: 3228

Re: Why is this not working?

Ok so I used Body:applyForce to try to make the player move but it does not seem to do anything.
by ixjackinthebox
Sat Dec 08, 2012 10:22 am
Forum: Support and Development
Topic: Why is this not working?
Replies: 5
Views: 3228

Re: Why is this not working?

Thanks for that
I saw the warning but I am not trying to make a game just learn love.physics
by ixjackinthebox
Fri Dec 07, 2012 1:12 pm
Forum: Support and Development
Topic: Why is this not working?
Replies: 5
Views: 3228

Why is this not working?

Why is the physics not working in this (I am not good with love physics) please help main require "Code/GameCode" require "Levels/Level" GameCode --PlayersHealth = 100 local Move = 2.2 function love.update(dt) World:update(dt) -----------------------------------------------------...
by ixjackinthebox
Wed Dec 05, 2012 11:14 pm
Forum: Support and Development
Topic: Need some help with physics
Replies: 4
Views: 1363

Re: Need some help with physics

Thanks for that I understand it better now
by ixjackinthebox
Wed Dec 05, 2012 3:17 pm
Forum: Support and Development
Topic: Need some help with physics
Replies: 4
Views: 1363

Re: Need some help with physics

Can you tell me why this is not drawing function love.load() love.graphics.setBackgroundColor( 104, 136, 248 ) love.physics.setMeter( 2 ) World = love.physics.newWorld( 0, 10, true) groundB = love.physics.newBody( World, 400, 700, "static") groundS = love.physics.newRectangleShape( 800, 50...
by ixjackinthebox
Wed Dec 05, 2012 2:06 pm
Forum: Support and Development
Topic: Need some help with physics
Replies: 4
Views: 1363

Re: Need some help with physics

I have tried this tutorial https://love2d.org/wiki/Tutorial:Physics
But I don't really understand love physics are there any other tutorials
by ixjackinthebox
Wed Dec 05, 2012 12:20 pm
Forum: Support and Development
Topic: Can you use ATL in commercial games?
Replies: 1
Views: 1043

Can you use ATL in commercial games?

Can you use Advanced Tiled Loader (ATL) in commercial games?