Okay so I just got construct 2 and it's really great but I have this reoccurring problem that happens when I run my very basic amateur three step game. So I control a box attached to a stick figure I made in paint. I have it set to plat former 200 speed 200 acceleration 0 deceleration 650 jump 200 gravity, solid, bound to layout, and scroll to. The layout is 3000,480 which I just put randomly so the game could be a decent size horizontally. I start on the left corner and my only option is to move right therefore I do. When I press the right arrow to go right at about 317 pixels the game takes over for some reason and teleports me to 2700 like skips the whole 300-2700 but just teleports me to the end. I have no events on this and three of the same objects distributed in the skipped zone that I don't even get to see. I ran the debugger which showed me all the statistics of the game and when I looked at the coordinates of the box when I got to 317 I'd move in super speed until 2700. If I let go at 318 It automatically moves me to 2700 at super speed. By super speed I mean it takes 3 seconds at what I have set to 200 speed to move the 2400 pixels. Same thing when I move backwards at 2700. I stop at 2699 and automatically teleported to around 120 and can see outside the bound layout until I move right. This may sound confusing as I'm just trying to be very detailed but thanks for reading this in advance.