Discuss Scratch
- Discussion Forums
- » Suggestions
- » PLEASE ADD THIS BLOCK! It's MUCH better than my last one!
- hahasamian
-
Scratcher
1000+ posts
PLEASE ADD THIS BLOCK! It's MUCH better than my last one!
I can't really put them anywhere on the window, because the display would collide with the sensor stuff, and then it will be really messed up.I think that I might just use my other idea. You may have read it. 1/4 of the screen is a screen display for each player, while the extra 2/4 are actually used for sensing and are hidden with ghost. That will probably work well, but it will cut down screen size.Why split them up?
If the sprites are made invisible with the ghost effect, you can put them wherever you want on the screen, because they will be… invisible! You could even put them directly on top of the game window itself.
And they're not really unable to get to each other, they just have separate screens in case they each are in separate levels.
They're friends, after all. I won't keep two friends apart.

- Theunicornworld
-
Scratcher
100 posts
PLEASE ADD THIS BLOCK! It's MUCH better than my last one!
when I see argument
switch costume to [holding popcorn v]
play sound [John Cena]
say [Carry on fighting - This is entertaining.]
- dude341
-
Scratcher
1000+ posts
PLEASE ADD THIS BLOCK! It's MUCH better than my last one!
If you use ghost effect instead of hide sprites can still collide with it.I can't really put them anywhere on the window, because the display would collide with the sensor stuff, and then it will be really messed up.I think that I might just use my other idea. You may have read it. 1/4 of the screen is a screen display for each player, while the extra 2/4 are actually used for sensing and are hidden with ghost. That will probably work well, but it will cut down screen size.Why split them up?
If the sprites are made invisible with the ghost effect, you can put them wherever you want on the screen, because they will be… invisible! You could even put them directly on top of the game window itself.
And they're not really unable to get to each other, they just have separate screens in case they each are in separate levels.![]()
They're friends, after all. I won't keep two friends apart.

so much

Last edited by dude341 (Feb. 9, 2016 07:32:57)
- hahasamian
-
Scratcher
1000+ posts
PLEASE ADD THIS BLOCK! It's MUCH better than my last one!
I know. That's kind of what I was meaning.If you use ghost effect instead of hide sprites can still collide with it.I can't really put them anywhere on the window, because the display would collide with the sensor stuff, and then it will be really messed up.I think that I might just use my other idea. You may have read it. 1/4 of the screen is a screen display for each player, while the extra 2/4 are actually used for sensing and are hidden with ghost. That will probably work well, but it will cut down screen size.Why split them up?
If the sprites are made invisible with the ghost effect, you can put them wherever you want on the screen, because they will be… invisible! You could even put them directly on top of the game window itself.
And they're not really unable to get to each other, they just have separate screens in case they each are in separate levels.![]()
They're friends, after all. I won't keep two friends apart.
so much

