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

#1 2008-06-25 05:45:35

_Pinky
Scratcher
Registered: 2007-08-24
Posts: 6

stamp block??

I am creating a project that uses the stamp block.  When I try to stamp on another sprite, the stamp mark goes behind the sprite.  How do I make the stamp appear on top of other sprites. 

This is my current code for the design sprite:
[block]
<when[design1  ]clicked>
<set{design1  }to( 1
<forever>
<go to[ stamper



<when I receive[ stamp1
<go to front>
<stamp>
[/block]

This is my current code for the stamper sprite:
[block]

<when green flag clicked>
<forever>
<if>
<( <{ design1 }> <=> 1 )>
<go to[ mouse-pointer
<else>
<go to x:(140  )y:(155



<when green flag clicked>
<forever if><< <(  <{ design1 }><=> 1 )> <and> <mouse down?> >>
<broadcast[stamp1
[/block]




all this does is leave a stamp forever without clicking the mouse.

Offline

 

#2 2008-06-25 06:14:10

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

Re: stamp block??

I am sorry to tell you that it is currently impossible to stamp on top of another sprite.  Stamps always go on the background (as does the Pen).


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

Offline

 

Board footer