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!!! Thanks!
Offline
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 wherever your )y starting point is )>
<end>
<end>[/blocks]
ooor
[blocks] <forever>
<if> <touching color[ use dropper to get exact shade ]
<go to x starting )y point )>
<end>
<end>[/blocks]
hope i helped
Offline
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.
Offline
How about is he is using the mouse for controll?
[blockes]
<when green flag clicked>
<point in direction( mouse
<move( )steps>
[/blocks]
Offline
sorry meen
[blocks]
<when green flag clicked>
<forever>
<point towards( mouse
<move( speed )steps>
<end>
[/blocks]
Offline
How i CAN CREATE SIX EQUILATERAL TRIANGLE EQUAL IN LENGTH 60 DEGREE EACH?
Offline
How To Create 5 Stars In Six Row Vertical? THEN MULTIPLY BY 9 ROW AND HAVE BLUE BACKGROUND LIKE THE FLAG?
Offline