Hello. I am new to Scratch, and I have this great idea for an animation, but I just don't how to make one... I mean, what doe sthe brodcast block mean? I see this alot when I download scripts from animations.. Please help.
- KatKid
Offline
Well, a brodcast works liek this:
brodcast 'do_thing_1'
and all sprites get the signal 'do_thing_1', and will do something with the hat block [when [] recieved].
Do like this:
[flagclicked]
[brodcast 'say something']
______________________________---
[when 'say something' recieved]
[say 'something' for 2 secs]
Offline
Basic, one-sprite animations are done something like this:
when gf clicked switch to costume [costume_1 v] forever next costume wait (0.1) secsThough, for those "movies", each Scratcher has a different style.
Offline