Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » how to increase speed of a bouncing ball
- 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 () stepsblocks 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
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 clickedThere you have it!
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
Last edited by Serperior1700 (Dec. 16, 2016 19:10:52)
- asivi
-
Scratcher
1000+ posts
how to increase speed of a bouncing ball
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
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
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.
- Discussion Forums
- » Help with Scripts
-
» how to increase speed of a bouncing ball









