If you set the character sprite as 'global', it will not be deleted when you switch to another layout, and it will remember its instance variables.
But be very careful not to create duplicate instances of the character object - this will likely cause bugs. Make sure that there is only one character instance in the project, on the first layout. Remove it from all other layouts. Use the debugger to verify.