To enforce that only one object responds to a tap at any given time, you need a way to “lock out” new interactions while one is already running. In your setup you already have an interaction queue in ...