◆Control Switches:#0001 ButtonDown = OFF
◆Control Variables:#0004 Input = 0
◆Loop
◆If:ButtonDown is ON
◆If:Button [OK] is pressed down
◆Comment:Nothing.
◆
:Else
◆Comment:Button was pressed and released!
◆Control Switches:#0001 ButtonDown = OFF
◆Control Variables:#0004 Input += 1
◆
:End
◆
:Else
◆If:Button [OK] is pressed down
◆Comment:Button is now pressed down!
◆Control Switches:#0001 ButtonDown = ON
◆
:End
◆
:End
◆If:Input = 10
◆Break Loop
◆
:Else
◆Wait:1 frame
◆
:End
◆
:Repeat Above
◆Text:None, Window, Bottom
: :You escaped! \.Congratulations!