I have a problem that is probly easily fixed, yet I dont know how to do it. You see, the game that I have been currently working on in blender 2.49a has a simple mouse-look script and works fine in 2.49a. However, when I open the game file in the new 2.5 Alpha 2, or any 2.5 version for that matter, the script doesn't seem to work when I start the game engine. Any suggestions?
2.5x has a different API. Scripts need to be ported over to work.
By changing the old script so it uses the commands from the new Application Programming Interface (API).