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

#1 2011-08-03 10:11:29

Scratcher0000
Scratcher
Registered: 2011-08-01
Posts: 100+

I need help with this project (THIS SHOULD NOT GO IN COLLAB)

I was trying to make a game but I can't get the arrow to move the way I want it to. Controls are: Up - make the arrow move up. Down - Make the arrow move down. C - Center the arrow. Space - Shoot. I can't get the arrow to move the way I want it to when it shoots. Here is the project I need help fixing. If you fix it first, I will give you three love-its on any project of your choice. I will also give credit to you. The project I need help fixing is this: http://scratch.mit.edu/projects/Scratcher0000/1958848.

Offline

 

#2 2011-08-03 19:11:44

MoreGamesNow
Scratcher
Registered: 2009-10-12
Posts: 1000+

Re: I need help with this project (THIS SHOULD NOT GO IN COLLAB)

I looked at your script and just replace what is in your "if space key pressed AND touching sprite 1" with:

     <repeat( 10 )
           <move( 45 )steps>
     <end>

Last edited by MoreGamesNow (2011-08-03 19:11:55)


http://images2.layoutsparks.com/1/218929/rubiks-cube-animated-rotating.gif
"Cogito ergo sum" --  I think, therefore I am

Offline

 

#3 2011-08-05 06:34:31

ellscharstark
Scratcher
Registered: 2010-10-09
Posts: 100+

Re: I need help with this project (THIS SHOULD NOT GO IN COLLAB)

You could:<repeat( 10 )<change y by( 45 )

Your explanation wan't very clear.

-----------------------------------------------

ellscharstark :-)

Wishing I wasn't a 'New' Member after 2 years. :-(
P.S. Don't make some annoying comment about the contents of my 'signature'.


From ellscharstark - I like boring signatures but I love colours!  smile   tongue   lol
P.S. I live in England!

Offline

 

#4 2011-08-05 16:52:01

mrdinosaur
Scratcher
Registered: 2010-01-13
Posts: 100+

Re: I need help with this project (THIS SHOULD NOT GO IN COLLAB)

Scratcher0000 wrote:

I was trying to make a game but I can't get the arrow to move the way I want it to. Controls are: Up - make the arrow move up. Down - Make the arrow move down. C - Center the arrow. Space - Shoot. I can't get the arrow to move the way I want it to when it shoots. Here is the project I need help fixing. If you fix it first, I will give you three love-its on any project of your choice. I will also give credit to you. The project I need help fixing is this: http://scratch.mit.edu/projects/Scratcher0000/1958848.

See my project Slugs for correct sprite movement. My main character  has the script in it. Give credit if you use.


http://www.xboxlc.com/cards/newblack/BuffetSnake008.jpg Add me on XBL! Check out my newest games/animations!

Offline

 

Board footer