Trying to make dotted line paths for each object to follow, but because I'm using pick 0 instance, objects only follow one set of nodes.
How do I make each object follow their own paths at the same time?
Instructions:
C3p file: https://www.dropbox.com/s/upp4wk2e1t3n2n3/followNodesTest3.c3p?dl=0
Thanks for the support!
You'll want to add an instance variable to the nodes and when they are created pass something like the UID/IID of the blue square to the nodes, then have the pick condition include node.variable=bluesquare.UID/IID
EDIT: I couldn't understand your events so I have created an alternate event sheet with different variable names and switched to move to behaviour to demonstrate.
1drv.ms/u/s!AkmrWgxeuxlKhIcV4LyHc4pXO6CSVg
Seems to work nearly perfect! The square seems to absorb/destroy whatever it's touching even if it's not the next sequential node, but I'll try tweaking yours a bit.
Yes I just used on overlap cause it was quick and easy but you could change the destroy condition to be anything you like.
Develop games in your browser. Powerful, performant & highly capable.
Here I changed it so that they always move towards the next node in sequence and only destroy that node once reached.
1drv.ms/u/s!AkmrWgxeuxlKhIcXmhbgIJBhseyfCQ
You are too kind. Thank you!