Search found 11 matches

by ArterianGames
Sat May 02, 2015 8:59 am
Forum: Support and Development
Topic: Platformer Jump Help
Replies: 15
Views: 5779

Re: Platformer Jump Help

THANK YOU SO MUCH! THIS GUY SHOULD BE A MOD!

#Promote
by ArterianGames
Fri May 01, 2015 7:04 pm
Forum: Support and Development
Topic: Platformer Jump Help
Replies: 15
Views: 5779

Re: Platformer Jump Help

Hope it works now...
by ArterianGames
Fri May 01, 2015 7:01 pm
Forum: Support and Development
Topic: Platformer Jump Help
Replies: 15
Views: 5779

Re: Platformer Jump Help

Oh ok ;) I'll try to do it with zip then I quess? :D
by ArterianGames
Fri May 01, 2015 6:43 pm
Forum: Support and Development
Topic: Platformer Jump Help
Replies: 15
Views: 5779

Re: Platformer Jump Help

Can I just simply send you rar? xD
by ArterianGames
Fri May 01, 2015 4:21 pm
Forum: Support and Development
Topic: Platformer Jump Help
Replies: 15
Views: 5779

Re: Platformer Jump Help

Emm... I think this is it? :D

Edit: Forgot to put the image in it :S
by ArterianGames
Fri May 01, 2015 9:56 am
Forum: Support and Development
Topic: Platformer Jump Help
Replies: 15
Views: 5779

Re: Platformer Jump Help

Yeah okay... I did that already, but how to make jump smoother?

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
Now it just teleport the player player.ms up...
by ArterianGames
Fri May 01, 2015 8:36 am
Forum: Support and Development
Topic: Platformer Jump Help
Replies: 15
Views: 5779

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?
by ArterianGames
Thu Apr 30, 2015 8:41 pm
Forum: Support and Development
Topic: Platformer Jump Help
Replies: 15
Views: 5779

Re: Platformer Jump Help

This would be good, if I understood anything... I need a simple gravity and jump thing :D
by ArterianGames
Thu Apr 30, 2015 7:56 pm
Forum: Support and Development
Topic: Platformer Jump Help
Replies: 15
Views: 5779

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...
by ArterianGames
Wed Apr 29, 2015 6:10 am
Forum: Support and Development
Topic: Random Generated World
Replies: 3
Views: 2337

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? :D