Dein Suchergebnis zum Thema: finden

Change font family, size, color, shape in "say" & "think" blocks? – Advanced Help with Snap! – Snap! Forum

https://forum.snap.berkeley.edu/t/change-font-family-size-color-shape-in-say-think-blocks/14928

I am interested in the JavaScript sources of the looks >say and looks>think blocks. How can I change the font family, size, font color and cloud shape in these blocks? :sob: That's what my students are asked first of a…
2023, 10:03pm 7 Two things; I’m pretty sure font is defined somewhere I can’t find

How to stop a script in the middle when something happens? – Snap! Editor – Snap! Forum

https://forum.snap.berkeley.edu/t/how-to-stop-a-script-in-the-middle-when-something-happens/19404

Here's an example. Let's say I have an animation for a sprite that goes: (switch to costume 1) (wait .1 seconds) (switch to costume 2) (wait .1 seconds) (switch to costume 3) (wait .1 seconds) And so on. But if at…
edit: you can find the solution here Why does variadic version need a return block