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

#1 2011-09-15 10:11:01

Longworthco
New Scratcher
Registered: 2011-09-15
Posts: 1

Help!

Omg! We Can Not Figure Out How To Not Let Our Mouse Touch The Yellow Blocks! Also, We Can Not Figure Out How The Mouse Just Moves By Itself! If Anyone Can Help... That'd Be Great & Highly Appreciated!!!  smile  Thanks!

Offline

 

#2 2011-09-15 11:03:31

slammer111
New Scratcher
Registered: 2011-09-01
Posts: 33

Re: Help!

are you talking about a sprite mouse? or the mouse you use to control your cursor? i am just going to assume your talking about the sprite mouse. lets first do your problem about the mouse moving, if your script is something on the lines of:
[blocks]<when green flag clicked>
           <forever>
           <move( 1 )steps>
           <end>[/blocks]
without any ifs or "wait until" blocks before the move, then it will move. i suggest something along the lines of:

[blocks]<when green flag clicked>
            <forever>
              <if><key[ up arrow ]pressed?>
              <point in direction( 0 )>
              <move( 1 )steps>
              <end>
             <end>[/blocks]

that way, you will have to press the arrow to get it to move.

now, for the touching yellow blocks there are two ways, the first, make the blocks/line a sprite, and do this: (note: this should be on the block's script)
[blocks]<when green flag clicked>
           <forever>
            <if><touching[ sprite1]
            <go to x sad  wherever your )y sad  starting point is )>
            <end>
           <end>[/blocks]
ooor
[blocks] <forever>
             <if> <touching color[ use dropper to get exact shade ]
             <go to x sad  starting )y sad  point )>
             <end>
            <end>[/blocks]
hope i helped

Offline

 

#3 2011-09-15 18:35:25

pharesr
New Scratcher
Registered: 2011-09-05
Posts: 13

Re: Help!

Longworthco....You are so lucky that slammer111 answered your question.  YOU NEED TO POST THE URL SO THEY CAN SEE YOUR SCRIPT.  How can someone help if they can not see what you are working on? 

Do you remember how to get your URL?  If not, just ask me and I will be happy to help.   smile

Offline

 

#4 2011-09-16 15:38:40

orangeduelmaster1
Scratcher
Registered: 2011-09-16
Posts: 54

Re: Help!

How about is he is using the mouse for controll?
[blockes]
<when green flag clicked>
<point in direction( mouse
<move(  )steps>
[/blocks]


the best person there ever has been and who will ever be        
try roblox or this scratch fish!!!

Offline

 

#5 2011-09-16 15:41:56

orangeduelmaster1
Scratcher
Registered: 2011-09-16
Posts: 54

Re: Help!

sorry meen
[blocks]
<when green flag clicked>
<forever>
<point towards( mouse
<move( speed )steps>
<end>
[/blocks]


the best person there ever has been and who will ever be        
try roblox or this scratch fish!!!

Offline

 

#6 2011-09-16 15:52:02

johnny2011
New Scratcher
Registered: 2011-09-11
Posts: 2

Re: Help!

How i CAN CREATE SIX EQUILATERAL TRIANGLE EQUAL  IN  LENGTH 60 DEGREE EACH?

Offline

 

#7 2011-09-16 15:55:32

johnny2011
New Scratcher
Registered: 2011-09-11
Posts: 2

Re: Help!

How To Create 5 Stars In Six Row Vertical? THEN MULTIPLY BY 9 ROW AND HAVE BLUE BACKGROUND LIKE THE FLAG?

Offline

 

#8 2011-09-16 16:06:58

laptop97
Scratcher
Registered: 2011-06-27
Posts: 1000+

Re: Help!

johnny2011, please post a new topic to get more replies. Thanks!  smile

Offline

 

Board footer