Hi!

Your close wink

myText.flags = SHOW;
should be
myText.flags |= SHOW;

Look up the flags in the manual.
Look up set() reset() toggle ()
To help you with this part
pick up my contribution : Flags at a glance
in the resource section.


Hope this helps!
Ottawa laugh

Ver 7.86.2 Pro and Lite-C