User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12

Thread: problem with the "mouse controlled" movement

  1. #1
    No Products Registered

    Join Date
    Sep 2010
    Posts
    13
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    problem with the "mouse controlled" movement

    hi to everybody.
    i have a problem with the "mouse controlled movement".
    i'm tring to create a pov game.
    i want to create a gun so I load an image as an active object in the game. i give to this active the "mouse controlled" movement and i try to move it: the movement it's ok.
    So i load another active object, a bullet, and i go to the event editor. I select this action: when user click with the mouse --> the gun shoot an object (the bullet). I go back to the frame editor, i try the frame but.. nothing!! i can move the gun but no shoot!!
    So i tried to change the event. i tried to put a sound when the user click, to create an object and more but when i play the frame.. nothing!
    It seems that an active controlled by the mouse blocks all the mouse clicks why???
    Please help me whan can i do??

  2. #2
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: problem with the "mouse controlled" movement

    Don't use mouse controlled movement, it disables clicking conditions like that. Instead just set the object's position to XMouse and YMouse.
    Working as fast as I can on Fusion 3

  3. #3
    No Products Registered

    Join Date
    Sep 2010
    Posts
    13
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: problem with the "mouse controlled" movement

    thanks for the very fast reply!
    whan means set the object's position to XMouse and YMouse? the gun or the bullet?

  4. #4
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: problem with the "mouse controlled" movement

    Whichever object you had set to Mouse Controlled. Set it to Static instead, and in the event editor Always set its X Position to XMouse and its Y Position to YMouse. XMouse and YMouse are variables you can get from the Mouse & Keyboard object, the same one you use for mouse clicks and such.
    Working as fast as I can on Fusion 3

  5. #5
    No Products Registered

    Join Date
    Sep 2010
    Posts
    13
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: problem with the "mouse controlled" movement

    ok i go on the event editor i put always as condition than what i have to select? set x position? and where i know the value?

  6. #6
    No Products Registered

    Join Date
    Sep 2010
    Posts
    13
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: problem with the "mouse controlled" movement

    ok great i did it!! Thank you my friend!

  7. #7
    No Products Registered

    Join Date
    Oct 2010
    Posts
    3
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: problem with the "mouse controlled" movement

    I had this same problem and followed your directions. It worked, I can shoot by clicking, but the mouse pointer is about 200 pixels above my active character (the one that shoots) so when i run the game the mouse pointer is sometimes above the application window and clicks the desktop, making my application no longer the active window. how can I get my mouse pointer to be level with my active character?

  8. #8
    No Products Registered

    Join Date
    Oct 2010
    Posts
    3
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: problem with the "mouse controlled" movement

    Ahh, nevermind I got it. It was the hotspot position!

  9. #9
    No Products Registered

    Join Date
    Oct 2010
    Posts
    3
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: problem with the "mouse controlled" movement

    I'm trying to set boundaries for my xmouse ymouse controlled character, as in walls. I tried making a quick backdrop set to "obstacle". Normally I can go in event editor and set movement to stop when he collides with it, but that option is grayed out. so i made the wall an active object. still the same. Then i set his movement to path and set no path. He still is mouse controlled and the option to set movement to stop when he hits the background/object/obstacle is no longer grayed but he still won't stop when he hits it. I'm thinking the set position to mouse over rides this movement stop. Is there any way to accomplish what I'm trying to do?

    thanks.

  10. #10
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: problem with the "mouse controlled" movement

    It's because you're setting the object's coordinates, not *moving* to those coordinates with a movement. You can't "stop" because you're not moving.

    If you want to lock the mouse cursor itself to inside your window you need to do that, say by using the "mouse movement", or one of several ways of locking the cursor to the window.

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Problem with Mouse Controlled movement
    By Outcast in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 16th January 2013, 08:36 PM
  2. Mouse-Controlled Movement Problem
    By Wokeg in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 30th November 2012, 02:11 AM
  3. A "sort of bug" in IOS builds regarding "mouse pointer is over"
    By BrashMonkey in forum iOS Export Module Version 2.0
    Replies: 3
    Last Post: 27th March 2012, 12:53 PM
  4. Issues with "Clickteam Movement Controller" and "Runtime" Object
    By jimmyorpheus in forum iOS Export Module Version 2.0
    Replies: 1
    Last Post: 29th November 2011, 07:10 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
  •