Discuss Scratch
- Discussion Forums
- » Suggestions
- » "bounce" motion block.
- Contest101-test
-
78 posts
"bounce" motion block.
bounce
useful for bouncing off sprites, sports, etc.
- AonymousProfessor
-
100+ posts
"bounce" motion block.
So… What would the following script do? (If it was the only script in the only sprite in the project)
when gf clickedAnd, how would it detect what other stuff you want it to bounce off of? It wouldn't be able to read your mind…
forever
bounce :: motion
end
- Contest101-test
-
78 posts
"bounce" motion block.
So… What would the following script do? (If it was the only script in the only sprite in the project)when gf clickedAnd, how would it detect what other stuff you want it to bounce off of? It wouldn't be able to read your mind…
forever
bounce :: motion
end
Forever bounce would make the sprite go insane, and it cannot detect what to bounce off of.
when gf clicked
forever
if <touching [sprite]?> then
bounce :: motion
end
- Contest101-test
-
78 posts
"bounce" motion block.
So… What would the following script do? (If it was the only script in the only sprite in the project)when gf clickedAnd, how would it detect what other stuff you want it to bounce off of? It wouldn't be able to read your mind…
forever
bounce :: motion
end
Forever bounce would make the sprite go insane, and it cannot detect what to bounce off of.when gf clicked
forever
if <touching [sprite]?> then
bounce :: motion
end
Perhaps it would be better to add this:
bounce off of [sprite] :: motion
Last edited by Contest101-test (March 9, 2014 19:10:25)
- ijohn007
-
100+ posts
"bounce" motion block.
This would make some stuff much easier, support! 

- shoresbeep
-
1000+ posts
"bounce" motion block.
when green flag clickedNo support
forever
point in direction ((180) - (direction))
end
Last edited by shoresbeep (Nov. 16, 2014 02:49:48)
- ShamelessSnores
-
100+ posts
"bounce" motion block.
No support, easy workarounds, and also been suggested before
- stickfiregames
-
1000+ posts
"bounce" motion block.
Did you really need to necropost 3 duplicate topics to say the exact same thing on each? No, you need calculus. Sorry.
- cs274283
-
100+ posts
"bounce" motion block.
bounce::motion
if <> bounce::motion
if on [edge v] bounce::motion
- DaSpudLord
-
1000+ posts
"bounce" motion block.
No support. This would create a lot of lag when used, and what if the sprite wasn't touching any surface to bounce off of? Or what if it was touching multiple surfaces? How would it bounce?
- cs274283
-
100+ posts
"bounce" motion block.
when <touching [edge v]?>::events hat ring
useful for bouncing off sprites, sports, etc.
- Kylo-ren
-
16 posts
"bounce" motion block.
Perhaps it would be even better to do this:So… What would the following script do? (If it was the only script in the only sprite in the project)when gf clickedAnd, how would it detect what other stuff you want it to bounce off of? It wouldn't be able to read your mind…
forever
bounce :: motion
end
Forever bounce would make the sprite go insane, and it cannot detect what to bounce off of.when gf clicked
forever
if <touching [sprite]?> then
bounce :: motion
end
Perhaps it would be better to add this:bounce off of [sprite] :: motion
forever
bounce off of [sprite1]at direction[(direction)] :: motion
end
Last edited by Kylo-ren (March 3, 2016 15:57:00)
- JonathanSchaffer
-
1000+ posts
"bounce" motion block.
That wont work, what if the sprite is round?when green flag clickedNo support
forever
point in direction ((180) - (direction))
end
Support.
Last edited by JonathanSchaffer (March 3, 2016 16:36:53)
- awesome5185
-
1000+ posts
"bounce" motion block.
No support. This would make scratch way too easy.
- WaffleChurro
-
100+ posts
"bounce" motion block.
No Support.
Its useless seeing all these silly workarounds come. Wouldn't this just make Scratch too easy..
Its useless seeing all these silly workarounds come. Wouldn't this just make Scratch too easy..
- TheMonsterOfTheDeep
-
1000+ posts
"bounce" motion block.
What workaround is there for bounce? I would seriously like to know, because it requires deciding an arbitrary point on a costume to calculate a normal, and then calculating that normal, so… No Support.
Its useless seeing all these silly workarounds come. Wouldn't this just make Scratch too easy..
- WaffleChurro
-
100+ posts
"bounce" motion block.
What workaround is there for bounce? I would seriously like to know, because it requires deciding an arbitrary point on a costume to calculate a normal, and then calculating that normal, so… No Support.
Its useless seeing all these silly workarounds come. Wouldn't this just make Scratch too easy..
All I am saying is why make Scratch any easier? It easy enough.
Here is a link to a video of a sprite bouncing off another sprite Your text to link here…
- MathlyCat
-
1000+ posts
"bounce" motion block.
Just like how easy it is to mock your grammar thereWhat workaround is there for bounce? I would seriously like to know, because it requires deciding an arbitrary point on a costume to calculate a normal, and then calculating that normal, so… No Support.
Its useless seeing all these silly workarounds come. Wouldn't this just make Scratch too easy..
All I am saying is why make Scratch any easier? It easy enough.
Here is a link to a video of a sprite bouncing off another sprite Your text to link here…
I have one question…
Why do you keep bumping up old topics? Like sure they're relevant but they're ages old No support. This would make scratch way too easy.
Last edited by MathlyCat (March 11, 2017 02:36:51)
- WaffleChurro
-
100+ posts
"bounce" motion block.
Just like how easy it is to mock your grammar thereWhat workaround is there for bounce? I would seriously like to know, because it requires deciding an arbitrary point on a costume to calculate a normal, and then calculating that normal, so… No Support.
Its useless seeing all these silly workarounds come. Wouldn't this just make Scratch too easy..
All I am saying is why make Scratch any easier? It easy enough.
Here is a link to a video of a sprite bouncing off another sprite Your text to link here…
I have one question…Why do you keep bumping up old topics? Like sure they're relevant but they're ages old No support. This would make scratch way too easy.
Very sorry Mr MathlyCat, but I am on a tablet and I am not used to typing on them.
I am sure Reddit has lots of people to mock.
- Discussion Forums
- » Suggestions
-
» "bounce" motion block.