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

#1 2008-08-02 19:12:10

OjamajoMewEva
Scratcher
Registered: 2008-08-02
Posts: 1

Im sooo confused!!

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

 

#2 2008-08-02 19:13:58

Bluestribute
Scratcher
Registered: 2008-01-24
Posts: 1000+

Re: Im sooo confused!!

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>


http://img247.imageshack.us/img247/1204/bluestributett4.jpg
That's my PSN ID. I know tons of COD4 glitches. Add me as your friend. Oh, and get a headset

Offline

 

#3 2008-08-02 19:23:22

frogger3
Scratcher
Registered: 2008-08-02
Posts: 2

Re: Im sooo confused!!

or if you want  it to goto it you can do this:
[blocks]
<when green flag clicked>
<forever>
<if><mouse down?>
<go to x sad  your )y sad  sprite )>
<end>
<end>

Offline

 

#4 2008-08-03 11:15:42

registeel
Scratcher
Registered: 2008-04-27
Posts: 500+

Re: Im sooo confused!!

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 x sad  your )y sad  sprite )>
<end>
<end>

I've edited what you said and changed the script a little...

Offline

 

Board footer