#sounds not going to the right parent
1 messages · Page 1 of 1 (latest)
Try moving the walk array assignment into the runStartEvent callback
I think because it doesn't have a parent assigned when it's created, the garbage collection picks it up before the event listener can be called
** You are now Level 2! **
Cause youre not calling an instance youre calling shit in an array
You have to stire the paths and clone then later when choosing
And then set the clones parent
The array contains a reference to the instance, and the instance can be modified through it.
No hes trying to put a clone in it