I'm trying to use the .getPosition methods functions to get the x and y of an object but I just keep getting errors. Is their a certain order or different function you have to use?
let POS = this.actor.getPosition()
Sup.log(POS.x+"/"+POS.y)
Thanks