Pages: 1
Topic closed
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
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)
Offline
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'.
Offline
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.
Offline
Topic closed
Pages: 1