Discuss Scratch

kiddler
Scratcher
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/
scratchster159
Scratcher
9 posts

I need Help with me game

One thing i know how to do is to make the arrow point towards the mouse.
pointtowards mouse-cursor
Or something like that.

Last edited by scratchster159 (Oct. 26, 2015 18:06:47)

FrankieJrJr
Scratcher
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.
kiddler
Scratcher
50 posts

I need Help with me game

FrankieJrJr wrote:

https://scratch.mit.edu/projects/84949866/

I remixed your game and made the scripts that i think you want.

THANKS!
kiddler
Scratcher
50 posts

I need Help with me game

I need help with this one too. Its a little laggy for me

https://scratch.mit.edu/projects/82474934/
deck26
Scratcher
1000+ posts

I need Help with me game

kiddler wrote:

I need help with this one too. Its a little laggy for me

https://scratch.mit.edu/projects/82474934/
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.
deck26
Scratcher
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

forevergotoSprite1pointtowardsmouse pointergotoSprite1
when all you need is
forevergotoSprite1pointtowardsmouse pointer

Powered by DjangoBB