Hey everyone! Newbie here with a bug problem!
I am making a little space shooter, and all of a sudden every time I would start to play test it would lock my mouse onto the frame stop button. At first I thought I had done something wrong so I started deleting some of the code, but it kept doing it and wouldn't give me my mouse back! Eventually I had to restart my PC! Is it possible I did this with my program? Or is it a bug with MMF2?
Any help is appreciated!
Thanks,
Csprinks
Re: Hey everyone! Newbie here with a bug problem!
Did you give an object in your game mouse movement?
If not (And well even if so)
Never heard of this happening before with MMF2.
Maybe a reboot and try again and if you have a file that continues to cause problems send it my way so I can see whats going on.
Re: Hey everyone! Newbie here with a bug problem!
Thanks for the quick response! Yes, the ship is controlled by the mouse, the left mouse button firing lasers. I tested it out again and it continues to do the same thing. How should I get the file to you Jeff?
And thanks in advance:>)
Csprinks
Re: Hey everyone! Newbie here with a bug problem!
When your running your game in the editor you can end the mouse movement by pressing alt+F4
The game is going to capture when its running your mouse movement and you can't get the mouse back if your game is still running.
Personally myself I like to create my own mouse movement by just setting an object to the X,Y location of the mouse.
It gives me a lot more options and less problems.
Re: Hey everyone! Newbie here with a bug problem!
Ahhhh thanks! I'll have to try that:>)
Awesome, it works perfectly now!