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

#1 2012-03-14 14:06:28

tommyfluffy
New Scratcher
Registered: 2012-03-14
Posts: 1

movement!!!

How do u make the sprite move along the y and x axis?

HELP!!

Offline

 

#2 2012-03-14 18:24:52

trinary
Scratcher
Registered: 2012-01-29
Posts: 1000+

Re: movement!!!

Could you specify more exactly what you require the script to do?


http://trinary.tk/images/signature_.php

Offline

 

#3 2012-03-14 18:51:29

CheeseMunchy
Scratcher
Registered: 2008-10-13
Posts: 1000+

Re: movement!!!

When gf clicked
repeat [10]
change x by [10]
change y by [10]
end
There you go!


6418,

Offline

 

#4 2012-03-15 21:38:32

turkey3
Scratcher
Registered: 2011-12-04
Posts: 500+

Re: movement!!!

if you want it to move along the x axis do this:

change x by [insert number]
a positive number moves it right, a negative to the left. For the y axis do this:
.
change y by [insert number]
positive number goes up, negative goes down

Last edited by turkey3 (2012-03-15 21:38:52)

Offline

 

Board footer