Discuss Scratch

Mozboz
Scratcher
100+ posts

Define A Block Remix

play drum ( v) for (0.25) beats
only lets you play in beats…
why not try making a ‘repeat drums’ block?
move () steps
only lets you move and not bounce…
why not try making a ‘move () steps and bounce’ block?
Just remix a block with More Blocks, suggestions above…
Thanks!
Custom Blocks only

I apologise but my signature (and now yours) has the Social Virus and cannot appear in public. Here, have a cure. You can “cure” one friend. But you cannot cure yourself. You may also give people your cures. Be creative, and remember, you can only take one cure from me.
If you have seen this social experiment and want to join in, simply replace your signature (or a line of your signature) with this.
OC CONTEST, PLEASE ENTER! Puppy Pleasure - please join! (Shift-Down)
Mozboz
Scratcher
100+ posts

Define A Block Remix

play drum ( v) for (0.25) beats
only lets you play in beats…
why not try making a ‘repeat drums’ block?
move () steps
only lets you move and not bounce…
why not try making a ‘move () steps and bounce’ block?
Just remix a block with More Blocks, suggestions above…
Thanks!
Custom Blocks only

Mozboz wrote:

'Easy.'

I apologise but my signature (and now yours) has the Social Virus and cannot appear in public. Here, have a cure. You can “cure” one friend. But you cannot cure yourself. You may also give people your cures. Be creative, and remember, you can only take one cure from me.
If you have seen this social experiment and want to join in, simply replace your signature (or a line of your signature) with this.
OC CONTEST, PLEASE ENTER! Puppy Pleasure - please join! (Shift-Down)
CosmicBunBun
Scratcher
100+ posts

Define A Block Remix

define Move And Bounce
move (10) steps
if on edge, bounce

You can already to this with custom blocks?

orochi67
Scratcher
100+ posts

Define A Block Remix

Semi-Support.

If you meant for the block to be something llike this:

move () steps and bounce

There is already a workaround.

move () steps
if on edge, bounce

。。。こんにちは。あたしはオロチシクツシです。ここが好きです。また、あたしはちょっと日本を話します。お休みなさい。ZZZ…
BlackWolfee
Scratcher
500+ posts

Define A Block Remix

I'm not entirely sure I understand

13 | INFP-A | Ravenclaw | Introvert | Violist | Pianist | bookworm | writer | straight-A student | artist | nerd | science lover |
This shop is advertised courtesy of the Scratch Shop Support Union. Join today to get your shop featured!
--Waterfall--
Scratcher
500+ posts

Define A Block Remix

I'm a bit confused on the wording of this suggestion, please clarify. Also, if you mean move and bounce if touching edge, you can do this:

define move and bounce
move (10) steps
if on edge, bounce

Also, in the future, please refrain from suggesting 2 things in one topic, you can easily make a separate topic.


stickfiregames
Scratcher
1000+ posts

Define A Block Remix

A “bounce” block, without saying what to bounce off, is rejected.










If you can read this, my signature cubeupload has been eaten by an evil kumquat!




or you just used Inspect Element, you hacker

;
hellounicorns2
Scratcher
1000+ posts

Define A Block Remix

I’m a bit confused as to what you mean, can you rephrase that a bit ?

inactive :​)
Botcho_Otkho
Scratcher
1000+ posts

Define A Block Remix

I cannot understand at all, and same cannot most of the people here.
If I understood, the first block has a simple workaround:
define repeat (times) times drum (drum) with for (beats) beats
repeat (times)
play drum (drum) for (beats) beats
end
While the second one is not understandable at all: the sprite should bounce off what? An edge? A sprite?

I see now that the circumstances of one's birth are irrelevant. It is what you do with the gift of life that determines who you are. - Mewtwo
Mozboz
Scratcher
100+ posts

Define A Block Remix

CosmicBunBun wrote:

define Move And Bounce
move (10) steps
if on edge, bounce

You can already to this with custom blocks?
Yes, here is another:
move () steps and bounce while doing a disco for () sec
Instead of:
when green flag clicked 
move () steps
if on edge, bounce
forever
change [color v] effect by (25)
end
Thanks for asking!

Last edited by Mozboz (May 3, 2018 18:41:28)


I apologise but my signature (and now yours) has the Social Virus and cannot appear in public. Here, have a cure. You can “cure” one friend. But you cannot cure yourself. You may also give people your cures. Be creative, and remember, you can only take one cure from me.
If you have seen this social experiment and want to join in, simply replace your signature (or a line of your signature) with this.
OC CONTEST, PLEASE ENTER! Puppy Pleasure - please join! (Shift-Down)
wookie184
Scratcher
100+ posts

Define A Block Remix

If there is an easy workaround than it is not needed


Google Chrome Version 76.0.3809.132 (Official Build) (64-bit)
I've been programming with Scratch for over 5 years, more recently i have learned Python and i am currently experimenting with c++



TheAdriCoolManDude
Scratcher
1000+ posts

Define A Block Remix

very,… easy,… workarounds,… (cough)


-ShadowOfTheFuture-
Scratcher
1000+ posts

Define A Block Remix

I don't fully understand what you're trying to suggest here. Are you giving block suggestions? Or are you suggesting a way to “remix” existing blocks?

