Discuss Scratch

Scratch12300
Scratcher
500+ posts

Option to make a piece of your drawing "decoration".

On the paint editor, you should be able to highlight a piece of your drawing and check a box that says “decoration”. That means that it will ignore whatever you highlighted with the “<touching {v}>” block, and other blocks that deal with touching something, like the “when this sprite clicked” hat block.

Last edited by Scratch12300 (July 15, 2013 23:35:01)

Failord
Scratcher
1000+ posts

Option to make a piece of your drawing "decoration".

Whoah! That's actually a pretty good idea! Full support. I think it means a fundamental shift in how that particular boolean works, though.

Last edited by Failord (May 19, 2013 18:42:32)

SuperJedi224
Scratcher
100+ posts

Option to make a piece of your drawing "decoration".

+1
300 EMWP for you!

Last edited by SuperJedi224 (May 19, 2013 01:34:16)

xlk
Scratcher
100+ posts

Option to make a piece of your drawing "decoration".

or you could have the decoration be a different sprite that moves to the actual sprite and follows its movement…
or you could use the “touching colour”
Scratch12300
Scratcher
500+ posts

Option to make a piece of your drawing "decoration".

xlk wrote:

or you could have the decoration be a different sprite that moves to the actual sprite and follows its movement…
or you could use the “touching colour”
But then it looks weird. I know there are workarounds, but in my defence there are workaraunds for almost everything on scratch!
xlk
Scratcher
100+ posts

Option to make a piece of your drawing "decoration".

this precise one is easy, unless you have dinamic speeds on that sprite, then you'd have to do twice as many calculations to put the other….
darkness3560
Scratcher
100+ posts

Option to make a piece of your drawing "decoration".

+2¹⁶
scratchisthebest
Scratcher
1000+ posts

Option to make a piece of your drawing "decoration".

Scratch12300 wrote:

xlk wrote:

or you could have the decoration be a different sprite that moves to the actual sprite and follows its movement…
or you could use the “touching colour”
But then it looks weird. I know there are workarounds, but in my defence there are workaraunds for almost everything on scratch!
Just dump this in a second sprite.

forever {
go back (999) layers
go to [drawing v]
}

Last edited by scratchisthebest (May 30, 2013 02:17:19)

Scratch12300
Scratcher
500+ posts

Option to make a piece of your drawing "decoration".

scratchisthebest wrote:

Just dump this in a second sprite.

forever {
go back (999) layers
go to
}
It would still look weird, because it won't follow fast enough. I will make a project example when I'm on a computer.
Scratch12300
Scratcher
500+ posts

Option to make a piece of your drawing "decoration".

BUMP
dracae
Scratcher
1000+ posts

Option to make a piece of your drawing "decoration".

Why only for vector?

Support!
Scratch12300
Scratcher
500+ posts

Option to make a piece of your drawing "decoration".

dracae wrote:

Why only for vector?

Support!
Um, no reason!
dracae
Scratcher
1000+ posts

Option to make a piece of your drawing "decoration".

Scratch12300 wrote:

dracae wrote:

Why only for vector?

Support!
Um, no reason!
Lol! XD

Though could you give a few examples on the use of this function?

Last edited by dracae (July 15, 2013 23:49:52)

Scratch12300
Scratcher
500+ posts

Option to make a piece of your drawing "decoration".

dracae wrote:

Scratch12300 wrote:

dracae wrote:

Why only for vector?

Support!
Um, no reason!
Lol! XD

Though could you give a few examples on the use of this function?
This project. When the owl comes out it only gets the bat with it's talons or head. The rest is “Decoration”.
Failord
Scratcher
1000+ posts

Option to make a piece of your drawing "decoration".

dracae wrote:

Though could you give a few examples on the use of this function?

I want to make my sprite go out of the screen, but the invisible border messes with my <touching [ ] > boolean. If I made the invisible border decoration, I could have my cake and eat it, too!
dracae
Scratcher
1000+ posts

Option to make a piece of your drawing "decoration".

Failord wrote:

dracae wrote:

Though could you give a few examples on the use of this function?

I want to make my sprite go out of the screen, but the invisible border messes with my <touching [ ] > boolean. If I made the invisible border decoration, I could have my cake and eat it, too!
Ahh.

(I still can't make that invisible border… )
ProdigyZeta7
Scratcher
1000+ posts

Option to make a piece of your drawing "decoration".

dracae wrote:

(I still can't make that invisible border… )
Using the Vector editor, make a box over your sprite, filled, and any color. Select it, and send it to the back layer. Next, select the transparent color (next to white), and use the paint bucket on the box you drew (don't forget the edges).

You're welcome.
dracae
Scratcher
1000+ posts

Option to make a piece of your drawing "decoration".

ProdigyZeta7 wrote:

dracae wrote:

(I still can't make that invisible border… )
Using the Vector editor, make a box over your sprite, filled, and any color. Select it, and send it to the back layer. Next, select the transparent color (next to white), and use the paint bucket on the box you drew (don't forget the edges).

You're welcome.
WOAH OMG AMAZING :O :O :O

Failord
Scratcher
1000+ posts

Option to make a piece of your drawing "decoration".

ProdigyZeta7 wrote:

Select it, and send it to the back layer.

Actually, not necessary, but good for organization and less of a pain in the hindquarters.
Scratch12300
Scratcher
500+ posts

Option to make a piece of your drawing "decoration".

BUMP

This topic is too good too suffocate. (My opinion).

Powered by DjangoBB