Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How do I code my own geometry dash?
- ZeynatScratch12
-
10 posts
How do I code my own geometry dash?
I want to try to make my own levels in geometry dash, because I downloaded APK's to create levels, and they couldn't open. I want to know how to use a bunch of blocks:
Clone blocks
When I receive “…”
Start a clone of “…”
My blocks (defined and undefined)
And other blocks for GD
And I also want to know how could I:
Make a moving background (and use fewer sprites)
Make blocks possible to jump on
Make spikes restart the level
Create gravity
I'm planning on making very hard and very easy levels
Clone blocks
When I receive “…”
Start a clone of “…”
My blocks (defined and undefined)
And other blocks for GD
And I also want to know how could I:
Make a moving background (and use fewer sprites)
Make blocks possible to jump on
Make spikes restart the level
Create gravity
I'm planning on making very hard and very easy levels
- Ham19-01-2011
-
1000+ posts
How do I code my own geometry dash?
I can help you with your blocks.

When I receivewhen I receive [ v]If you want to know about this, you'll need to know about broadcast blocks. Broadcast blocks basically send out a message to all sprites, so when it is broadcasted, the ‘when I receive’ block is activated and the code under it is run.
Create clone of myselfcreate clone of [myself v]This block creates a clone of the sprite (as the name suggests)
When I start as a clonewhen I start as a cloneThis block tells the clone(s) what to do when they've been created.
My BlocksHope this helps!
You can create one by clicking ‘create a block’. You can name it, put in some input boxes (for booleans or numbers or letters) and label them.
e.g.define move to x: (x) y:(y)Under the define block you can put in what you want your block to run and use your input blocks, like this:
define check if <key pressed>define check if <key pressed>
if <key pressed> then
...
end
If you want to run it, then do this:when green flag clickedThe blocks are a bit confusing, just experiment!
check if <key [UP v] pressed?>

- bluedragon8633
-
1000+ posts
How do I code my own geometry dash?
You can't open APKs with Scratch. You'll have to manually create the levels by using strings of characters to render a grid of objects.
- ZeynatScratch12
-
10 posts
How do I code my own geometry dash?
I meant APK downloads, not in scratch. I also downloaded BlueStacks and it didn't open, I COULDN'T EVEN REPORT. I downloaded free downloads and it just pointed out “Error 404,” I think I just need to spend hours coding by myself anyways. Thx for your help everyone!
(I kind of understood nothing from the blocks lol)
(I kind of understood nothing from the blocks lol)
- GirlFromTheGalaxys57
-
16 posts
How do I code my own geometry dash?
idk but there are tutorials on yt
- ow555
-
3 posts
How do I code my own geometry dash?
For geometry dash, u can make a variable. {variable= 1 or -1} 1 is going backwards and -1 is going forwards like normal. u can put change x by Variable. this makes it so if u have mirror portals, u can change the direction of the movement! hope i helped!
- ow555
-
3 posts
How do I code my own geometry dash?
GRAVITY! AH YES GRAVITY I WILL TOTALLY HELP! I LOVE GRAVITY!!!! ok. so u can
make a variable for y. lets call it gravity!
when green flag clicked,
forever,
change y by (gravity)
change gravity by -1
done!
ok. how this works is that each tick, u r changing gravity by -1. got it? so the (change x by gravity) is going down faster and faster! because the variable is changing the amount that it goes down. I REALLY HOPE I HELPED. I explained suprisingly well but its ok u dont get it
make a variable for y. lets call it gravity!
when green flag clicked,
forever,
change y by (gravity)
change gravity by -1
done!
ok. how this works is that each tick, u r changing gravity by -1. got it? so the (change x by gravity) is going down faster and faster! because the variable is changing the amount that it goes down. I REALLY HOPE I HELPED. I explained suprisingly well but its ok u dont get it
- paopao2558
-
3 posts
How do I code my own geometry dash?
Idk
Last edited by paopao2558 (Jan. 12, 2024 15:41:47)
- Progameergast
-
7 posts
How do I code my own geometry dash?
Just go look at some of griffpatch's videos.
Hes got like, 15 of them.
Hes got like, 15 of them.
- alebro6DW
-
100+ posts
How do I code my own geometry dash?
or just remix one
idk but there are tutorials on yt
For geometry dash, u can make a variable. {variable= 1 or -1} 1 is going backwards and -1 is going forwards like normal. u can put change x by Variable. this makes it so if u have mirror portals, u can change the direction of the movement! hope i helped!
GRAVITY! AH YES GRAVITY I WILL TOTALLY HELP! I LOVE GRAVITY!!!! ok. so u can
make a variable for y. lets call it gravity!
when green flag clicked,
forever,
change y by (gravity)
change gravity by -1
done!
ok. how this works is that each tick, u r changing gravity by -1. got it? so the (change x by gravity) is going down faster and faster! because the variable is changing the amount that it goes down. I REALLY HOPE I HELPED. I explained suprisingly well but its ok u dont get it
Idk
when green flag clicked()
This is from November 2021. Please check the date of topics. Just go look at some of griffpatch's videos.
Hes got like, 15 of them.
And, paopao2558, that is nothing to do with this topic.
- miale6a
-
1 post
How do I code my own geometry dash?
Hello hehehehheehhehehehehehehehhehehehehheheheh
- electric_wires_2464
-
2 posts
How do I code my own geometry dash?
go see griffpatch vids IDK
- kyla-2013
-
9 posts
How do I code my own geometry dash?
press copy and paste on the geomtry dash game than get arrested for copyrighting
- NeonG4
-
1000+ posts
How do I code my own geometry dash?
press copy and paste on the geomtry dash game than get arrested for copyrighting
Please don't necropost. go see griffpatch vids
Necroposting is the act of posting on a topic which is unrelated, or has not been posted on for a long time.
If you have a question, please create a new subforum for it.
- Discussion Forums
- » Help with Scripts
-
» How do I code my own geometry dash?