Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » I can't code Geometry Dash' Dashorbs on 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
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
I don't know what dash orbs are, but assuming they increase the speed, use this scriptThx manwhen 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
I don't know what dash orbs are, but assuming they increase the speed, use this scriptBut what is speed vwhen 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
- JoeyjJoe
-
Scratcher
100+ posts
I can't code Geometry Dash' Dashorbs on Scratch
it was just a typoI don't know what dash orbs are, but assuming they increase the speed, use this scriptBut what is speed vwhen 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
- Discussion Forums
- » Help with Scripts
-
» I can't code Geometry Dash' Dashorbs on Scratch


