I have a sprite and want it to zoom in and out with a key press. Keyboard Z for zoom out, Keyboard X to zoom in. I want the behavior to be the longer I hold the key down, the further it goes, but then stop at a certain size. I think Tween and a Global variable is needed for this but I could use some help please. <3