ok, so yeah, that worked, now when i press my button once, it makes the controls disappear. now all i need to do is to reverse the code and get them to reappear when the button is pressed again. the code is:
hideShow.onPress = function (){
loader._visible = false;
controlBack._visible =...