I am practicing with the "Display Manager" based on the examble´s, and I am starting to understand how it works.
When I change Scene (DC_Touched), I would like to stay in that scene and “do something” — remain inside a loop, use counters, sensors, etc., and read values. That part works.
However, I would like to be able to exit the loop again when I press “Switch to Scene0" botton (DC_RoundedRect2)”. The way I have made it now, it jumps back immediately without pressing.
I hope someone can tell me which command I should use inside the loop so it exits correctly.
Thank you in advance!