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.
There are only two types of people in this world: those who can extrapolate from incomplete information.
- 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
There are only two types of people in this world: those who can extrapolate from incomplete information.
- 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)
My specs: Windows 8.1.2 - 3 GB RAM - Intel Core2 Quad - IE11
- 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?
My browser / operating system: MacOS Macintosh X 10.8.5, Chrome 29.0.1547.76, Flash 11.8 (release 800)
- DotDash
- Scratcher
1000+ posts
more blocks [effect reporter]
Support Why haven't we gotten this already? Support!
My browser / operating system: MacOS Macintosh X 10.8.5, Chrome 29.0.1547.76, Flash 11.8 (release 800)
- coolitsusa
- New Scratcher
100+ posts
more blocks [effect reporter]
Support. People have been wanting this forever.
- LeDerpy123
- Scratcher
1000+ posts
more blocks [effect reporter]
bring
up
mah
post
up
mah
post
My specs: Windows 8.1.2 - 3 GB RAM - Intel Core2 Quad - IE11
- 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.
Two Advertising and sharing groups:
Scratch Cat's Hideout: Home Page / Advertise! / Members / Write A Review / Read A Review / FAQs
Scratching fame:
- 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
My specs: Windows 8.1.2 - 3 GB RAM - Intel Core2 Quad - IE11
- PhirripSyrrip
- Scratcher
500+ posts
more blocks [effect reporter]
I wouldn't mind this, but it's not needed- there is an easy workaround.
; ; ; ; ; ; ; ;You thought I'd get away from you, didn't you?!
- 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]