Discuss Scratch

EpicCoder733
Scratcher
3 posts

Make a Geometry Dash Game

If you have heard of geometry dash CODE THE GAME
arman516
Scratcher
500+ posts

Make a Geometry Dash Game

Ive seen my friends play it, that would be very complicated indeed, but if someone is up to the challenge!


Scratch is programming, Programming is math, Math makes you smart, Being smart is good, and being good is great!


Links!
l Community Guidlines l Advertise Here l Need Help? l Create A Project! l Recent Featured Project By applepiesleth l This link doesn't actually do anything… l ¿Hablas español? l Discuss Your Goals On Scratch! I



bluestripeoficeclan
Scratcher
3 posts

Make a Geometry Dash Game

OMG I PLAY IT IT IS DA BEST GAME EVER I LITERALLY PLAY IT LIKE EVERY DAY

Slytherin Griffindor
Chronos60
Scratcher
77 posts

Make a Geometry Dash Game

It's awesome I just recently beat electodynamix - ONTO THE DEMONS : D
cloneface
Scratcher
1 post

Make a Geometry Dash Game

Zappy1333
Scratcher
100+ posts

Make a Geometry Dash Game

Zarlog
Scratcher
100+ posts

Make a Geometry Dash Game

EpicCoder733 wrote:

If you have heard of geometry dash CODE THE GAME
Relax, I am already working on making a scratch version of the game. I don't know when it will be done, though.
Chronos60
Scratcher
77 posts

Make a Geometry Dash Game

Zarlog wrote:

EpicCoder733 wrote:

If you have heard of geometry dash CODE THE GAME
Relax, I am already working on making a scratch version of the game. I don't know when it will be done, though.

Yes.
Do that.
Do that now.

It'll be the greatest thing since sliced bread : D
fiby8703
Scratcher
16 posts

Make a Geometry Dash Game

Chronos60 wrote:

Zarlog wrote:

EpicCoder733 wrote:

If you have heard of geometry dash CODE THE GAME
Relax, I am already working on making a scratch version of the game. I don't know when it will be done, though.

Yes.
Do that.
Do that now.

It'll be the greatest thing since sliced bread : D

sliced bread!?!?!?!? that must be good!
Zarlog
Scratcher
100+ posts

Make a Geometry Dash Game

The only problem is that I have ran into a wall, and I can't seem to find a way around it. I have asked for help in the froums, but no one has responded. Hopefully I will still be able to make the game. It will actually be called “Scratch dash”, it will have multiple levels such as Scratchblock Madness and Gobo's revenge… But it will still be a lot like geometry dash.
Chronos60
Scratcher
77 posts

Make a Geometry Dash Game

Zarlog wrote:

The only problem is that I have ran into a wall, and I can't seem to find a way around it. I have asked for help in the froums, but no one has responded. Hopefully I will still be able to make the game. It will actually be called “Scratch dash”, it will have multiple levels such as Scratchblock Madness and Gobo's revenge… But it will still be a lot like geometry dash.

Explain. If I can't help, I'll find someone who can
Zarlog
Scratcher
100+ posts

Make a Geometry Dash Game

Chronos60 wrote:

Zarlog wrote:

The only problem is that I have ran into a wall, and I can't seem to find a way around it. I have asked for help in the froums, but no one has responded. Hopefully I will still be able to make the game. It will actually be called “Scratch dash”, it will have multiple levels such as Scratchblock Madness and Gobo's revenge… But it will still be a lot like geometry dash.

Explain. If I can't help, I'll find someone who can
Here is a thread about the issue:
https://scratch.mit.edu/discuss/topic/187178/?page=1#post-1839044
Chronos60
Scratcher
77 posts

Make a Geometry Dash Game

I've actually worked out the music side of things.

You have a bit of code that goes as follows:

when green flag clicked
set volume to (100) %
forever

if <(Sound) = [1 ]> then
repeat (100)
change volume by (-10)
end


end

end

When you need something more like

when green flag clicked
forever

set volume to (100) %
if <(Sound) = [1 ]> then
repeat (10)
change volume by (-10)
end




end

end

To reset the sound.

Side note: I didn't have the other bug you talked about
Chronos60
Scratcher
77 posts

Make a Geometry Dash Game

Zarlog wrote:

Chronos60 wrote:

Zarlog wrote:

The only problem is that I have ran into a wall, and I can't seem to find a way around it. I have asked for help in the froums, but no one has responded. Hopefully I will still be able to make the game. It will actually be called “Scratch dash”, it will have multiple levels such as Scratchblock Madness and Gobo's revenge… But it will still be a lot like geometry dash.

Explain. If I can't help, I'll find someone who can
Here is a thread about the issue:
https://scratch.mit.edu/discuss/topic/187178/?page=1#post-1839044

Chronos60 wrote:

I've actually worked out the music side of things.

You have a bit of code that goes as follows:

when green flag clicked
set volume to (100) %
forever

if <(Sound) = [1 ]> then
repeat (100)
change volume by (-10)
end


end

end

When you need something more like

when green flag clicked
forever

set volume to (100) %
if <(Sound) = [1 ]> then
repeat (10)
change volume by (-10)
end




end

end

To reset the sound.

Side note: I didn't have the other bug you talked about

Let me know if this helps
Zarlog
Scratcher
100+ posts

Make a Geometry Dash Game

Chronos60 wrote:

Zarlog wrote:

Chronos60 wrote:

Zarlog wrote:

The only problem is that I have ran into a wall, and I can't seem to find a way around it. I have asked for help in the froums, but no one has responded. Hopefully I will still be able to make the game. It will actually be called “Scratch dash”, it will have multiple levels such as Scratchblock Madness and Gobo's revenge… But it will still be a lot like geometry dash.

Explain. If I can't help, I'll find someone who can
Here is a thread about the issue:
https://scratch.mit.edu/discuss/topic/187178/?page=1#post-1839044

Chronos60 wrote:

I've actually worked out the music side of things.

You have a bit of code that goes as follows:

when green flag clicked
set volume to (100) %
forever

if <(Sound) = [1 ]> then
repeat (100)
change volume by (-10)
end


end

end

When you need something more like

when green flag clicked
forever

set volume to (100) %
if <(Sound) = [1 ]> then
repeat (10)
change volume by (-10)
end




end

end

To reset the sound.

Side note: I didn't have the other bug you talked about

Let me know if this helps
Thanks, that fixed it.
Zarlog
Scratcher
100+ posts

Make a Geometry Dash Game

Now that everything is going smoothly I might share a preview (one level but would show what the game will be like) before it's done. The whole game might be done sometime at the end of March or at the beginning of April.
chris277
Scratcher
3 posts

Make a Geometry Dash Game

_Comicfan_
Scratcher
1000+ posts

Make a Geometry Dash Game

D_I_A_V_I_O made a Geometry Dash too!

Comicfan



Zarlog
Scratcher
100+ posts

Make a Geometry Dash Game

I am currently taking a break from making the game but it is almost done and I will start again soon.
chris277
Scratcher
3 posts

Make a Geometry Dash Game

Chronos60 wrote:

It's awesome I just recently beat electodynamix - ONTO THE DEMONS : D

Powered by DjangoBB