↧
By: aparadekto
Hey, I can’t view your site properly within Opera, I actually hope you look into fixing this. LikeLike
View ArticleBy: Moritz Gerold
Hey hyperandroid, i’ve tried to do a very simple animation with CAAT. I’ve clicked and search through most of the samples on the tutorial page, but didn’t find the error of my code. Would be great if...
View ArticleBy: Moritz Gerold
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)...
View ArticleBy: Anonymous
If you want to traverse the path inversely, you must set a different pathbehavior interpolator: pathbehavior.setInterpolator( new CAAT.Interpolator().createLinearInterpolator( false, true ); false= no...
View Article