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

#1 2011-12-17 13:27:17

Boeing747guy
Scratcher
Registered: 2011-01-13
Posts: 17

How do I draw over sprites?

I'm trying to make a project where you can make your own planet. I have a problem where I made a tool where you can design the ground however you want, and it uses a pen block, unluckily it can't draw over sprites, I even tried making the block overlay the sprite. Any help?


"I'm the man who's gonna burn your house down.. with a lemon!" -Cave Johnson
http://i1188.photobucket.com/albums/z408/Boeing747guy/sigscratch.png

Offline

 

#2 2011-12-17 13:34:48

mcpNOVA
Scratcher
Registered: 2011-12-05
Posts: 100+

Re: How do I draw over sprites?

Try making the sprite go down a few layers. maybe then you can paint over them.
A good block would be this one:
<go back(  )layers>


http://i43.tinypic.com/n5fqcz.jpg

Offline

 

#3 2011-12-17 13:35:55

Boeing747guy
Scratcher
Registered: 2011-01-13
Posts: 17

Re: How do I draw over sprites?

Tried that, still doesn't work, I even tried making it go back to maximum and the drawing sprite to the front.


"I'm the man who's gonna burn your house down.. with a lemon!" -Cave Johnson
http://i1188.photobucket.com/albums/z408/Boeing747guy/sigscratch.png

Offline

 

#4 2011-12-17 14:06:32

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: How do I draw over sprites?

Sorry, you can't use a pen block to draw over a sprite.  The closest you can get is to use the stamp block to put a picture of the sprite on the drawing layer, then hide the sprite and draw with then pen over the stamped image.


http://i39.tinypic.com/2nav6o7.gif

Offline

 

#5 2011-12-17 16:31:24

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: How do I draw over sprites?

Unfortunately, anything done with any of the pen blocks (so the 'Stamp' block as well) will not go over sprites.


Why

Offline

 

Board footer