If you are suggesting the former, no support. All of those blocks have extremely simple workarounds and are too specific in what they do.

If you are suggesting the latter, we already have this. It's called custom blocks.

<Insert uncreative signature here>









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

“Though the seasons come and go, and sunshine turns to snow, we will always have tomorrow up ahead.”
Mozboz
Scratcher
100+ posts

Define A Block Remix

Apologies folks, this is Mozboz's mum typing - he's quite young and still learning how to use Scratch and hasn't previously ventured onto the forums. Thank you for your patience, I think from now on he's better off staying with scratching and commenting.

Last edited by Mozboz (May 4, 2018 11:43:27)


I apologise but my signature (and now yours) has the Social Virus and cannot appear in public. Here, have a cure. You can “cure” one friend. But you cannot cure yourself. You may also give people your cures. Be creative, and remember, you can only take one cure from me.
If you have seen this social experiment and want to join in, simply replace your signature (or a line of your signature) with this.
OC CONTEST, PLEASE ENTER! Puppy Pleasure - please join! (Shift-Down)
Nibbble
Scratcher
68 posts

Define A Block Remix

Mozboz wrote:

play drum ( v) for (0.25) beats
only lets you play in beats…
why not try making a ‘repeat drums’ block?
move () steps
only lets you move and not bounce…
why not try making a ‘move () steps and bounce’ block?
Just remix a block with More Blocks, suggestions above…
Thanks!
Custom Blocks only
no support

i mean, are you suggesting a new block or are giving examples of what to use with the “more blocks” tab?
if it was the first one then it has a really easy workaround, but if it was the latter then this is not the best place for that

The signature you were looking for was not able to load correctly. Please refresh the page.
Mozboz
Scratcher
100+ posts

Define A Block Remix

Just want to say! It takes longer to code the blocks, so I think an already imported block is quicker.
So, yeah, I honestly want it already in. Hopefully this helps out, guys.
-Mozboz

I apologise but my signature (and now yours) has the Social Virus and cannot appear in public. Here, have a cure. You can “cure” one friend. But you cannot cure yourself. You may also give people your cures. Be creative, and remember, you can only take one cure from me.
If you have seen this social experiment and want to join in, simply replace your signature (or a line of your signature) with this.
OC CONTEST, PLEASE ENTER! Puppy Pleasure - please join! (Shift-Down)
LegoManiac04
Scratcher
1000+ posts

Define A Block Remix

Mozboz wrote:

Just want to say! It takes longer to code the blocks, so I think an already imported block is quicker.
So, yeah, I honestly want it already in. Hopefully this helps out, guys.
-Mozboz
But doesn't this pretty much go against the idea of Scratch? I mean, the purpose of Scratch is to learn basic coding, and blocks like the ones you are suggesting ultimately take away from the coding aspect of Scratch…

Plus the workarounds don't really take much longer anyway…

Mozboz
Scratcher
100+ posts

Define A Block Remix

LegoManiac04 wrote:

Mozboz wrote:

Just want to say! It takes longer to code the blocks, so I think an already imported block is quicker.
So, yeah, I honestly want it already in. Hopefully this helps out, guys.
-Mozboz
But doesn't this pretty much go against the idea of Scratch? I mean, the purpose of Scratch is to learn basic coding, and blocks like the ones you are suggesting ultimately take away from the coding aspect of Scratch…

Plus the workarounds don't really take much longer anyway…
I think it would help out.

I apologise but my signature (and now yours) has the Social Virus and cannot appear in public. Here, have a cure. You can “cure” one friend. But you cannot cure yourself. You may also give people your cures. Be creative, and remember, you can only take one cure from me.
If you have seen this social experiment and want to join in, simply replace your signature (or a line of your signature) with this.
OC CONTEST, PLEASE ENTER! Puppy Pleasure - please join! (Shift-Down)
EZ-Games
Scratcher
1000+ posts

Define A Block Remix

Not sure if I completely understand, this is what I am getting from this:
You can remake, or merge blocks together somehow, to make one, new, simple block.

No Support for the following reasons:
  1. This pretty much already exists, custom blocks.
You can do the same thing with custom blocks, you just need to define those custom blocks.


God did not send his Son into the world to condemn the world, but to save the world through him.
John 3:17

Advice:
Saying “Support” or “No Support” doesn't contribute anything to the conversation.
A question that has already been answered doesn't need to be answered twice with the same answer - bring something new to the table.
Mozboz
Scratcher
100+ posts

Define A Block Remix

EZ-Games wrote:

Not sure if I completely understand, this is what I am getting from this:
You can remake, or merge blocks together somehow, to make one, new, simple block.

No Support for the following reasons:
  1. This pretty much already exists, custom blocks.
You can do the same thing with custom blocks, you just need to define those custom blocks.
I said why in my post that says it's quicker for it to already be there!

I apologise but my signature (and now yours) has the Social Virus and cannot appear in public. Here, have a cure. You can “cure” one friend. But you cannot cure yourself. You may also give people your cures. Be creative, and remember, you can only take one cure from me.
If you have seen this social experiment and want to join in, simply replace your signature (or a line of your signature) with this.
OC CONTEST, PLEASE ENTER! Puppy Pleasure - please join! (Shift-Down)

Powered by DjangoBB