So I have my sprite dodging vertical objects on the Y axis but now I want the sprite to dodge objects on the X axis. So when touched I can move the sprite Left Right, but I want when (touched released) I want the sprite to jump. It is hard for me to find info on how this might work. I added a platform behavior that has jump when you push the spacebar but I want my sprite to jump when touch is released. Thank you in advance, Norman