Discuss Scratch
- Discussion Forums
- » Suggestions
- » more blocks [effect reporter]
- nyan_nyan_nyan
- Scratcher
4 posts
more blocks [effect reporter]
2.0 is pretty good, but there should totally be a “I____I effect” block. (example 1: if color effect = 30?) (ex. 2: set y to fisheye effect)
that way you can make sprites react to stuff like starting to become invisible, ect. please reply!
that way you can make sprites react to stuff like starting to become invisible, ect. please reply!
Last edited by Paddle2See (Aug. 2, 2023 17:28:32)
- ScratchReallyROCKS
- Scratcher
31 posts
more blocks [effect reporter]
What you can do to accomplish this is to set an effect to a variable, then use the variable to report what the value of the effect is.
- dr3w8
- Scratcher
100+ posts
more blocks [effect reporter]
Like this? What you can do to accomplish this is to set an effect to a variable, then use the variable to report what the value of the effect is.
forever
set color effect to (variable)
if (variable) = 100
say [The color effect is 100!] for 3 secs
end
end
- ScratchReallyROCKS
- Scratcher
31 posts
more blocks [effect reporter]
ExactlyLike this? What you can do to accomplish this is to set an effect to a variable, then use the variable to report what the value of the effect is.forever
set color effect to (variable)
if (variable) = 100
say [The color effect is 100!] for 3 secs
end
end
- LeDerpy123
- Scratcher
1000+ posts
more blocks [effect reporter]
There could be a reporter that has a dropdown for each effect (ghost, pixelation, etc). It would look like this:
[Modnote: Image removed, as the link was dead]
What do you think?
[Modnote: Image removed, as the link was dead]
What do you think?
Last edited by Harakou (Oct. 18, 2020 18:34:23)
- DotDash
- Scratcher
1000+ posts
more blocks [effect reporter]
Not a bad idea…. There could be a reporter that has a dropdown for each effect (ghost, pixelation, etc). It would look like this:
What do you think?
- ProdigyZeta7
- Scratcher
1000+ posts
more blocks [effect reporter]
Why haven't we gotten this already? Support!
- DotDash
- Scratcher
1000+ posts
more blocks [effect reporter]
Support Why haven't we gotten this already? Support!
- coolitsusa
- New Scratcher
100+ posts
more blocks [effect reporter]
Support. People have been wanting this forever.
- Scratch12300
- Scratcher
500+ posts
more blocks [effect reporter]
+1, although this may lead to a workaround for the “when project stopped” hat block which would be used by trolls.
Last edited by Scratch12300 (Aug. 6, 2013 19:49:49)
- jh1234l
- Scratcher
100+ posts
more blocks [effect reporter]
Support, though you can just do:
(Set variable to (?))
Forever
-Set ghost effect to (ghosteffect)
And then use the variable to do calculations and similiar things.
So I doubt that it would be added, but it may.
(Set variable to (?))
Forever
-Set ghost effect to (ghosteffect)
And then use the variable to do calculations and similiar things.
So I doubt that it would be added, but it may.
- jTron
- Scratcher
100+ posts
more blocks [effect reporter]
Well, it'd be somewhat useful, I guess. Although, as jhl pointed out its easy enough to use a variable. If this ever comes around, though I'd also like to see a <hidden?>.
tl;dr: +.6032
tl;dr: +.6032
- LeDerpy123
- Scratcher
1000+ posts
more blocks [effect reporter]
Yes, that would also be useful. Well, it'd be somewhat useful, I guess. Although, as jhl pointed out its easy enough to use a variable. If this ever comes around, though I'd also like to see a <hidden?>.
tl;dr: +.6032
- PhirripSyrrip
- Scratcher
500+ posts
more blocks [effect reporter]
I wouldn't mind this, but it's not needed- there is an easy workaround.
- ExtremeLogic
- Scratcher
500+ posts
more blocks [effect reporter]
(ghost effect)//category=looksOr just a dropdown.
(mosaic effect)//category=looks
(pixelate effect)//category=looks
(brightness effect)//category=looks
(color effect)//category=looks
(whirl effect)//category=looks
Use:
when green flag clickedExcept it's not a variable. It's a “Looks” block.
set [ghost v] effect to (0)
repeat until <(ghost) = [99]>
move (3) steps
turn right (3) degrees
change [ghost v] effect by (3)
end
↔↔↔↔↔17 SUPPORTERS!!↔↔↔↔↔
Last edited by ExtremeLogic (Sept. 26, 2014 21:29:42)
- Discussion Forums
- » Suggestions
- » more blocks [effect reporter]