Animate v2301 HTML5 Canvas placing variables in wrong dynamic text locations
On a frame I have 5 Dynamic Text objects:

On that frame I am directing variables to populate these objects:
this.sctn_HDR.text = sctn_AA2A;
this.AA2_Copy.text = AA2_copy;
this.PC1.text = AA2_PC1;
this.PC2.text = AA2_PC2;
this.PC3.text = AA2_PC3;These are the varible strings:
sctn_AA2A = "SciLog Cryobag Filler System";
AA2_copy = "The SciLog Cryobag Filler...";
AA2_PC1 = "Single Use Sensors & Monitors";
AA2_PC2 = "Single Use Assemblies";
AA2_PC3 = "Bioprocess Containers";
So, what's the deal with this misplacement of the variables I assigned?

Why is Animate making my variables appear where I did not indicate?
Why, for example, is PC3 not displaying the string I assigned to it?
Advanced layers on or off makes no difference.
Anyone else running into this issue?
Thanks.
