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

#1 2012-08-18 13:13:32

Firedrake969
Scratcher
Registered: 2011-11-24
Posts: 1000+

Glow but invisible color

How do I make a danger zone but hidden until the glow shows it? Here.


Click the sign.
https://s3.amazonaws.com/eterna/eterna2/logo2.png

Offline

 

#2 2012-08-18 13:48:12

flashgamer001
Scratcher
Registered: 2012-07-31
Posts: 8

Re: Glow but invisible color

You could use

if <touching [Sprite3 v]>
show
else
hide
end
or
if <touching [Sprite3 v]>
switch to costume [showing v]
else
switch to costume [hidden v]
end
But if you want to make it like the light is illuminating it, you may need to break the sprite into many smaller sprites and apply one of the above or a color effect.


Let the sparks fly...

Offline

 

#3 2012-08-18 16:29:56

Firedrake969
Scratcher
Registered: 2011-11-24
Posts: 1000+

Re: Glow but invisible color

That's not going to work... is there any other way...?


Click the sign.
https://s3.amazonaws.com/eterna/eterna2/logo2.png

Offline

 

#4 2012-08-26 19:35:02

flashgamer001
Scratcher
Registered: 2012-07-31
Posts: 8

Re: Glow but invisible color

Only other way I could think of is backlighting, which would mean putting the "danger zone" one layer higher the the glow. That's probably something you would do for things like walls and floor anyway.


Let the sparks fly...

Offline

 

#5 2012-08-26 19:43:19

Wickimen
Scratcher
Registered: 2009-08-02
Posts: 1000+

Re: Glow but invisible color

Uhh
Completely transparent (set ghost effect to 100) sprite that covers a certain area? Then when the main character/sprite touches this invisible area a broadcast will make the danger zone glow
??

Or wait is that what you mean
I can't tell


xDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD

Offline

 

#6 2012-08-26 20:16:26

Firedrake969
Scratcher
Registered: 2011-11-24
Posts: 1000+

Re: Glow but invisible color

Never mind, reporting to be closed.


Click the sign.
https://s3.amazonaws.com/eterna/eterna2/logo2.png

Offline

 

#7 2012-08-26 20:28:23

cheddargirl
Scratch Team
Registered: 2008-09-15
Posts: 1000+

Re: Glow but invisible color

Closed by request.


http://i.imgur.com/8QRYx.png
Everything is better when you add a little cheddar, because when you have cheese your life is at ease  smile

Offline

 

Board footer