Discuss Scratch

RandomPerson1789
Scratcher
100+ posts

Bounce

Instead of:
if on edge, bounce
They 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

MushroomMan99 wrote:

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
Yeah! Good Idea. I'll change it to just
bounce :: motion
astro-mechanic
Scratcher
500+ posts

Bounce

off of?
dracae
Scratcher
1000+ posts

Bounce

This suggestion does not make much sense.

What happens if you do

when green flag clicked
bounce :: motion
And 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.)

Powered by DjangoBB