Oh yeah. Can someone help with the saving function for the weapons and walls?
Yeah sure. I’ll add all of that in the version I’m working on
Wow I haven’t been here for 3 months. This is cool.
Someone took my music out from the first version
What if each character has two different tracks, one yours, and one mine, that will be chosen randomly.
@MopishCobra75
It’s a little complicated, but it will use this:
if (random from 1 to 2 equals 1) Then
Agent 14’s Music
else
MopishCobra75’s music.
This will make each character have two different possible music selections. One from you and one from me.
You can just do
if 50% chance {...
I am fine with that, lets do it!!!
I already have my music ready to go.
Nice sunglasses and the music idea sounds cool too guys
@LcAtonal, here is my high score
Wait, we need a story for the game, the biggest game has to have story. you can’t just be going into the game like, hey you are doing this for no good reason
I think @UnderwaterAstronaut was working on it.
Yeah I was working on the story, you can see it higher in the thread
@Agent_14 here is my music
Would it be possible to upload music into makecode arcade as an extension?
No, but you can convert it into the .midi
format which you can convert into the RTTTL format which Arcade supports in an extension.
Here