This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2010-09-18 22:19:45

SakuraNoTsubasa
New Scratcher
Registered: 2010-09-18
Posts: 6

Is there any way to....

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

 

#2 2010-09-18 22:22:49

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Is there any way to....

Answer: No. For both. These would be nice features though, maybe you could suggest it in the suggestions forum?


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#3 2010-09-18 22:47:04

SakuraNoTsubasa
New Scratcher
Registered: 2010-09-18
Posts: 6

Re: Is there any way to....

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

 

#4 2010-09-18 22:48:30

militarydudes
Scratcher
Registered: 2008-09-12
Posts: 1000+

Re: Is there any way to....

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!  smile

Last edited by militarydudes (2010-09-18 22:49:46)


__m. .m__ KILROY WAS HERE
        U

Offline

 

#5 2010-09-18 23:13:25

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Is there any way to....

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!  smile

No, that fades away and then fades to the next costume.


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#6 2010-09-18 23:36:33

SakuraNoTsubasa
New Scratcher
Registered: 2010-09-18
Posts: 6

Re: Is there any way to....

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!  smile

Ahaaaaa! That did help. Very much. Thank you so so so so so much! I'll start playing with that now  tongue

Offline

 

#7 2010-09-19 07:54:19

colorfusion
Scratcher
Registered: 2009-10-03
Posts: 500+

Re: Is there any way to....

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

 

#8 2010-09-19 13:51:00

SakuraNoTsubasa
New Scratcher
Registered: 2010-09-18
Posts: 6

Re: Is there any way to....

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

 

#9 2010-09-19 14:44:31

militarydudes
Scratcher
Registered: 2008-09-12
Posts: 1000+

Re: Is there any way to....

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!  smile

Ahaaaaa! That did help. Very much. Thank you so so so so so much! I'll start playing with that now  tongue

Your welcome  smile


__m. .m__ KILROY WAS HERE
        U

Offline

 

#10 2010-09-19 15:15:19

SakuraNoTsubasa
New Scratcher
Registered: 2010-09-18
Posts: 6

Re: Is there any way to....

Hey, do you know how to REMOVE  a stamp?

Offline

 

#11 2010-09-19 17:47:47

Harakou
Community Moderator
Registered: 2009-10-11
Posts: 1000+

Re: Is there any way to....

SakuraNoTsubasa wrote:

Hey, do you know how to REMOVE  a stamp?

You have to use the Clear block, which removes all stamps and pen effects. There's no way to remove an individual stamp, unfortunately.


http://www.blocks.scratchr.org/API.php?action=random&amp;return=image&amp;link1=http://i.imgur.com/OZn2RD3.png&amp;link2=http://i.imgur.com/duzaGTB.png&amp;link3=http://i.imgur.com/CrDGvvZ.png&amp;link4=http://i.imgur.com/POEpQyZ.png&amp;link5=http://i.imgur.com/ZKJF8ac.png

Offline

 

#12 2010-09-19 18:22:23

SakuraNoTsubasa
New Scratcher
Registered: 2010-09-18
Posts: 6

Re: Is there any way to....

Oh, okay. I kind of wish I had known that before I just closed it then opened it again (without saving)

Offline

 

Board footer