I'm trying to make a dress-up game using scratch. However I just cant figure out these scripts! Im trying to get it to the point were the dress will go on the character by clicking on it. SOMEONE HELP!!!!!! ;(
WHICH SCRIPT DOES WHICH!?!?!?
Offline
Why not make it draggable? I'll show you the scripts here, though clicking the lock next to it's orientation will make it draggable too:
<when green flag clicked>
<forever>
<if><< <mouse down?> <and> <touching[ mouse pointer >>
<go to[ mouse pointer
<end>
<end>
Offline
frogger3 wrote:
or if you want it to goto it you can do this:
[blocks]
<when green flag clicked>
<forever>
<if><< <mouse down?> <and> <touching[ mouse >>
<go to xyour )y
sprite )>
<end>
<end>
I've edited what you said and changed the script a little...
Offline