You could try something like this pseudocode;AlwaysIf mouse X > (scene width/2) AND mouse is pressedmove rightIf mouse X < (scene width/2) AND mouse is pressedmove left
again an error...;