You can:
1. Set points and life as global variable instead of instance variable (right click on event sheet - add global variable)
2. Copy the player instance variables to the global variable when changing layouts, and copy them back at the beginning of next layout.
2. Add Persist behavior to main character sprite. Not sure if this actually works, as it is meant for saving the object when you go to the previous layout.