So there are still a few things about Bmax that stump me. Can anybody help with one of these issues?
1) KeyDown only seems to catch two or three keys being pressed simultaneously. For instance, a game I'm working on can't register 'up' and 'left' and 'shoot' at once.
I'm pretty sure there is a workaround to it, because I've player several bmax games without this problem. Anyone know?
2) Is there a way to mark a MaxGui window to be always on top, provided the program it's attached has focus? (like the preferences panel in your web browser, eg.)
3) Is there equivalent to Blitz3d's 'ExecFile' command, or another way of running an external program?
1) KeyDown only seems to catch two or three keys being pressed simultaneously. For instance, a game I'm working on can't register 'up' and 'left' and 'shoot' at once.
I'm pretty sure there is a workaround to it, because I've player several bmax games without this problem. Anyone know?
2) Is there a way to mark a MaxGui window to be always on top, provided the program it's attached has focus? (like the preferences panel in your web browser, eg.)
3) Is there equivalent to Blitz3d's 'ExecFile' command, or another way of running an external program?