Exemplo n.º 1
0
  public void setGimmicBringToFront() {
    if (this.mScene != null) {

      int zIndex = this.mScene.getChild(mScene.getLastChild().getTag()).getZIndex();
      zIndex++;
      this.sprGimmic[0].setZIndex(zIndex++);
      this.sprGimmic[1].setZIndex(zIndex++);
      this.sprGimmic[2].setZIndex(zIndex++);
      this.mScene.sortChildren();
    }
  }