Discuss Scratch

ZeynatScratch12
Scratcher
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
Nom123456789012345
Scratcher
100+ posts

How do I code my own geometry dash?

IDK
Ham19-01-2011
Scratcher
1000+ posts

How do I code my own geometry dash?

I can help you with your blocks.
When I receive
when 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 myself
create clone of [myself v]
This block creates a clone of the sprite (as the name suggests)
When I start as a clone
when I start as a clone
This block tells the clone(s) what to do when they've been created.
My Blocks
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) 
define check if <key pressed>
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>
if <key pressed> then
...
end

If you want to run it, then do this:
when green flag clicked
check if <key [UP v] pressed?>
The blocks are a bit confusing, just experiment!
Hope this helps!
bluedragon8633
Scratcher
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
Scratcher
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)
_TOTTALU_uilaoaxd
New Scratcher
1 post

How do I code my own geometry dash?

or just remix one
GirlFromTheGalaxys57
Scratcher
16 posts

How do I code my own geometry dash?

idk but there are tutorials on yt
ow555
Scratcher
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
Scratcher
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
paopao2558
Scratcher
3 posts

How do I code my own geometry dash?

Idk

Last edited by paopao2558 (Jan. 12, 2024 15:41:47)

paopao2558
Scratcher
3 posts

How do I code my own geometry dash?


when green flag clicked()
Progameergast
Scratcher
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.
alebro6DW
Scratcher
100+ posts

How do I code my own geometry dash?

_TOTTALU_uilaoaxd wrote:

or just remix one

GirlFromTheGalaxys57 wrote:

idk but there are tutorials on yt

ow555 wrote:

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 wrote:

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

paopao2558 wrote:

Idk

paopao2558 wrote:

when green flag clicked()

Progameergast wrote:

Just go look at some of griffpatch's videos.
Hes got like, 15 of them.
This is from November 2021. Please check the date of topics.
And, paopao2558, that is nothing to do with this topic.
miale6a
New Scratcher
1 post

How do I code my own geometry dash?

Hello hehehehheehhehehehehehehehhehehehehheheheh
electric_wires_2464
Scratcher
2 posts

How do I code my own geometry dash?

Nom123456789012345 wrote:

IDK
go see griffpatch vids
kyla-2013
New Scratcher
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
Scratcher
1000+ posts

How do I code my own geometry dash?

kyla-2013 wrote:

press copy and paste on the geomtry dash game than get arrested for copyrighting

electric_wires_2464 wrote:

go see griffpatch vids
Please don't necropost.

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.

Powered by DjangoBB