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 )y
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 9 )y
9
Offline
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.])
Offline
an easy way to move
example
<glide( 4 )secs to x 3 )y
20
then my object moved Y: 20 and X: 3 in 4 seconds
Offline
so if you have your sprite to Y: 20 and X: 3...
move your object somewhere else!!!!!!!!!!
Offline
or try
<when green flag clicked>
<go to x 1 )y
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(
Offline
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
Offline