I think that in Scratch, you should be able to draw pen ON sprites! I mean, if you can do it in the paint editor, you can do it in the game, right? And, hopefully (please) Could you make it so that the sprite draws on the sprite as part of it, even if it just starts by touching it? I have a script to reverse the effect right here if people don't like it--
<if><touching[ sprite
<pen down>
<else>
<pen up>
<end>
Offline
I wish for that! It could make Drawn To Life for Scratch!
Offline
<pen down on [name of sprite]> <stamp on [name of sprite]>
drawing on current costume of a sprite / obejct. <set midpoint>
<set drawcolor to transparency>
<clear sprite> <create sprite> <clear costume>
<pen down on [name of sprite] - [costume nr.]>
Advanced mode for older students
Offline
Yeah... When you draw something for a game, it has to stay still or use a lot of variables to remember positions and directions.
Offline