- gamebeater187
-
Scratcher
1000+ posts
PLEASE ADD THIS BLOCK! It's MUCH better than my last one!
when I see argument :: control hat
switch costume to [holding popcorn v]
play sound [John Cena]
say [Carry on fighting - This is entertaining.]
please dont spam
- hahasamian
-
Scratcher
1000+ posts
PLEASE ADD THIS BLOCK! It's MUCH better than my last one!
What he said. Also, this isn't fighting.when I see argument :: control hat
switch costume to [holding popcorn v]
play sound [John Cena]
say [Carry on fighting - This is entertaining.]please dont spam
- Icely
-
Scratcher
100+ posts
PLEASE ADD THIS BLOCK! It's MUCH better than my last one!
I tried to read through everything, but I am not sure if this has been mentioned yet:
Would that work for you?
define Touching Red Stuff //no screen refresh
broadcast [Hide Cover v] and wait
if <<touching color [#ff0000] ?> and <touching [Object v] ?> > then
...//do stuff
end
broadcast [Show Cover v]
Would that work for you?
Last edited by Icely (Feb. 10, 2016 02:03:47)
- helloandgoodbye9
-
Scratcher
1000+ posts
PLEASE ADD THIS BLOCK! It's MUCH better than my last one!
when green flag clickedWhy not that? BTW dont just say it glitches, demenstrate or tell us why.
if <touching color [#ff0088] ?> then
broadcast [stuff v]
or
broadcast [waiting stuff v] and wait
end
when I receive [stuff v]
...
EDIT: Sorry, I only thought there was 1 page :-) But can you explain exacly what you need it for, and why these wont work?
Last edited by helloandgoodbye9 (Feb. 10, 2016 04:00:24)
- Arisandra
-
Scratcher
100+ posts
PLEASE ADD THIS BLOCK! It's MUCH better than my last one!
Support!
There are no working workarounds. (if that makes sense)You agree with what? No one said anything about broadcasts, and how would that fix this?I agree. If the workaround doesn't work, use broadcasts.You sent that twice and did something weird the second time. I'm tired of arguing, also, that block would KILL any sensing, have you not noticed? It's just a worse repetition of the first…lNo, if the sprite was touching the target sprite but it wasn't touching the targeted color on the sprite (and the targeted color was on the stage or another sprite), your workaround wouldn't work.That's impossible. No workarounds for that block. THAT'S WHY I'M ASKING!No support; easy workaround,<<touching [sprite v] ?> and <touching color [#ff0088] ? >>
But what if the color doesn't belong to that sprite? What if you're touching one sprite, but the target color is from a different one?<<touching [sprite v] ?> and <<<touching color [#ff0088] ?> and < <not <touching [other sprite v] ?>>>> >><<touching color [#ff0088] ?> and <touching [sprite v] ?> >IS a valid workaround.
No support.<<<touching [sprite v] ?> and <<<touching color [#ff0088] ?> and <<not <touching color [#00ff00] ?>>>>>>You were saying?
Also, I've already told everyone, THERE ARE NO WORKAROUNDS FOR THIS BLOCK THAT PROPERLY WORK!!!
And, I tried something that used broadcasts, and it totally glitches. Everything kept blinking.
I'm tired of arguing, there are no workarounds!
- banana439monkey
-
Scratcher
1000+ posts
PLEASE ADD THIS BLOCK! It's MUCH better than my last one!
So, I have another block idea, this time it should hopefully be much simpler to make.No support. Work-aroundable
So, I'm working on a new type of engine, one that uses colors at heart but masks over a display that adds more quality to the game.
Well, the way I tried it didn't work, but I figured out an alternative if we just have one new block.
Here it is:<touching color [#00ff00] of [ v] ?>This allows the object to see whether it is touching a certain color of an object.
Please add! I hope it won't be too complicated to make.
Please support if you want this to happen!
- hahasamian
-
Scratcher
1000+ posts
PLEASE ADD THIS BLOCK! It's MUCH better than my last one!
Can people please stop acting like there's a direct workaround? There isn't.So, I have another block idea, this time it should hopefully be much simpler to make.No support. Work-aroundable
So, I'm working on a new type of engine, one that uses colors at heart but masks over a display that adds more quality to the game.
Well, the way I tried it didn't work, but I figured out an alternative if we just have one new block.
Here it is:<touching color [#00ff00] of [ v] ?>This allows the object to see whether it is touching a certain color of an object.
Please add! I hope it won't be too complicated to make.
Please support if you want this to happen!
- hahasamian
-
Scratcher
1000+ posts
PLEASE ADD THIS BLOCK! It's MUCH better than my last one!
I tried to read through everything, but I am not sure if this has been mentioned yet:Not exactly. Sorry.define Touching Red Stuff //no screen refresh
broadcast [Hide Cover v] and wait
if <<touching color [#ff0000] ?> and <touching [Object v] ?> > then
...//do stuff
end
broadcast [Show Cover v]
Would that work for you?
- Meep5010
-
Scratcher
100+ posts
PLEASE ADD THIS BLOCK! It's MUCH better than my last one!
I know a workaround for this suggestion that would work exactly like the block you suggested but it's really big and would crash most computers
so support
so support
- TopicBumper
-
New Scratcher
100+ posts
PLEASE ADD THIS BLOCK! It's MUCH better than my last one!
I am going to bump this topic even though I am fairly certain it is a duplicate and it needs to be merged.
- Discussion Forums
- » Suggestions
-
» PLEASE ADD THIS BLOCK! It's MUCH better than my last one!










