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

MML Problem.

Root / Programming Questions / [.]

Jacklack3Created:
So im trying to fix a problem in a super mario maker clone. Whenever you jump it plays mulible jump MML sounds at the same time, how do i fix this?

Note, it never did this before until now.

Probably, the way to fix it is to write your code so it doesn't ask the system to make multiple sounds. Without knowing more about how your code works, I can't go much further than this.

Probably, the way to fix it is to write your code so it doesn't ask the system to make multiple sounds. Without knowing more about how your code works, I can't go much further than this.
Well im editing the code, im not making a game. Another thing is most of the code is messy.

Well, as SquareFingers mentioned, it's hard to give you any advice with the information you gave us. It's just a bit too general. If you posted a section of the code you are having trouble with that would be a good start.

Well, as SquareFingers mentioned, it's hard to give you any advice with the information you gave us. It's just a bit too general. If you posted a section of the code you are having trouble with that would be a good start.
It seems it was a command that made it echo in a different program. I just restarted it and it works now.

use EFCOFF or EFCSET 0 to turn that off.

use EFCOFF or EFCSET 0 to turn that off.
This problems already fixed but thanks for the shortcut!