So i tried moving a Token to an object with
but if i replace it with
it works fine? how can i fix it?
but it does not slide to slot_x_y, it slides to 12px 1979.9px, which is out of my screen.this.slideToObject('token_' + x + '_' + y, 'slot_' + x + '_' + y).play();
but if i replace it with
this.PlaceOnObject('token_' + x + '_' + y, 'slot_' + x + '_' + y).play();
it works fine? how can i fix it?