Discuss Scratch
- Discussion Forums
- » Suggestions
- » Bounce
- RandomPerson1789
-
Scratcher
100+ posts
Bounce
Instead of:
if on edge, bounceThey should have just:
bounce :: motion
Last edited by RandomPerson1789 (July 12, 2014 18:17:55)
- MushroomMan99
-
Scratcher
100+ posts
Bounce
Yes. I think this would be useful. Or, instead it could be
when green flag clicked
forever
if <touching [Sprite 1 v] ?> then
bounce
end
end
- RandomPerson1789
-
Scratcher
100+ posts
Bounce
Yes. I think this would be useful. Or, instead it could beYeah! Good Idea. I'll change it to justwhen green flag clickedforever
if <touching [Sprite 1 v] ?> then
bounce
end
end
bounce :: motion
- dracae
-
Scratcher
1000+ posts
Bounce
This suggestion does not make much sense.
What happens if you do
What happens if you do
when green flag clicked
bounce :: motionAnd the sprite isn't touching anything? No support…
- mitchboy
-
Scratcher
1000+ posts
Bounce
How about this?:
if on [edge v], bounce //category=motion(The dropdown would have the list of other sprites on it.)
- Discussion Forums
- » Suggestions
-
» Bounce





