THANK YOU SO MUCH! THIS GUY SHOULD BE A MOD!
#Promote
Search found 11 matches
- Sat May 02, 2015 8:59 am
- Forum: Support and Development
- Topic: Platformer Jump Help
- Replies: 15
- Views: 6203
- Fri May 01, 2015 7:04 pm
- Forum: Support and Development
- Topic: Platformer Jump Help
- Replies: 15
- Views: 6203
Re: Platformer Jump Help
Hope it works now...
- Fri May 01, 2015 7:01 pm
- Forum: Support and Development
- Topic: Platformer Jump Help
- Replies: 15
- Views: 6203
Re: Platformer Jump Help
Oh ok I'll try to do it with zip then I quess?
- Fri May 01, 2015 6:43 pm
- Forum: Support and Development
- Topic: Platformer Jump Help
- Replies: 15
- Views: 6203
Re: Platformer Jump Help
Can I just simply send you rar? xD
- Fri May 01, 2015 4:21 pm
- Forum: Support and Development
- Topic: Platformer Jump Help
- Replies: 15
- Views: 6203
Re: Platformer Jump Help
Emm... I think this is it?
Edit: Forgot to put the image in it :S
Edit: Forgot to put the image in it :S
- Fri May 01, 2015 9:56 am
- Forum: Support and Development
- Topic: Platformer Jump Help
- Replies: 15
- Views: 6203
Re: Platformer Jump Help
Yeah okay... I did that already, but how to make jump smoother?
Now it just teleport the player player.ms up...
Code: Select all
function player.controls(dt)
if player.canjump and isDown("w") and
player.yv < 5 then
player.yv = -player.ms
player.canjump = false
end
end
- Fri May 01, 2015 8:36 am
- Forum: Support and Development
- Topic: Platformer Jump Help
- Replies: 15
- Views: 6203
Re: Platformer Jump Help
Thank you Robin for the reply It helped a lot! But now if I jump he's just teleports (jumpHeight amount) up, and then down... I would like to make it more smooth... Any suggestions?
- Thu Apr 30, 2015 8:41 pm
- Forum: Support and Development
- Topic: Platformer Jump Help
- Replies: 15
- Views: 6203
Re: Platformer Jump Help
This would be good, if I understood anything... I need a simple gravity and jump thing
- Thu Apr 30, 2015 7:56 pm
- Forum: Support and Development
- Topic: Platformer Jump Help
- Replies: 15
- Views: 6203
Platformer Jump Help
Hey ;) Im working on a platformer and I need some help with jumping... How can I make it so I cant fly with it.... function player.controls(dt) if isDown("w") and player.yv < 5 then player.yv = -player.ms end end function player.physics(dt) if player.y < groundLevel then player.yv = player...
- Wed Apr 29, 2015 6:10 am
- Forum: Support and Development
- Topic: Random Generated World
- Replies: 3
- Views: 2472
Re: Random Generated World
BigBadBeee, I didn't really do anything yet, I just made the simple functions, window, and a player image... I don't even know how to use the tiles... Anybody I could add on skype for help? pls?