Discuss Scratch

benntheboi5432
Scratcher
7 posts

i need help remaking my horror game that isnt too scary and i need help with the chasing

does anyone know how to make chasing for clones?
benntheboi5432
Scratcher
7 posts

i need help remaking my horror game that isnt too scary and i need help with the chasing

when I start as a clone
point towards(other sprite)
move (3) steps



Last edited by benntheboi5432 (March 24, 2024 02:02:39)

benntheboi5432
Scratcher
7 posts

i need help remaking my horror game that isnt too scary and i need help with the chasing

here is the code for the other clone that I'm trying
when I start as a clone
set [other sprite] to (my character)
when green flag clicked
set [my character] to [1]
benntheboi5432
Scratcher
7 posts

i need help remaking my horror game that isnt too scary and i need help with the chasing

but the monster goes right I need it to follow the player

Last edited by benntheboi5432 (March 24, 2024 02:08:21)

RayDude5011
Scratcher
57 posts

i need help remaking my horror game that isnt too scary and i need help with the chasing

Can you send a link to the project that you are having issues with? That way I will be able to see what the problem is.

12 y/o biracial and autistic boy.
kooqle
Scratcher
100+ posts

i need help remaking my horror game that isnt too scary and i need help with the chasing

The problem is that the chasing code only runs once. your method works well:

benntheboi5432 wrote:

when I start as a clone
point towards(other sprite)
move (3) steps



The solution may just to have a repeat:
when green flag clicked
repeat (99999999999999)
point towards [other sprite v]
move (3) steps
wait (0.1) secs

end

A signature is a small piece of text that is attached to your posts. In it, you can enter just about anything you like. Perhaps you would like to enter your favourite quote or your star sign. It's up to you! In your signature you can use BBCode if it is allowed in this particular forum. You can see the features that are allowed/enabled listed below whenever you edit your signature.

when [ follow v] key pressed
think [thanks!] for (2) secs
benntheboi5432
Scratcher
7 posts

i need help remaking my horror game that isnt too scary and i need help with the chasing

https://scratch.mit.edu/projects/988641019/ here is the game I am having trouble with

Powered by DjangoBB