okay… i’ve found the error… I used an pathActor instead of an simple path.
But, how to change the direction of the path movement?
setAutoRotate(true, CAAT.PathBehavior.autorotate.LEFT_TO_RIGHT)
changing this to
setAutoRotate(true, CAAT.PathBehavior.autorotate.RIGHT_TO_LEFT).
didn’t work. any ideas?
LikeLike