Discuss Scratch

billybob_BE
Scratcher
16 posts

I can't code Geometry Dash' Dashorbs on Scratch

I can't code Geometry Dash' Dashorbs on Scratch
Raymond852
Scratcher
71 posts

I can't code Geometry Dash' Dashorbs on Scratch

Well I guess that's objective. Could you give a little more information on how exactly the code is organized and sequenced?
billybob_BE
Scratcher
16 posts

I can't code Geometry Dash' Dashorbs on Scratch

Raymond852 wrote:

Well I guess that's objective. Could you give a little more information on how exactly the code is organized and sequenced?
So i need blocks to make it but i don't rlly know how i should use the blocks for the game
JoeyjJoe
Scratcher
100+ posts

I can't code Geometry Dash' Dashorbs on Scratch

I don't know what dash orbs are, but assuming they increase the speed, use this script

when green flag clicked
set [speed v] to [insert value here]
forever
if <touching [Dashorbv] ?> then
set [speedv] to ((speed) * (you can choose your own value))
end
end
billybob_BE
Scratcher
16 posts

I can't code Geometry Dash' Dashorbs on Scratch

JoeyjJoe wrote:

I don't know what dash orbs are, but assuming they increase the speed, use this script

when green flag clicked
set [speed v] to [insert value here]
forever
if <touching [Dashorbv] ?> then
set [speedv] to ((speed) * (you can choose your own value))
end
end
Thx man
billybob_BE
Scratcher
16 posts

I can't code Geometry Dash' Dashorbs on Scratch

JoeyjJoe wrote:

I don't know what dash orbs are, but assuming they increase the speed, use this script

when green flag clicked
set [speed v] to [insert value here]
forever
if <touching [Dashorbv] ?> then
set [speedv] to ((speed) * (you can choose your own value))
end
end
But what is speed v
JoeyjJoe
Scratcher
100+ posts

I can't code Geometry Dash' Dashorbs on Scratch

billybob_BE wrote:

JoeyjJoe wrote:

I don't know what dash orbs are, but assuming they increase the speed, use this script

when green flag clicked
set [speed v] to [insert value here]
forever
if <touching [Dashorbv] ?> then
set [speedv] to ((speed) * (you can choose your own value))
end
end
But what is speed v
it was just a typo

Powered by DjangoBB