To get it to stamp continuously, set up a Forever Loop under a Green Flag hat with Stamp in it. Then, handle the sprite movement with another stack of blocks, either using the arrow keys, or the mouse or some other method. It's hard to give you more specific advice without a better understanding of what you are trying to do.
[blocks]
<when green flag clicked>
<forever>
<stamp>
<end>
[/blocks]
Last edited by Paddle2See (2008-05-06 15:23:06)
Offline
Paddle2See wrote:
To get it to stamp continuously, set up a Forever Loop under a Green Flag hat with Stamp in it. Then, handle the sprite movement with another stack of blocks, either using the arrow keys, or the mouse or some other method. It's hard to give you more specific advice without a better understanding of what you are trying to do.
[blocks]
<when green flag clicked>
<forever>
<stamp>
<end>
[/blocks]
I think he asked how to MOVE continiously, not stamp. Basically well, I'm lazy, so I won't tell you, (I'm just tired) but I like proving people wrong, (especially my teacher!).
Offline
Why don't you share your project where you are working with the pen and I will see if there is a problem with your scripts.
Are you setting the pen color to the same color as the background? That would certainly make it look like the pen was not working.
Leave a link to your project and I'll take a look at it.
Offline
47fg74 wrote:
But wait isn't the paint color automaticly black?
--------------------------------------------------------------------------------
What emo means....
E is for emontional ruins everbodies day
M is for misrable people
O is for on the dark side... cause we have some fresh cookies
no colours blue
Offline
ashwinsm wrote:
paddle2see i want to known if there is an in-built pen or are the pen functions applicable to a sprite.
Every sprite has a built-in "Pen". You can specify a different pen color for every sprite, if you want.
Offline
Thanks a lot Paddle2see, i've been tryin to tell him that all along
Offline