On Fri, Sep 3, 2010 at 9:16 AM, Adriano Rezende <[email protected]> wrote: > 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 > } >
That is a much more elegant solution than mine. Thank you. Alex _______________________________________________ Qt-qml mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-qml
