Search found 32 matches
- Mon Feb 06, 2017 8:14 pm
- Forum: Support and Development
- Topic: slide effect
- Replies: 2
- Views: 2893
slide effect
when it comes to making a game more realistic, I suck. I created a jump and move effect with the player, the only thing is when the player stops moving and you take your hand of the key to move him it is a very abrupt stop. I want to create an effect for the player to be able to slide a couple pixel...
- Sun Aug 10, 2014 4:33 am
- Forum: Support and Development
- Topic: Space bar won't work
- Replies: 2
- Views: 2383
Space bar won't work
Whenever I run the game I'm working on at random points the jump button won't work. I can't find the reason for this in the code. Please help!
- Thu Jul 31, 2014 4:40 pm
- Forum: Support and Development
- Topic: Falling
- Replies: 3
- Views: 2834
Re: Falling
Thank you so much!
- Fri Jul 25, 2014 3:37 am
- Forum: Support and Development
- Topic: Falling
- Replies: 3
- Views: 2834
Falling
I've had many problems with jumping and gravity. I've been working on this project for not too long and I am having problems with gravity, I believe it is in the loop but I can't figure it out Please help!
- Sat Jul 05, 2014 6:19 pm
- Forum: Support and Development
- Topic: trippy jumping
- Replies: 5
- Views: 3592
Re: trippy jumping
I attempted to fix the jumping by taking code from an old project and tweaking it. I did something wrong with the for loop I believe but I can't figure out what. Please help!
- Wed Jun 25, 2014 10:08 pm
- Forum: Support and Development
- Topic: trippy jumping
- Replies: 5
- Views: 3592
Re: trippy jumping
The code didn't work :( Would posting the entire code help? require "external" block = {} player = {} local collision = false jump = true moveleft = true moveright = true --load the images background_img = love.graphics.newImage("textures/photo.png") block_img = love.graphics.new...
- Sat Jun 21, 2014 5:32 pm
- Forum: Support and Development
- Topic: trippy jumping
- Replies: 5
- Views: 3592
trippy jumping
I'm new to using love and made a post on this forum just yesterday for the same project. In my new project I attempted to create jumping, but I don't really understand loves physics. At all. The player teleports 190 pixels up, and slowly falls and it looks very unrealistic. Please help! jump = true ...
- Sat Jun 21, 2014 12:33 am
- Forum: Support and Development
- Topic: floor not working
- Replies: 7
- Views: 4761
Re: floor not working
Thank you so much!
- Fri Jun 20, 2014 11:49 pm
- Forum: Support and Development
- Topic: floor not working
- Replies: 7
- Views: 4761
Re: floor not working
I tried this out and the bug still isn't fixed. Maybe I'm placing the lines of code you gave me in the wrong spot? block = {} player = {} local collision = false --load the images background_img = love.graphics.newImage("textures/photo.png") block_img = love.graphics.newImage("texture...
- Fri Jun 20, 2014 11:07 pm
- Forum: Support and Development
- Topic: floor not working
- Replies: 7
- Views: 4761
Re: floor not working
I tried this code, and now the players y axis doesn't change at all