[blocks]
Hi everyone:
I'm new, and probably posting on the wrong section but anyway:
Ever wanted to make a sprite like a target for a shooting game, but don't know how to make it move around the screen when you move the mouse?
Well here is a simple guide:
Click
<when green flag clicked>
<forever> <x position>
<mouse x>
Offline
Sorry, this is wrong...I am not very experenced with putting blocks in my posts
So here is the ACTUAL code
For turning left/right:
when green flag clicked
<start forever>
set x to (mouse x)
<end forever>
and for turning up/down:
when green flag clicked
<start forever>
set y to (mouse y)
<end forever>
Offline