User Tag List

Results 1 to 5 of 5

Thread: Volume Control

  1. #1
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Nov 2006
    Posts
    696
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Volume Control

    I have been fiddling with this idea to make a bar with a marker. The marker represents a number. That number could be volume or something. I have it set currently so that whenever you click near the bar it sets its posiyion to the X position of the mouse. I am trying to make it so that you can just hold down the marker and move it. Any suggestions? I am using build 243 of MMF2 standard. Here is a sample file: status bar.ccn

    I am trying not to use the mouse movement as well. It can't be incorperated with the rest of the app.

  2. #2
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Volume Control

    How about this?

    + Repeat while mouse is pressed/player presses Fire 1/your mousedown event:
    + X position of Marker is above (your minimum
    + X position of Marker is below (your maximum
    -> Set X position of marker to X position of mouse

  3. #3
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Nov 2006
    Posts
    696
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Volume Control

    Thanks DavidN! Your code wasn't quite what i needed but after 1 minute of adjustment the bar was sucessful!

    (PS: it was the X pos of the mouse not marker)

  4. #4
    No Products Registered

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

    Re: Volume Control

    David wrote it right

  5. #5
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Nov 2006
    Posts
    696
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Volume Control

    Sort of, his code allowed the marker to go past the end of the bar

Similar Threads

  1. Volume Detection Control??
    By Liam72 in forum Extension Development
    Replies: 1
    Last Post: 9th September 2007, 11:29 PM
  2. Burkey's volume control
    By Dave in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 15th August 2007, 07:17 AM
  3. Is there a Volume Control with AVI Object MMF 2?
    By BizClicker in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 1st October 2006, 08:58 PM
  4. Volume Control
    By iWare in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 7th August 2006, 05:27 PM
  5. system volume control?
    By nightofgrim in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 29th July 2006, 09:38 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
  •