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

#1 2011-08-11 19:02:16

happyg01
Scratcher
Registered: 2010-10-27
Posts: 17

Help

Im trying to get my sprite to move counter clockwise on the edge of the screen and wen it touches the second sprite i want it to move counter clock wise on the edge of the screen can any1 help.

Offline

 

#2 2011-08-11 20:00:51

Locomule
Scratcher
Registered: 2009-08-24
Posts: 500+

Re: Help

post your project, then link to it here to get better responses


aka Pain from DragonSpires, Delrith Online, BotBattle, Urban Dead etc etc lol

Offline

 

#3 2011-08-11 20:18:10

4lover
Scratcher
Registered: 2010-04-24
Posts: 500+

Re: Help

did you just repeat yourself?


Check out this awesome new zombie-cod type of game: http://scratch.mit.edu/projects/4lover/1975649

Offline

 

#4 2011-08-11 20:38:01

Harakou
Community Moderator
Registered: 2009-10-11
Posts: 1000+

Re: Help

I'm a little confused here. You said you want it to do something, then keep doing the same thing when it touches another sprite. I assume you want something different than that, but I'm not sure what.  hmm

Locomule wrote:

post your project, then link to it here to get better responses

Hey, you're back!  big_smile


http://www.blocks.scratchr.org/API.php?action=random&return=image&link1=http://i.imgur.com/OZn2RD3.png&link2=http://i.imgur.com/duzaGTB.png&link3=http://i.imgur.com/CrDGvvZ.png&link4=http://i.imgur.com/POEpQyZ.png&link5=http://i.imgur.com/ZKJF8ac.png

Offline

 

#5 2011-08-11 21:47:32

happyg01
Scratcher
Registered: 2010-10-27
Posts: 17

Re: Help

I haven't started it. don't know how to make it move around the edges

Offline

 

#6 2011-08-11 22:10:23

happyg01
Scratcher
Registered: 2010-10-27
Posts: 17

Re: Help

sorry i mean i want it 2 go counter clock wive on the edge and wen it hits sprite number2 i want it to go anti clock wise
sorry about tat

Offline

 

#7 2011-08-12 00:04:20

slayerrobe7
Scratcher
Registered: 2011-06-24
Posts: 500+

Re: Help

um try puting it at the wall also make walls for sprites than add this script
      <when green flag clicked>
         
             <forever>

          <move( 10 )steps>

           <end>

         <if>
                 
             <touching[ wall<turn cw( 180 )degrees>
             
                <move( 1 )steps>

                 <turn cw( 90 )degrees>


!!!When it comes to Scratch2.0 I am totally like freaking out!!!

Offline

 

#8 2011-08-12 00:11:44

MyRedNeptune
Community Moderator
Registered: 2007-05-07
Posts: 1000+

Re: Help

happyg01 wrote:

sorry i mean i want it 2 go counter clock wive on the edge and wen it hits sprite number2 i want it to go anti clock wise
sorry about tat

Do you mean you want the sprite to go clockwise when it hits sprite2? Anti-clockwise is the same thing as counterclockwise.


http://i52.tinypic.com/5es7t0.png I know what you're thinking! "Neptune! Get rid of those filthy advertisements and give us back the Zarathustra siggy, you horrible person!" Well, don't worry about it, the Zara siggy will be back soon, new and improved! ^^ Meanwhile, just do what the sig tells you to. >.>

Offline

 

#9 2011-08-12 00:33:05

happyg01
Scratcher
Registered: 2010-10-27
Posts: 17

Re: Help

yea sorry clock wise and anti clock wise.

Offline

 

#10 2011-08-12 01:11:14

Thescratch3
Scratcher
Registered: 2011-06-14
Posts: 1000+

Re: Help

slayerrobe7 wrote:

um try puting it at the wall also make walls for sprites than add this script
      <when green flag clicked>
         
             <forever>

          <move( 10 )steps>

           <end>

         <if>
                 
             <touching[ wall<turn cw( 180 )degrees>
             
                <move( 1 )steps>

                 <turn cw( 90 )degrees>

That will not work. You can't put any blocks after a forever ends.


View my projects. Or face The scratch curse! (Get it?)
http://i56.tinypic.com/2cdk8hy.png

Offline

 

#11 2011-08-12 01:12:27

Thescratch3
Scratcher
Registered: 2011-06-14
Posts: 1000+

Re: Help

happyg01 wrote:

Im trying to get my sprite to move counter clockwise on the edge of the screen and wen it touches the second sprite i want it to move counter clock wise on the edge of the screen can any1 help.

All your posts are quite confusing. Post the project. Then we can help much easily.


View my projects. Or face The scratch curse! (Get it?)
http://i56.tinypic.com/2cdk8hy.png

Offline

 

Board footer