Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » I need Help with me game
- kiddler
-
50 posts
I need Help with me game
I made a game and I can shoot arrows. It works just not how I want it. I want the arrow's direction to follow the path of its gravity. If you would take a look and my game and help me. There are more instructions in the Arrow sprite.
https://scratch.mit.edu/projects/84865114/
https://scratch.mit.edu/projects/84865114/
- scratchster159
-
9 posts
I need Help with me game
One thing i know how to do is to make the arrow point towards the mouse.
Or something like that.
Last edited by scratchster159 (Oct. 26, 2015 18:06:47)
- FrankieJrJr
-
100+ posts
I need Help with me game
https://scratch.mit.edu/projects/84949866/
I remixed your game and made the scripts that i think you want.
I remixed your game and made the scripts that i think you want.

- kiddler
-
50 posts
I need Help with me game
https://scratch.mit.edu/projects/84949866/
I remixed your game and made the scripts that i think you want.
THANKS!

- deck26
-
1000+ posts
I need Help with me game
Not sure if it's what's causing your problem but you have a few broadcasts in forever loops which potentially means the broadcast receiver is being restarted before it has chance to do much. Try broadcast and wait or code to avoid using this method. I need help with this one too. Its a little laggy for me
https://scratch.mit.edu/projects/82474934/
- deck26
-
1000+ posts
I need Help with me game
You also have a few forever and repeat loops that check for something at the start and end of the loop which is pointless.
Eg in Sprite2 you have
Eg in Sprite2 you have
when all you need is
- Discussion Forums
- » Help with Scripts
-
» I need Help with me game