I'm creating a tutorial. I use NGUITools.BringForward to highlight a game element. I then want that game element to return to its normal position / draw order. I use NGUITools.PushBack, but that hides the gameobject behind the background.
Is their a way to reverse the bring forward call so that when gameplay starts, the tutorial gameobject is "normal" again?