Discuss Scratch

shaleensscratch
Scratcher
9 posts

how to increase speed of a bouncing ball

How do you increase speed of a bouncing ball???!!!
amylaser
Scratcher
500+ posts

how to increase speed of a bouncing ball

Can you show us the scripts you have right now? (Share the project and post a link?) The answers will vary depending on how your ball is currently coded to act.
wookie184
Scratcher
100+ posts

how to increase speed of a bouncing ball

i don't know what script you are using but try making the
 move () steps 
blocks inside bigger if you have one
gems89
Scratcher
1000+ posts

how to increase speed of a bouncing ball

We dont know very much considering you did not give us enough information.
But here is one

when green flag clicked
forever
if on edge, bounce
change [Bounce] by (By your choice)


end
end

when green flag clicked
forever
move (Bounce) steps
end
Serperior1700
Scratcher
100+ posts

how to increase speed of a bouncing ball

when green flag clicked
set [Speed v] to [1]
point in direction (pick random (1) to (360))
forever
move (Speed) steps
change [Speed v] by (0.1)
if on edge, bounce
end
There you have it!

Last edited by Serperior1700 (Dec. 16, 2016 19:10:52)

asivi
Scratcher
1000+ posts

how to increase speed of a bouncing ball

shaleensscratch wrote:

How do you increase speed of a bouncing ball???!!!
What speed, up-down left-right?
How you are moving it?
Share the project if you really want to obtain some help.
nickeljorn
Scratcher
1000+ posts

how to increase speed of a bouncing ball

shaleensscratch wrote:

How do you increase speed of a bouncing ball???!!!

change x by (speed)
change [speed v] by (1)
blaze2606
Scratcher
19 posts

how to increase speed of a bouncing ball

when green flag clicked
forever
if <touching [whatever v] ?> then
change [variable v] by (any value)
move (variable) steps
end
shaleensscratch
Scratcher
9 posts

how to increase speed of a bouncing ball

I dont care bout it anymore
ansh4c3
Scratcher
1 post

how to increase speed of a bouncing ball

How do you decrease the speed of a ball in scratch and keep it at that speed?
deck26
Scratcher
1000+ posts

how to increase speed of a bouncing ball

ansh4c3 wrote:

How do you decrease the speed of a ball in scratch and keep it at that speed?
Please create your own topic rather than necroposting.

Powered by DjangoBB