Game Development Community

Mouse Locks up, What's wrong?

by Mortimer Stark · in Torque Game Builder · 06/13/2008 (11:50 am) · 1 replies

I'm following the Breakout tutorial, and I get to the part where it says to run the game. Unfortunetly, when I run the game, the cursor locks up and the paddle doesn't move. Below are my uploaded scripts, if someone could tell me what's wrong, I'd be appriciative.

http://www.megaupload.com/?d=5YRUNXFY

Not much code, I'd appriciate the help, I'm very new at this.

About the author

Recent Threads


#1
06/26/2008 (3:52 pm)
I didn't look at your scripts, but are you sure that all of TGB isn't locking up instead of just the mouse?

That's happened to me before if a while loop never terminates. ie wrong variable in the parenthesis or something.