From a4215f784b583065a1f78e4d3bf09662f2f985bd Mon Sep 17 00:00:00 2001 From: polos Date: Thu, 2 Mar 2017 11:43:06 +0100 Subject: [PATCH] update README --- examples/M-modules/quick/sokoban/README.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/examples/M-modules/quick/sokoban/README.txt b/examples/M-modules/quick/sokoban/README.txt index eb19a97..687ba7b 100644 --- a/examples/M-modules/quick/sokoban/README.txt +++ b/examples/M-modules/quick/sokoban/README.txt @@ -26,3 +26,16 @@ See: "qml/items/player.qml" "qml/items/box.qml" + + +TIP +=== + +See also function QML-SET-ALL, which is convenient for dynamically created +QML items, since many of them may have the same 'objectName'. + +Examples: + + (qml-set-all "wall" "opacity" 1/2) + + (qml-set-all "object" "scale" 2/3)