Pages: 1
Topic closed
So I'm making this game where the objective is to keep away from the sprites that are chasing the main character. When one of the sprites touches the main character, both go back to their original places.
However, I can't seem to find a way to get the other chasing sprites to go back to their original places when the main character has been caught. There's no way of connecting them as far as I can see.
If it helps, I do have number of lives as a variable.
That's my most immediate problem, but if anyone has any ideas for how the motion of the other sprites could be done, I wouldn't mind some tips with regard to that as well.
Offline
Hello, amymak!
First of all, this is not considered an advanced topic. Advanced topics deal with the scratch source code, etc... This would be better suited in the All About Scratch forum. Secondly, you should make the player sprite broadcast a message when it dies. Then, program the chasing sprites to go to your desired X and Y when they receive the message. If you need any further assistance, just post here. Looking forward to the project!
Thanks for reading, and scratch on!
Offline
Topic closed
Pages: 1