2-add the actor that you want to make it display the score
3-in the score actor add an display text behavior and do this :-
*game.score* and add the text size and font
4- on the actor that will add score to the level :- *when it collide or do what ever it will change attribute game.score+any number
Scene2:-
1-copy your score actor and add it do your scene 2 **************************************************************************************** Shortcut for all this just copy you score actor to your next scene
Comments
Scene1:-
1-make a game integer attribute and call it score
2-add the actor that you want to make it display the score
3-in the score actor add an display text behavior and do this :-
*game.score* and add the text size and font
4- on the actor that will add score to the level :-
*when it collide or do what ever it will change attribute game.score+any number
Scene2:-
1-copy your score actor and add it do your scene 2
****************************************************************************************
Shortcut for all this just copy you score actor to your next scene