Пример #1
0
 public Animation() {
   scenes = new ArrayList();
   totalTime = 0;
   start();
 }