I save dictionary before i go to layout 2 using:
Key EqSlot.SlotType
Value EqSlot.AnimationFrame
Also i display this data using Text "KEY=" & EqSlot.SlotType &
" | VAL=" & EqSlot.AnimationFrame.
All works fine in layout 1 ( i see this in text object) but when i go to layout 2 i have:
On start of layout
→ For each EqSlot
→ EqSlot: Set animation frame to Dictionary.Get(EqSlot.SlotType)
and this dont work, in layout 2 i have empty slots (frame 0 means empty)