ZeldariaLvl 41
hmmm interesting
hmmm interesting
also for some reason the y is broken
it won't let me place the player on the 'ground' group thing
It won't let me move the player sprite past (code-wise, not visual wise) y 350 without it breaking and putting it at like Y 418 or something
AND IT JUST STAYS AT Y 300 WHEN I TEST IT UGH
link?
yeah here it is:
https://studio.code.org/projects/gamelab/xCUhu-ALvfKcR0s6MkrkS2URAQWqtzVXead75o5RHsI
and if I can't get the player to touch the ground group thing IT WILL BREAK THE JUMP
Whoa whoa whoa
???
what is going on there? He do be flying tho. You need to bring velocity into effect. he keeps going up. So using velocity and making it go up and then go down in an arch like way should work. hold on let me find my code for jumping right quick
giggles it is hilarious to watch him fly out of sight
soon Ima make the player look better but for now I need to work on the coding portion
I gotta get my black vs red code. hold on. Also what type of game are you doing anyway?
Platformer
Zeldaria
ok so I do agree with internecion about the velocity.
basically, you have a constant
player.velocityY += 0.1(or some other number);
and then
if(player.isTouching(ground)&&keyDown('up')){
player.velocityY = -5(or some other negative number);
}
nice a zeldaria can you hold the fort. I will expain everything I promise
Ok?
thank you. just hear me out after all of this. you have been already. i am so greatful for that
But um how do I fix the LOCATION bug?!
If I could get the player to touch the ground well then I COULD DEBUG THE JUMP BETTER IF IT NEEDED DEBUGGING!
I appreciate you guys trying to help me with the jump bug thing but that wasn't what I asked for and I would appreciate it if I could get some help with what I actually needed help with, not with the jumping (which I can debug in due time)
... * waits for something to happen *
Your problem is the while loop, you do not need it, the CDO collision should take care of it
wow anyway I am back and ready for action! how are you doing zeldaria? I think that I just had probably the worst day at school in this entire school year but so far I am doing fine!
ok but what about fixing the position glitch? How do I get the player to go PAST Y 300 without it breaking??