User Tag List

Results 1 to 2 of 2

Thread: set dir in mouse moving

  1. #1
    No Products Registered

    Join Date
    Sep 2008
    Posts
    8
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    set dir in mouse moving

    Hi

    now i can set dir when typing "A" , the pic will be +1 of dir
    Code:
    New condition: Repeat while "A" is pressed 
    in Target picture:  Dir( "Targeter" )+1
    if mouse moving instead of keyboard, how can i set?
    i have no idea...in new condition, it has no mouse moving function...

    Thanks..

  2. #2
    No Products Registered

    Join Date
    Aug 2006
    Posts
    984
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: set dir in mouse moving

    if you want to check if the mouse has been moved, just do something like:

    Code:
    Always
    --> Set TempMX [a free global value]: xmouse
    --> Set TempMY [another free global]: ymouse
    
    TempMX - xmouse <> 0
    OR (logical)
    TempMY - ymouse <> 0
    --> Target picture - Set Direction: Dir("Targeter") + 1

Similar Threads

  1. Moving an object with the mouse
    By mag_news in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 4th May 2011, 11:52 PM
  2. Mouse Is Moving Check?
    By Atom in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 21st May 2009, 04:15 PM
  3. ASB not twice clickable without moving mouse?
    By Tiles in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 31st March 2008, 06:07 PM
  4. Help moving a object with the mouse
    By Rick in forum Multimedia Fusion 2 - Technical Support
    Replies: 10
    Last Post: 6th May 2007, 01: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
  •