Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Cool effects
- Sweety_Dragonfly9
-
100+ posts
Cool effects
Hello fellow Scratchers !! (How ? griffpatch says it, so it works ?)
I want to say you : I want to create a cool project, like this one, but how ? The cool effects than you creates are so cool !! I can't follow !! Seriously, it looks so hard !!!
So, all of that to say you : HELP ME.
And don't forget the thousands of dragonflies in our hearts. :)
I want to say you : I want to create a cool project, like this one, but how ? The cool effects than you creates are so cool !! I can't follow !! Seriously, it looks so hard !!!
when this sprite clicked
show
play sound [Cutiness !!! v] until done
ask [Can you help me ?] and wait
hide
So, all of that to say you : HELP ME.
And don't forget the thousands of dragonflies in our hearts. :)
- deck26
-
1000+ posts
Cool effects
You only joined Scratch 5 days ago so what someone who has been on for 6 years can do is likely to seem hard. Learn the basics and gradually build your experience. Don't try to run before you can walk.
- Sweety_Dragonfly9
-
100+ posts
Cool effects
TY @deck26 but cool effects are……………………………………cool. Just give me a little of code for simple effects.





when green flag clicked
switch costume to [myself v]
forever
say [I accept only help !!!]
end
Last edited by Sweety_Dragonfly9 (Feb. 12, 2025 13:41:35)
- deck26
-
1000+ posts
Cool effects
Define an effect that you want to see and perhaps someone can help. The project you show has multiple effects and there's no point us telling you how to do something that you don't want.
- Sweety_Dragonfly9
-
100+ posts
Cool effects
I actually want to know how to make an object, for example, appear from a side, and move to a place, but it gets slower and slower. Does somebody knows how this is called ? Define an effect that you want to see and perhaps someone can help. The project you show has multiple effects and there's no point us telling you how to do something that you don't want.
- XCardx
-
29 posts
Cool effects
I actually want to know how to make an object, for example, appear from a side, and move to a place, but it gets slower and slower. Does somebody knows how this is called ? Define an effect that you want to see and perhaps someone can help. The project you show has multiple effects and there's no point us telling you how to do something that you don't want.
One way to do that is to first move the object to where you want to appear, then make it appear, and then move it to the desired location by moving it with a repeat loop based on a speed variable that is decreased each the loop moves the sprite.
- Sweety_Dragonfly9
-
100+ posts
Cool effects
I actually want to know how to make an object, for example, appear from a side, and move to a place, but it gets slower and slower. Does somebody knows how this is called ? Define an effect that you want to see and perhaps someone can help. The project you show has multiple effects and there's no point us telling you how to do something that you don't want.
One way to do that is to first move the object to where you want to appear, then make it appear, and then move it to the desired location by moving it with a repeat loop based on a speed variable that is decreased each the loop moves the sprite.
Ok thank you !! I already knew the speed variable trick, but I haven't think of decreasing it. Thanks !!
- Discussion Forums
- » Help with Scripts
-
» Cool effects