create a materialField, call it “myField”
create a Label field
set the script of the Label field to
on mouseMove
set the text of widget "myField" to the milliseconds
end mouseMove
In Edit mode move the mouse over the Label field.
Note that the milliseconds are shown in widget “myField”
Switch to Run mode and move the mouse over the Label Field
Note that the milliseconds are not shown in widget “myField”