Hi,
you can use the "expression" option in the context menu on the "Styled Text" field to set it to a Lua expression.
The expression will be evaluated whenever the tool is rendered and the result used as the styled text.
As an example, you could set the expression to:
- Code: Select all
"Current frame " .. time
to see a simple frame counter.
cheers