I actually have a few questions:
Is there any way to make a sprite grow SMOOTHLY? Without using the "change size to ___" or "set size to ___%" blocks repeatedly? Either that, or is there some way to zoom in or out or something?
Also, is there any way to smoothly transition between sprites' costumes, like...fade in/out or anything like that?
These are two questions that have been REALLY bothering me lately. I can't seem to come up with any solutions, either.
Offline
Answer: No. For both. These would be nice features though, maybe you could suggest it in the suggestions forum?
Offline
ScratchReallyROCKS wrote:
Answer: No. For both. These would be nice features though, maybe you could suggest it in the suggestions forum?
Aww. That kind of sucks. I guess I'll just do that manually, and have twenty million costumes for all of the sprites I'm going to end up doing either of those to.
Offline
Actually, there is a solution to your second question
<repeat( 10
<change[ ghost ]effect by( 10
<switch to costume[ costume2
<repeat( 10
<change[ ghost ]effect by( -10
Hope I helped!
Last edited by militarydudes (2010-09-18 22:49:46)
Offline
militarydudes wrote:
Actually, there is a solution to your second question
<repeat( 10
<change[ ghost ]effect by( 10
<switch to costume[ costume2
<repeat( 10
<change[ ghost ]effect by( -10
Hope I helped!![]()
No, that fades away and then fades to the next costume.
Offline
militarydudes wrote:
Actually, there is a solution to your second question
<repeat( 10
<change[ ghost ]effect by( 10
<switch to costume[ costume2
<repeat( 10
<change[ ghost ]effect by( -10
Hope I helped!![]()
Ahaaaaa! That did help. Very much. Thank you so so so so so much! I'll start playing with that now
Offline
1.
Do something like:
[Repeat 10:]
[]Change size by 5
[__________]
2.
Do something like:
[Switch to costume 1]
[Stamp]
[Set ghost effect to 100]
[Switch to costume 2]
[Repeat 50]
[] [Change ghost effect by -2]
[_________]
Last edited by colorfusion (2010-09-19 07:54:35)
Offline
colorfusion wrote:
1.
Do something like:
[Repeat 10:]
[]Change size by 5
[__________]
2.
Do something like:
[Switch to costume 1]
[Stamp]
[Set ghost effect to 100]
[Switch to costume 2]
[Repeat 50]
[] [Change ghost effect by -2]
[_________]
1. Whoa! IT'S MAGICAL!!! I like this. Thank you so so so so so much! I love you. xD
2. It's funny, because that's exactly what I started thinking earlier. Thanks! I'm gonna go play with that now.
Offline
SakuraNoTsubasa wrote:
militarydudes wrote:
Actually, there is a solution to your second question
<repeat( 10
<change[ ghost ]effect by( 10
<switch to costume[ costume2
<repeat( 10
<change[ ghost ]effect by( -10
Hope I helped!![]()
Ahaaaaa! That did help. Very much. Thank you so so so so so much! I'll start playing with that now
![]()
Your welcome
Offline
Hey, do you know how to REMOVE a stamp?
Offline
Oh, okay. I kind of wish I had known that before I just closed it then opened it again (without saving)
Offline