Random directions

how would you make a character attach to a random path and move them along when clicked

Hi @elysio,

One way to do this would be to:

  1. Set up a bunch of paths and put them in a list
  2. Set up a click event for that character
  3. Inside the click event:
  • Select a random path from the list and put in a variable
  • Move the character along that path

Hope that helps! Let me know if you have any further questions.

Geoff @ TechLeap