This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.
  • Index
  •  » Suggestions
  •  » Semi-transparent sprites (NOT ghost effect, only partly)

#51 2010-10-25 09:52:02

comp500
Scratcher
Registered: 2010-01-08
Posts: 1000+

Re: Semi-transparent sprites (NOT ghost effect, only partly)

COOOOOOL
Good for GIMP LOVERS (like me)


800 posts! W00T! Oh sorry im not on a lot but at least i have 1000+ posts

Offline

 

#52 2011-04-12 10:15:38

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Re: Semi-transparent sprites (NOT ghost effect, only partly)

Nope, 24-bit computers won't see it properly. The Scratch Team most likely has a 24-bit computer.

Offline

 

#53 2011-04-13 11:21:16

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Re: Semi-transparent sprites (NOT ghost effect, only partly)

I think I know how it would work;
The Scratch program receives some infomation that the sprite being made may have transparency, when the transparency is painted on. When all of the transparent paint is erased, it receives another message saying the sprite being made will not now have transparency. Scratch, when the painting is done, will then percieve it as different sprites attached with different ghost levels. However Scratch won't display it as that. The original sprite will be selected when you click one of the ghost OR non-ghost sprites. All scripts of the original will be auto-copied to the ghost sprites. On costume change, if the new costume has no transparency, the ghost ones will be hidden. However if the new costume does have transparency, the ghost ones will change to the correct shape and transparency levels, and also some may be hidden if the transparent shade is less shades of transparency.

Offline

 

#54 2011-04-15 06:12:00

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Re: Semi-transparent sprites (NOT ghost effect, only partly)

Oh yeah, just dither it to 24bit. There you go! Professional semi-transparency without the feature!

Offline

 

#55 2011-04-17 10:43:53

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Re: Semi-transparent sprites (NOT ghost effect, only partly)

I am forced to more than triple-post this because no-body likes replying to me.

Offline

 

#56 2011-04-17 14:14:35

-iNetMaster-
Scratcher
Registered: 2010-08-30
Posts: 1000+

Re: Semi-transparent sprites (NOT ghost effect, only partly)

Yes, I've been waiting for someone to say this  big_smile

Offline

 

#57 2011-05-17 22:00:28

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: Semi-transparent sprites (NOT ghost effect, only partly)

Totally support!!!

http://suggest.scratch.mit.edu/forums/6 … -channels-

This is the link to the voting page. Its not mine, its by juststickman (nevaheardofhim).

Currently it has only 10 votes.


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

#58 2011-05-17 22:01:30

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: Semi-transparent sprites (NOT ghost effect, only partly)

rdococ wrote:

Nope, 24-bit computers won't see it properly. The Scratch Team most likely has a 24-bit computer.

I feel sorry for them...  lol


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

#59 2011-05-22 05:53:10

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Re: Semi-transparent sprites (NOT ghost effect, only partly)

coolstuff wrote:

Yep, that's definitely something I want. I think it should have been added at the beginning, but now is better than never!

Think of the projects we could create  yikes  I'm curious, though, how this would affect colour sensing - would the sensing neglect transparency, always considering it a solid colour? Or would it be consider what's behind it as a part of the colour sensing?

Maybe pixels with more than 50/100 transparency are like not part of the sprite in sensing. And pixels with less than 50/100 transparency are like part of the sprite in sensing.

Offline

 

#60 2011-07-06 22:03:32

ThaygonTheChanger
Scratcher
Registered: 2011-06-23
Posts: 6

Re: Semi-transparent sprites (NOT ghost effect, only partly)

ya the is a GREAT idea! ive been needing this for ghost games! the ghost effect is ok....BUT it needs to be able to look COMLETELY transparent! not just a "oh look,a transparent guy! wait...we cant see through him. *?!".......like that. <set[ Transparent ]effect to(
50% )

Offline

 

#61 2011-07-06 22:32:30

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: Semi-transparent sprites (NOT ghost effect, only partly)

rdococ wrote:

coolstuff wrote:

Yep, that's definitely something I want. I think it should have been added at the beginning, but now is better than never!

Think of the projects we could create  yikes  I'm curious, though, how this would affect colour sensing - would the sensing neglect transparency, always considering it a solid colour? Or would it be consider what's behind it as a part of the colour sensing?

Maybe pixels with more than 50/100 transparency are like not part of the sprite in sensing. And pixels with less than 50/100 transparency are like part of the sprite in sensing.

I'd say that it should always detect it as a solid colour... Isn't that how the ghost effect works?  hmm


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

#62 2011-07-07 10:01:59

CloneCommando1
Scratcher
Registered: 2010-12-02
Posts: 500+

