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

#1 2011-02-07 02:26:12

haniyamout1
Scratcher
Registered: 2009-12-20
Posts: 27

moving in your project (100% EASY)

here is how you can move your sprite in a easy way!

<when green flag clicked>   or     <when[  ]key pressed>   or    <when I receive[



<glide(  )secs to x sad   )y sad 

first go to control
then move your sprite were ever you want
then go back to motion for example

I went to control
I moved my sprite to x:9 Y:9
and when I went back to motion I found

<glide(  )secs to x sad  9 )y sad  9


Threat Detected!!!    REAL THREAT
Delete It Or Get 10000 Infections!!!!!! not fake  sad

Offline

 

#2 2011-02-12 09:18:21

bananaman114
Scratcher
Registered: 2010-03-15
Posts: 1000+

Re: moving in your project (100% EASY)

Or you- wait, for a game? Or an animtion? If a game, you could do: 
When green flag clicked
hide
wait until (Play) =1
Forever
if key right arrow pressed
change x by 3 (Or change ScrollX by -3 [if you do it the way I do it.])


the sun still shines

Offline

 

#3 2011-03-01 08:35:21

haniyamout1
Scratcher
Registered: 2009-12-20
Posts: 27

Re: moving in your project (100% EASY)

an easy way to move


example


<glide( 4 )secs to x sad  3 )y sad  20


then my object moved Y: 20 and X: 3 in 4 seconds


Threat Detected!!!    REAL THREAT
Delete It Or Get 10000 Infections!!!!!! not fake  sad

Offline

 

#4 2011-03-03 02:30:47

haniyamout1
Scratcher
Registered: 2009-12-20
Posts: 27

Re: moving in your project (100% EASY)

so if you have your sprite to Y: 20 and X: 3...

move your object somewhere else!!!!!!!!!!


Threat Detected!!!    REAL THREAT
Delete It Or Get 10000 Infections!!!!!! not fake  sad

Offline

 

#5 2011-03-16 04:08:14

haniyamout1
Scratcher
Registered: 2009-12-20
Posts: 27

Re: moving in your project (100% EASY)

or try

<when green flag clicked>





<go to x sad  1 )y sad  2



and your object goes x:1 Y:2


or change where your object goes!!! like this


<change x by(              <change y by(          <set x to(           <set y to(


Threat Detected!!!    REAL THREAT
Delete It Or Get 10000 Infections!!!!!! not fake  sad

Offline

 

#6 2011-03-25 11:21:21

haniyamout1
Scratcher
Registered: 2009-12-20
Posts: 27

Re: moving in your project (100% EASY)

bananaman114 wrote:

Or you- wait, for a game? Or an animtion? If a game, you could do: 
When green flag clicked
hide
wait until (Play) =1
Forever
if key right arrow pressed
change x by 3 (Or change ScrollX by -3 [if you do it the way I do it.])

Reply message

this is something cool!
moving...
100% cool  smile


Threat Detected!!!    REAL THREAT
Delete It Or Get 10000 Infections!!!!!! not fake  sad

Offline

 

Board footer