Pictures show all code in script file.
Code in image below shows only a black screen when started up.
Code in image below shows the layout and all in it, but no code under Player = runtime.objects.Player = getFirstInstance(); works when started up.
Code in image below runs the if statement in function Tick(runtime) and changes text in layout when started up, but any code under Player = runtime.objects.Player.getFirstInstance(); still does not run
the object "Player" is a sprite and exists within the layout.
The script file has the "Main Script" purpose.
I tried changing the "Player" objects name to something else and the same things would happen.
I noticed I forgot to define some lines as variables, but defining Player = runtime.objects.Player.getFirstInstance as a variable or constant did not change anything.