INTERNECIONLvl 62
- Android
It's another discussion I made. About code.org should make a new mode
It's another discussion I made. About code.org should make a new mode
@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
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
bruh clickers are easy to make
person but this one is special. You'll see
yall dont know how to make links, click the share button and it will actually work
MonsterYT_DaGamer THANK YOU SOOOO MUCH
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
like, my man, how do you even read this? https://imgur.com/a/urHks6R
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_DaGamer ok i didnt mean to be rude by calling it crappy, its more scuffed but you can still see where im coming from