I cant put sounds in my game because if i do it will loop the clicks and will give you inf clicks
Does anyone know why i cant put sound in my game without it looping everything
INTERNECIONLvl 62
- Edited
- Android
Yeah that's a small problem with code org that barely anybody has the knowledge to do. Not even me. Adding sound/music in a project in game lab is the demon mode to the baby mode of something like play lab. Idk why it does this though.
C'mon code.org help us out. THAT GIVES ME AN IDEA!!!
whats the idea?
INTERNECIONLvl 62
- Android
Newest discussion
what?
INTERNECIONLvl 62
- Android
It's another discussion I made. About code.org should make a new mode
- Edited
- Windows
@DaniDaCoder I have a simple solution.
var musicOn = false;
function draw() {
playMusic();
}
function playMusic() {
musicOn = true;
if (!musicOn) {
playSound("YOUR MUSIC HERE");
}
}
yea there thanks to colack for helping dan
- Windows
Deleted5371 Woops do this instead
@DaniDaCoder I have a simple solution.
var musicOn = false;
function draw() {
playMusic();
}
function playMusic() {
if (!musicOn) {
playSound("YOUR MUSIC HERE");
musicOn = true;
}
}
this broke the click and click counter system
MonsterYT_DaGamerLvl 8
- Windows
personLvl 62
bruh clickers are easy to make
INTERNECIONLvl 62
- Android
person but this one is special. You'll see
personLvl 62
yall dont know how to make links, click the share button and it will actually work
MonsterYT_DaGamer THANK YOU SOOOO MUCH
MonsterYT_DaGamerLvl 8
- Windows
DaniDaCoder and while ur at that, just remake the whole function draw() thing like what is that crappy formatting? even compressed formatting is easier to read than whatever you call that XD
MonsterYT_DaGamerLvl 8
- Edited
- Windows
like, my man, how do you even read this? https://imgur.com/a/urHks6R
MonsterYT_DaGamerLvl 8
- Windows
oh yeah and you can change the sound to something else. i recommend "sound://category_hits/puzzle_game_button_02.mp3" or you could upload ur own sound(s)
MonsterYT_DaGamerLvl 8
- Windows
MonsterYT_DaGamer ok i didnt mean to be rude by calling it crappy, its more scuffed but you can still see where im coming from