I have a Global Variable ( score) and I add 1 to "Score" when I pick up a certain item. I set txt to ScoreTXT ( visible score on layout) and it works fine for Layout 1. On entering Layout 2 ( all layouts using the same Events Sheet) the ScoreTxt does not show (but the correct score is being kept). When the player picks up the right item on layout 2, I see the global score, but only then.
How can I get the score to show on layout 2, and when the player gets the item, updated. So score shows 1 on layout 2, and on getting the right item, changes to 2 and so on. thx.