Sorry, onConditionChanged is as follows:

GuardAnimation.qml
===========================================
ScriptAction {
    property variant target
    property bool condition

    script: if (condition) target.paused = true
    onConditionChanged: if (!condition) target.paused = false
}

Br,
Adriano
_______________________________________________
Qt-qml mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-qml

Reply via email to