Discuss Scratch

JasonAnimation
New to Scratch
3 posts

Shrink, Glide, Turn.

Hey everyone.

I've been trying to make 3 of my sprites in a project shrink, glide, and turn simultaneously. I've tried multiple scripts but none of them were able to do all three simultaneously. For example, I've tried broadcasting 3 different messages at the same time, each asking the sprite to shrink, glide, or turn. But with every script I try, the sprites shrink first, glide second, and turns third. I'm trying to get them to do all three at the same time. Any tips?
-ShadowOfTheFuture-
Scratcher
1000+ posts

Shrink, Glide, Turn.

when I receive [message v]
change size by ()
when I receive [message v]
glide () secs to x: () y: ()
when I receive [message v]
turn cw () degrees

Make sure they're all the same message, though.

Last edited by -ShadowOfTheFuture- (Nov. 24, 2017 17:15:08)


<Insert uncreative signature here>









██       ██  ██            ██  ██       ██
██ ██ ██ ██ ██ ██
██ ██ ██ ██ ██ ██ ██
██ ██ ██ ██ ██ ██ ██
███ ███ ██ ████ ██ ███ ███
█████████ █████ █████ █████████

“Though the seasons come and go, and sunshine turns to snow, we will always have tomorrow up ahead.”
JasonAnimation
New to Scratch
3 posts

Shrink, Glide, Turn.

-ShadowOfTheFuture- wrote:

when I receive [message v]
change size by ()
when I receive [message v]
glide () secs to x: () y: ()
when I receive [message v]
turn cw () degrees

Make sure they're all the same message, though.

That's what didn't work. I tried it using the same message, and I also tried 3 different messages being broadcasted at the same time.
mstone326
Scratcher
1000+ posts

Shrink, Glide, Turn.

Try this. Only need one broadcast. WHy not use repeat block instead of glide. That glide block can be tough to work with if you want mulitple things to happen at the same time.

https://scratch.mit.edu/projects/188593377/

High School Athletic Director / Middle School Tech Teacher / High School Baseball Coach
Kung Fu by Nintendo 1984 - https://scratch.mit.edu/projects/369994801/
Taco Defense - Speed Typing - https://scratch.mit.edu/projects/316795450/
Halloween Boss Battle - Taking Back our Woods - https://scratch.mit.edu/projects/257155118/
Almost Pong - https://scratch.mit.edu/projects/656276979/
Studio - My Best Projects - https://scratch.mit.edu/studios/4125978/
Forum Help Project Examples - https://scratch.mit.edu/studios/4133335
JasonAnimation
New to Scratch
3 posts

Shrink, Glide, Turn.

mstone326 wrote:

Try this. Only need one broadcast. WHy not use repeat block instead of glide. That glide block can be tough to work with if you want mulitple things to happen at the same time.

https://scratch.mit.edu/projects/188593377/

This worked! Thanks so much!

Powered by DjangoBB