hello i'm a beginner in programming and i have this stacking game which of course the height (accumulated height from the actors previously stacked) will continue to be updated as long as another object (actor) keeps being added to the existing stack (of actors previously stacked), so then i can end the game when a certain height is reached. question is, how can i do this? sorry if my explanation is a bit messy

