Hi Guys, and if you use only a Behavior, like that:

Image {
  property int currentImage:1
  source: "img/sequence"+currentImage+".png"
  Behavior on currentImage {
    PropertyAnimation { duration: 1000 }
  }
  MouseArea {
  anchors.fill: parent
  onClicked: parent.currentImage = 10
  }
}

How About?

I make another example in:
http://quicking.wordpress.com/2011/07/08/image-sequence/

Diego
_______________________________________________
Qt-qml mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-qml

Reply via email to