My display is always centered at my main controllable character. Is it possible for the mouse to stay at the same coordinates in game while the screen scrolls around it?
Note: I only have the trial version.
My display is always centered at my main controllable character. Is it possible for the mouse to stay at the same coordinates in game while the screen scrolls around it?
Note: I only have the trial version.
I don't think you can use extensions with the trial version.
Marv
458 TGF to CTF 2.5+ Examples and games
http://www.castles-of-britain.com/mmf2examples.htm
Well, I guess I'll consider upgrading then.
I take it placing an active at:
Always
-->set x to xmouse - x left frame
-->set y to ymouse - y top frame
is too hard to work with? (because of the massive offset possible with the mouse) If it is then you would definitely need the extensions if you want to directly control the windows cursor position.
Where can you find the mouse object?
if you have Fusion standard version or more you can find it in the extension manager
(right-click in the frame editor, "insert object", "manager", search for the mouse object in the list of extensions and install it)