User Tag List

Results 1 to 7 of 7

Thread: Window Dragging for MMF2?

  1. #1
    No Products Registered

    Join Date
    Jul 2006
    Posts
    375
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Window Dragging for MMF2?

    Any idea of how to do this (as simply as possible)


    Similiar to the "Window dragging" extension (mmf) made by Sephiroth2 (Gigasoft)

  2. #2
    Clicker Fusion 2.5

    Join Date
    Jun 2006
    Location
    Stockholm, Sweden
    Posts
    1,529
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Window Dragging for MMF2?

    How do you mean?
    Dragging a active object?
    i dont know so much about it but it should be
    Ypos to ymouse /16 (to get it to the middle, if the object is 32*32)

    Or i dont know <img src="/center/images/graemlins/laugh.gif" alt="" />

  3. #3
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module

    Join Date
    Jun 2006
    Posts
    375
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Window Dragging for MMF2?

    He means dragging the window. For MMF1.5 there was a simple extension that allowed you to drag the window within a simple event.

    However, seeing as this extension is not ported to MMF2, it will require the Windows Control Object and some math. <img src="/center/images/graemlins/smile.gif" alt="" />

  4. #4
    No Products Registered

    Join Date
    Jul 2006
    Posts
    35
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Window Dragging for MMF2?

    Novabrain did a little example how to do this.

    It's right here: http://clickteam.com/center/showflat.php/Cat/0/Number/12345/an/0/page/1#Post12345

  5. #5
    No Products Registered

    Join Date
    Jul 2006
    Posts
    375
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Window Dragging for MMF2?

    Thanks for posting that, I must have missed his posting. That works GREAT! <img src="/center/images/graemlins/smile.gif" alt="" />

    -TDA

  6. #6
    No Products Registered

    Join Date
    Aug 2006
    Location
    Westcountry, UK
    Posts
    862
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Window Dragging for MMF2?

    Here are a few nice window effects:
    "value" = variable

    Smooth window movement

    on click (only once)
    set "x" to xmouse; set "y" to ymouse; set "z" to 1

    "z"=1
    set horizontal position of window ("posx") to:
    ("posx"+xmouse-"x")/a value 1=normal 4=smooth...
    set vertical postion of window ("posy") to:
    ("posy"+ymouse-"y")/""

    repeat while no click
    set "z" to 0

  7. #7
    No Products Registered

    Join Date
    Aug 2006
    Location
    Westcountry, UK
    Posts
    862
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Window Dragging for MMF2?

    I also have some "push back" effects - ill post an example when i've done them

Similar Threads

  1. [Request] Window Dragging Object for MMF2
    By aidmm in forum Extension Development
    Replies: 8
    Last Post: 16th January 2007, 09:39 PM
  2. Dragging a Window without a title bar
    By LIJI in forum File Archive
    Replies: 1
    Last Post: 21st October 2006, 06:37 PM
  3. [Request] Window Dragging Extension
    By Spryz in forum Extension Development
    Replies: 4
    Last Post: 9th October 2006, 08:20 AM
  4. Window dragging Example
    By Code6 in forum File Archive
    Replies: 0
    Last Post: 22nd September 2006, 10:24 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
  •