LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

End of 2017 Programming Contest

Root / Site Discussion / [.]

haloopdyCreated:
also what do you mean
[it's sometimes glitchy but that's because it's a BGGET collision
that makes no sense.. well unless im misunderstanding you lol.
I mean that with BGGET collision you can sometimes get into the wall and be stuck there. This is not the case, you can partly get there, but you can get out by jumping or when you're jumping from sides on the white platforms you can get there again partly but the only thing that's wrong with it is that it looks a little weird but who cares? I don't. Btw every BGGET collision bug happens only on the white platforms. Hope you understand it now lol

also what do you mean
[it's sometimes glitchy but that's because it's a BGGET collision
that makes no sense.. well unless im misunderstanding you lol.
I mean that with BGGET collision you can sometimes get into the wall and be stuck there. This is not the case, you can partly get there, but you can get out by jumping or when you're jumping from sides on the white platforms you can get there again partly but the only thing that's wrong with it is that it looks a little weird but who cares? I don't. Btw every BGGET collision bug happens only on the white platforms. Hope you understand it now lol
well that has nothing to do with the command, thats probably just because the collision code isnt perfect lol, there are many ways to make it better just i dont know many of them lol. anyways but yeah just to clear that up, BGGET checks if you are touching the bg tile, if you are then the code you have stops the player from various sides, if you were to accidentally get in it, it will push you in all directions making you stuck (another reason my latest test is to make it push you up and out when that happens) anyways- i wish i could help with the jumping but i still dont fully understand it, i would need a visual thing to see what you mean.

Here's a screenshot of the complete HUD when playing:

im back! did you miss me?probably not...

anyways- i wish i could help with the jumping but i still dont fully understand it, i would need a visual thing to see what you mean.
I know how to make a smooth jump, but i don't want to, i want to make him jump as long as you're pressing the button. I'm more confused with the GCIRCLE because i don't have any GLCS in my code

And i actually need help with jumping. How do i change the sprite while jumping depending on the side i'm going?

And i actually need help with jumping. How do i change the sprite while jumping depending on the side i'm going?
check if the X value you're using to move left/right is positive or negative.

I'M BACK! Did ya miss me? i mean...remove kebab
I know how to make a smooth jump, but i don't want to, i want to make him jump as long as you're pressing the button. I'm more confused with the GCIRCLE because i don't have any GLCS in my code
And i actually need help with jumping. How do i change the sprite while jumping depending on the side i'm going?
stop double posting Trivia:this is my 100th forum post

Trivia:this is my 100th forum post
Really? Nice!
And i actually need help with jumping. How do i change the sprite while jumping depending on the side i'm going?
If you're using the d-pad you can check which button is used. If your using a circle pad you'll have to check if it returns a +/- x/y value.

remove kebab
Really? Nice!
And i actually need help with jumping. How do i change the sprite while jumping depending on the side i'm going?
If you're using the d-pad you can check which button is used. If your using a circle pad you'll have to check if it returns a +/- x/y value.
Cool! A-A-AWESOME!

yet again i changed what im making.

check if the X value you're using to move left/right is positive or negative.
If you're using the d-pad you can check which button is used. If your using a circle pad you'll have to check if it returns a +/- x/y value.
Yeah i get it now

Map/Level select lol

Map/Level select lol
Try adding different terrain things like beaches and trees and maybe a cliff somewhere.

Map/Level select lol
Try adding different terrain things like beaches and trees and maybe a cliff somewhere.
there are trees, but the other things would be cool.

Very good looking

Map/Level select lol
Try adding different terrain things like beaches and trees and maybe a cliff somewhere.
there are trees, but the other things would be cool.
I'll maybe add something later
Very good looking
Thanks

I've got some problems with importing some of RWIIUG's songs. When i set 2 of his songs with
BGMSETD 204,@BGM77
BGMSETD 154,@BGMSET27
It shows this error And i don't know what that means... And how to fix it EDIT: Oh, hey... I fixed it, time to move on

I've got some problems with importing some of RWIIUG's songs. When i set 2 of his songs with
BGMSETD 204,@BGM77
BGMSETD 154,@BGMSET27
It shows this error And i don't know what that means... And how to fix it EDIT: Oh, hey... I fixed it, time to move on
The way I was told to fix that is just by adding DATA 0 as the last line for every @BGM77 etc. but it looks like you already figured that out.

I've got some problems with importing some of RWIIUG's songs. When i set 2 of his songs with
BGMSETD 204,@BGM77
BGMSETD 154,@BGMSET27
It shows this error And i don't know what that means... And how to fix it EDIT: Oh, hey... I fixed it, time to move on
The way I was told to fix that is just by adding DATA 0 as the last line for every @BGM77 etc. but it looks like you already figured that out.
Yes, i did. But thanks