Discuss Scratch

mozartscratch
Scratcher
100+ posts

New block ideas:

Here are three blocks that may improve scratch, and should not be too confusing

both at once{
}{
} :: control
This block is a Double-C block that will run both of the script pieces inside at the same time. The next part of the script will run after both events have been completed. You can also place the blocks inside of each other to run more than two script pieces at once, like this.
both at once{
}{
both at once{
}{
} :: control
} :: control
Example of block:
both at once{
switch costume to [costume1 v]
wait [1] secs
switch costume to [costume2 v]
}{
play sound [meow v] until done
turn cw [45] degrees
} :: control

———————-

[color v] effect :: looks :: reporter

This block is a reporter block that will report a graphic effect (color, fisheye, whirl, pixelate, mosaic, brightness, ghost) of a sprite.
Example: (Person disappearing)
forever
say ( [ghost v] effect :: looks :: #9977CC) :: looks
wait [1] secs
change [ghost v] effect by (25)
end

Also, these options could be added to the () of () block
([color effect v] of [Sprite1 v])
([fisheye effect v] of [Sprite1 v])
([whirl effect v] of [Sprite1 v])
([pixelate effect v] of [Sprite1 v])
([mosaic effect v] of [Sprite1 v])
([brightness effect v] of [Sprite1 v])
([ghost effect v] of [Sprite1 v])

————————

<color [#0bcc8d] is touching [Sprite1 v] ?>

This block is a Boolean block that will report as true when a certain color of the sprite is touching another sprite.

Example: (mouse eating cheese)

wait until <color [#FFCC00] is touching [Mouse v] ?>
repeat until <(costume [number v] :: looks) = [13]>
next costume
end

Last edited by mozartscratch (Dec. 7, 2019 17:00:37)


Highlight this text, and press CTRL + SHIFT + ↓ to see the signature





My Game Studio: Mozart! Fun game for people of all ages!
Click here to go to the studio!
This studio welcomes people of any age, race, ethnicity, religion, ability, sexual orientation, and gender identity.
Current games: (highlight part of the signature and press CTRL + SHIFT + Down Arrow to see the rest of the signature.)
Frog + Clone = FRONE CHASE MAYHEM
Sadly, this is the only game available at the time. More are coming soon

Future games: (COMING SOON)
The Dragon Clasher Savior
Tetramoji
Tetris Blitz (MAY BE SCRAPPED)
Abby and the Croc
Gordon's Mine (MAY BE SCRAPPED)
The Arrow Tubes 2.0

mozartscratch
Scratcher
100+ posts

New block ideas:

When the square root of 25 equals 5 :: operators :: hat // funny block :)
both at once{
if <color [#869340] is touching [Sprite1 v] ?> then
switch costume to ( [ghost v] effect :: looks)
end
}{
repeat (25)
change [baby shark count v] by [10]
end
} :: control
ask [What is frog + clone?] and wait
if <(answer) = [Frone]> then
broadcast [Correct v]
else
broadcast [Incorrect v]
end

Last edited by mozartscratch (Dec. 7, 2019 17:50:13)


Highlight this text, and press CTRL + SHIFT + ↓ to see the signature





My Game Studio: Mozart! Fun game for people of all ages!
Click here to go to the studio!
This studio welcomes people of any age, race, ethnicity, religion, ability, sexual orientation, and gender identity.
Current games: (highlight part of the signature and press CTRL + SHIFT + Down Arrow to see the rest of the signature.)
Frog + Clone = FRONE CHASE MAYHEM
Sadly, this is the only game available at the time. More are coming soon

Future games: (COMING SOON)
The Dragon Clasher Savior
Tetramoji
Tetris Blitz (MAY BE SCRAPPED)
Abby and the Croc
Gordon's Mine (MAY BE SCRAPPED)
The Arrow Tubes 2.0

ContourLines
Scratcher
500+ posts

New block ideas:

No support! Just use two control blocks like the green flag for the both at once block!

idk anymore
Paddle2See
Scratch Team
1000+ posts

New block ideas:

Please create a separate topic for each suggestion you have, rather than creating a list of suggestions. That way, the conversation stays focused and each idea can get the attention it needs.

Before making a new topic, please check out the following:
Thank you!

Scratch Team Member, kayak and pickleball enthusiast, cat caregiver.

This is my forum signature! On a forum post, it is okay for Scratchers to advertise in their forum signature. The signature is the stuff that shows up below the horizontal line on the post. It will show up on every post I make.
(credit to Za-Chary)



;

Powered by DjangoBB