User Tag List

Results 1 to 3 of 3

Thread: Mouse speed control

  1. #1
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export Module
    Evilized79's Avatar
    Join Date
    Nov 2009
    Location
    Netherlands
    Posts
    890
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    Mouse speed control

    Does anyone know how I can reduce the speed of the mouse controlled object?

    I have a shooter game with a crosshair that is controlled by the mouse now I have made a screen that can scroll when you move your crosshair towards the screen but how can I reduce the speed of the mouse controlled object, it always seem to go at a speed of 100 or something.

  2. #2
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Paul_Boland's Avatar
    Join Date
    Jun 2006
    Location
    Waterford, Ireland.
    Posts
    2,739
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Mouse speed control

    An object under Mouse Control will move as fast as the mouse moves. To achieve a slower object, you need to program the mouse control differently.

    Take your Crosshair and assign Ball Movement to it. Set it's maximum speed to whatever you want it to be.

    Now create a small Active Object, lets call it MouseLocation, and in its properties, maie it invisible so it doesn't show up at start.

    In the Event Editor, always set the MouseLocation Active Object to the X and Y of the mouse pointer. Then always set the Crosshair to look at 0,0 of the MouseLocation Active Object. Now no matter how fast you move the mouse, the Crosshair will only move at its maximum speed.
    KnightTrek Productions
    http://www.knighttrek.com

  3. #3
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export Module
    Evilized79's Avatar
    Join Date
    Nov 2009
    Location
    Netherlands
    Posts
    890
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    Re: Mouse speed control

    I tried that ,but I forgot to mention that it works great in normal runtime but when I export it to flash and I want to scroll to the left the screen keeps scrolling like from slow to very fast and just doesn't feel like when you run it as an exe.

    anyone have a sollution for that?

Similar Threads

  1. Mouse Control and mouse cursor
    By DEKE15 in forum Multimedia Fusion 2 - Technical Support
    Replies: 12
    Last Post: 4th December 2016, 10:38 PM
  2. Mouse control to act like keyboard control
    By Evilized79 in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 11th July 2011, 06:30 AM
  3. Mouse speed?
    By Adam in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 5th November 2009, 03:03 AM
  4. control speed of mouse in MMF2?
    By BrashMonkey in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 8th February 2009, 09:38 PM
  5. how to control mouse speed for player movement?
    By FUF in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 25th August 2008, 09:54 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •