Game Development Community

XNABreakout example from book has slow input [SOLVED]

by Charlie Talley · in Torque X 2D · 06/28/2009 (1:59 pm) · 1 replies

So I've built the Breakout example from John's book, and everything seems to work fine except for the keyboard input. My "player" moves left or right when I input using the keyboard, but it moves really really slow. I've downloaded the sample code from John's website, and his Breakout doesn't seem to have this problem. I've also looked at his level data and mine, and I can't see any difference between his component settings and mine. Any ideas?

#1
06/30/2009 (7:52 pm)
Figured it out. I had changed my design resolution and screen resolution, so the constant multiplier in the movement component needed to be updated to a bigger number.