Touch Screen Controls Missing

Our game can be played by keyboard or touch screen, but the touch screen controls do not appear in a scene. They appear in the overworld.

How do we make them appear in the library scene?

It is published in the educational category as “Dog Friendships Game”.

Can you link to the game? And can you post screen shots of the events that show and hide the touch screen controls?

This is the code for in the library where it is not appearing.

It won’t allow me to post the link. Figure this out: gd dot games slash silvergs slash dog-friends–top-down-rpg-

Is there a ShadedDarkJoystick object in the scene? Is it on the right layer? Is there code that hides the ShadedDarkJoystick?

Remember that the show ShadedDarkJoystick is only actioned once, when the touch has started. If there are any event that hide the object, they may kick in and override the show action.