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

#1 2010-03-03 13:14:43

ibit
Scratcher
Registered: 2010-02-02
Posts: 1

How to stamp and move

I was just wondering how I would go about stamping a sprite along x and then moving down y and then stamping across x. repeat

Here is what I have:

When flag clicked
clear
set size to 50%
set x to -183
set y to -126
stamp
{REPEAT 6}
move 60 steps
stamp
{END REPEAT}

the image goes like this

X  X   X  X  X  X

I want it to do this..

X  X  X  X  X  X  X

X  X  X  X  X  X  X 

X  X  X  X  X  X  X  etc..

Please explain to me how it is done and why.

Thanks

Offline

 

#2 2010-03-03 14:02:55

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: How to stamp and move

Ok heres how i would do it.
http://img121.imageshack.us/img121/5339/howtostamp.gif if you dont understand ask, i think the notes should be able explain it.


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#3 2010-03-03 16:10:06

Jonathanpb
Scratcher
Registered: 2008-07-25
Posts: 1000+

Re: How to stamp and move

That's brilliant!  yikes  People don't normally help that much (except me  tongue )...  smile


"Human beings... must have action; and they will make it if they cannot find it.
-Charlotte Brontë

Offline

 

#4 2010-03-03 18:24:13

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

Re: How to stamp and move

Nice job markypark56!  I love those comments!


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

Offline

 

Board footer