This example come from online

 Please refer to : http://jsfiddle.net/YVyKJ/2/

  • Createjs used by that example(6.0) is obsolete, but the concept still apply
  • Using the data generated by texture packer and then add in Animation Sequence yourself
  • BitmapAnimation used by that example doesn't exist any more, it's replaced by sprite class
  • addListener(stage) is replaced by addEventListener("tick", stage)
  • No labels