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

#1 2010-09-30 12:26:33

tchan5158
New Scratcher
Registered: 2010-09-19
Posts: 25

Using Stamp Tool for Cloning Opacity Fade?

Hi  smile

Was wondering if I could use the Stamp tool to make a trail of 3 clones, each with a lower opacity than the previous....even going on to setting perhaps 5 clones or 10 clones with a simple number change in the script.   big_smile

Thanks!

-Tommy

Offline

 

#2 2010-09-30 13:07:12

06dknibbs
Scratcher
Registered: 2008-01-29
Posts: 1000+

Re: Using Stamp Tool for Cloning Opacity Fade?

As far as I know, there isn't a way to stamp with the opacity effect yet.  hmm

But, if you mean a trail with just 3 clones behind each other and not stamping across the screen, you could just create 3 or more Sprites and change the ghost effect for each one and adding a script like this to each sprite:

[When green flag pressed]
[Forever]
[Point in direction (direction of Clone 1)]
[Go to (clone 1)
[Move (-1,-2,-3 etc) steps]

You'll need to change the point in direction and go to blocks with each clone though. Eg: The 3rd clone would go to clone 2 and point in clone 2's direction. Hope this helps?  smile

Last edited by 06dknibbs (2010-09-30 13:07:42)


http://i404.photobucket.com/albums/pp129/06dknibbs/Untitled-3-6.jpg

Offline

 

#3 2010-09-30 13:33:55

tchan5158
New Scratcher
Registered: 2010-09-19
Posts: 25

Re: Using Stamp Tool for Cloning Opacity Fade?

06dknibbs wrote:

As far as I know, there isn't a way to stamp with the opacity effect yet.  hmm

But, if you mean a trail with just 3 clones behind each other and not stamping across the screen, you could just create 3 or more Sprites and change the ghost effect for each one and adding a script like this to each sprite:

[When green flag pressed]
[Forever]
[Point in direction (direction of Clone 1)]
[Go to (clone 1)
[Move (-1,-2,-3 etc) steps]

You'll need to change the point in direction and go to blocks with each clone though. Eg: The 3rd clone would go to clone 2 and point in clone 2's direction. Hope this helps?  smile

Yeah I wanted to avoid making more sprites since my game seems to be slowing down <_<;

Oh well...nevermind then.  Thanks ^^

Offline

 

Board footer