Re: Semi-transparent sprites (NOT ghost effect, only partly)

Thats something I really want! I support!  big_smile


RANDOM THOUGHT: If the tomato is a fruit, doesn't that make ketchup a smoothie?

Offline

 

#63 2011-08-10 17:02:44

joefarebrother
Scratcher
Registered: 2011-04-08
Posts: 1000+

Re: Semi-transparent sprites (NOT ghost effect, only partly)

You cannot actually do it in scratch, but you can fake it by rubbing out pixels in the paint editor in a checkerboard pattern then you will see the sprite and what is behind it and you could do it with only part of the costume and adjust the ghost effect to make the sprite more or less transparent and also colour sensing and stamping work normally!


My latest project is called http://tinyurl.com/d2m8hne! It has http://tinyurl.com/d395ygk views, http://tinyurl.com/cnasmt7 love-its, and http://tinyurl.com/bwjy8xs comments.
http://tinyurl.com/756anbk   http://tinyurl.com/iplaychess

Offline

 

#64 2012-08-16 23:54:51

bizarrestuff
New Scratcher
Registered: 2012-08-16
Posts: 1

Re: Semi-transparent sprites (NOT ghost effect, only partly)

You know, for my Duel game, I'm adding a class which will need this semi-transparency.  But think of all of the great stuff you can do with this other than that!  It can be used to show life loss like in some video games, maybe mario, or it can also be used for the changes of transparency in clouds as they thicken or clear up IT WOULD BE INCREDIBLY USEFUL IN SO MANY CASES!!!!
But a suggestion I'd have to make is that when your editing a sprite or a costume, make it so you can control the level of transparency, sorta like how they have in other softwares, like Microsoft Office.  Hopefully thet can make an update soon

Offline

 

#65 2012-08-17 08:21:39

selenamarte
Scratcher
Registered: 2012-04-21
Posts: 78

Re: Semi-transparent sprites (NOT ghost effect, only partly)

i support! i think it will reduce lag from too much blocks or scripts. this is a great idea!


http://scratch.mit.edu/static/projects/selenamarte/2691436_sm.png

Offline

 

#66 2012-08-19 06:13:36

BirdByte
Scratcher
Registered: 2012-07-07
Posts: 1000+

Re: Semi-transparent sprites (NOT ghost effect, only partly)

Support infinity!


http://i50.tinypic.com/312u714.jpg

Offline

 

#67 2012-08-19 06:38:26

soniku3
Scratcher
Registered: 2011-12-08
Posts: 1000+

Re: Semi-transparent sprites (NOT ghost effect, only partly)

support!


internet's all about cats today.

Offline

 

#68 2012-08-19 07:30:10

jontmy00
Scratcher
Registered: 2011-11-28
Posts: 1000+

Re: Semi-transparent sprites (NOT ghost effect, only partly)

bizarrestuff wrote:

You know, for my Duel game, I'm adding a class which will need this semi-transparency.  But think of all of the great stuff you can do with this other than that!  It can be used to show life loss like in some video games, maybe mario, or it can also be used for the changes of transparency in clouds as they thicken or clear up IT WOULD BE INCREDIBLY USEFUL IN SO MANY CASES!!!!
But a suggestion I'd have to make is that when your editing a sprite or a costume, make it so you can control the level of transparency, sorta like how they have in other softwares, like Microsoft Office.  Hopefully thet can make an update soon

That was a necropost. This topic was more than a year old.  hmm


FOR ALL THE NEWS ON UPDATES FOR SIMPLISTICRAFT, CLICK HERE.

Offline

 

#69 2012-08-19 07:43:47

BirdByte
Scratcher
Registered: 2012-07-07
Posts: 1000+

Re: Semi-transparent sprites (NOT ghost effect, only partly)

jontmy00 wrote:

bizarrestuff wrote:

You know, for my Duel game, I'm adding a class which will need this semi-transparency.  But think of all of the great stuff you can do with this other than that!  It can be used to show life loss like in some video games, maybe mario, or it can also be used for the changes of transparency in clouds as they thicken or clear up IT WOULD BE INCREDIBLY USEFUL IN SO MANY CASES!!!!
But a suggestion I'd have to make is that when your editing a sprite or a costume, make it so you can control the level of transparency, sorta like how they have in other softwares, like Microsoft Office.  Hopefully thet can make an update soon

That was a necropost. This topic was more than a year old.  hmm

It's also irrelevant because Scratch is vector now, so it has anti-aliasing and semi-transparency support. Never thought of that.


http://i50.tinypic.com/312u714.jpg

Offline

 
  • Index
  •  » Suggestions
  •  » Semi-transparent sprites (NOT ghost effect, only partly)

Board footer