Hi, i encounter a problem when i use onEnter. before I use it, everything is fine, but i have to update the score table immediately after the player finish the game and enter the layer of highScore, so i write the update score table in onEnter, and it works fine, but the menu i created in init did not work any more. i can see the menu, but nothing happens when i click. console says nothing either.
i try to comment the onEnter, menu works, while the score table is not updated.
so, anyone could help me with this problem?
thanks in advance!