Discuss Scratch
- Discussion Forums
- » Show and Tell
- » script share! (share some scripts you're proud of or are just funny)
- Inventor-702
-
Scratcher
6 posts
script share! (share some scripts you're proud of or are just funny)
RULES
define your scrips so we know what they do
forever
set [ be family friendly] to [true]
say [good things about each-others scripts]
end
Last edited by Inventor-702 (Jan. 23, 2023 20:20:31)
- Inventor-702
-
Scratcher
6 posts
script share! (share some scripts you're proud of or are just funny)
want your screen full of cats?
when green flag clicked
clear
go to x: (0) y: (0)
point in direction ( 90)
when [ space] key pressed
forever
glide (0.1) secs to x: (pick random (-240) to (240)) y: (pick random (-180) to (180))
point in direction (pick random (-180) to (180))
stamp
end
Last edited by Inventor-702 (Jan. 25, 2023 00:53:41)
- Discussion Forums
- » Show and Tell
- » script share! (share some scripts you're proud of or are just funny)
