User Tag List

Results 1 to 4 of 4

Thread: Mouse Problem/Question

  1. #1
    Clicker Multimedia Fusion 2SWF Export Module

    Join Date
    Feb 2010
    Posts
    44
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Mouse Problem/Question

    I have an object that is controlled by the mouse and when I test the game, it works just fine.

    The problem is that when I test the game, I can't click on anything outside of the game window, not even the "Close" button of the game window itself.

    The only way I can stop the game is by doing CTRL ALT DEL to regain control of the mouse.

    How can I keep my object with mouse control but still be able to use my mouse to close the game window or click on anything outside of the game window?

    Thanks

  2. #2
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    nivram's Avatar
    Join Date
    Jul 2006
    Location
    Bandon, Oregon
    Posts
    6,773
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    Re: Mouse Problem/Question

    When you have an object controlled by the Mouse movement, the mouse's buttons become the player's fire buttons. The "Mouse is clicked" conditions are only for the Windows mouse pointer.

    For an object with mouse movement, use "Player 1 presses Fire 1" instead.

    Marv
    ​458 TGF to CTF 2.5+ Examples and games
    http://www.castles-of-britain.com/mmf2examples.htm

  3. #3
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleXNA Export Module

    Join Date
    Jul 2010
    Location
    Italy
    Posts
    368
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Mouse Problem/Question

    Quote Originally Posted by Captain825
    I have an object that is controlled by the mouse and when I test the game, it works just fine.

    The problem is that when I test the game, I can't click on anything outside of the game window, not even the "Close" button of the game window itself.

    The only way I can stop the game is by doing CTRL ALT DEL to regain control of the mouse.

    How can I keep my object with mouse control but still be able to use my mouse to close the game window or click on anything outside of the game window?

    Thanks
    Try not to use the Mouse Movement, and add this event:
    Always:
    -YourObject: Set X Position to XMouse
    -YourObject: Set Y Position to YMouse

    And you haven't got that problem.

  4. #4
    Clicker Multimedia Fusion 2SWF Export Module

    Join Date
    Feb 2010
    Posts
    44
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Mouse Problem/Question

    Got it. Thanks all...problem solved.

Similar Threads

  1. mouse question
    By flechenoir in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 24th October 2012, 11:05 PM
  2. mouse question
    By willow in forum SWF/Flash Export Module Version 2.0
    Replies: 14
    Last Post: 14th July 2011, 12:45 AM
  3. mouse movement question
    By ac3raven in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 7th August 2010, 09:42 PM
  4. Mouse Object Question
    By HyperspazzMan in forum Multimedia Fusion 2 - Technical Support
    Replies: 23
    Last Post: 4th July 2010, 06:18 PM
  5. Mouse Object Question
    By Brandonh1091 in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 23rd September 2009, 05:55 AM

Posting Permissions

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