User Tag List

Results 1 to 9 of 9

Thread: How do I make my frames perform certain tricks?

  1. #1
    Clicker Fusion 2.5

    Join Date
    Nov 2015
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How do I make my frames perform certain tricks?

    Hi there,
    after basic decisions have been made, I now have to do a more in depth prototype
    of our planned multi media catalog application. Working on that some questions
    popped up, for which I like to ask for some help:

    My frames are going to be taller than the actual screen height. When I now
    start a frame, it starts in the vertical middle. How do i make it start on the
    upper end and how can I add a scrollbar to move it freely up and down?

    Then I want to play some videos, which works nice so far. Can I have them play
    in a scalable pop up window as well? Can I add player controls?

    I am sure other questions will pop up as well, but thats it for now.
    Thanks and
    best Regards
    Heiner

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    jn2002dk's Avatar
    Join Date
    Mar 2014
    Posts
    217
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You could make an active object that is the scroll bar knob (no idea what they're actually called), place it in the top of the frame in a layer above the content you want to scroll and then make an Always event where you set the vertical position of the frame to y of the active object

    Then you'll need to add a drag and drop movement to the knob

    Quick example here

    Scrollbar.mfa

    I have no experience with videos so hopefully someone else can help with that

  3. #3
    Clicker Fusion 2.5

    Join Date
    Nov 2015
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi there,
    @ Pixel Pirate: Your solution seems to give me the functionality I need.
    Unfortunateley as a super noob i fail to reproduce the trick: I am able to
    set up a Always condition but then fail to set up the expression. Where
    and how do I do that?
    Thanks for helping me out!
    Regards,
    Heiner

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    jn2002dk's Avatar
    Join Date
    Mar 2014
    Posts
    217
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Check out the screenshot below

    Screen Shot 2015-11-23 at 12.44.25.jpg

  5. #5
    Clicker Fusion 2.5

    Join Date
    Nov 2015
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Pirate,
    yeah, I get so far, but then I am lost and do not know where I get the expression 'center display at Y=Y("Symbol")' from ...
    Regards
    Heiner

  6. #6
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    jn2002dk's Avatar
    Join Date
    Mar 2014
    Posts
    217
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Right click the square that's highlighted in the screenshot, the one in the column with the chessboard and chess piece on top

    A menu will pop up, move the mouse pointer to the item named Scrollings and then click on center vertical position of frame

    That will open the expression editor where you can right click on the active object that acts as the scroll button, then select Position in the pop up menu then click on Y coordinate

  7. #7
    Clicker Fusion 2.5

    Join Date
    Nov 2015
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you,
    I was able to make this, but my frame is starting centered. So the scroll object is outside the screen, and the screen is not centering on it :-(

    Regards
    Heiner

  8. #8
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    jn2002dk's Avatar
    Join Date
    Mar 2014
    Posts
    217
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any chance you could post the file?

  9. #9
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    mobichan's Avatar
    Join Date
    Oct 2007
    Location
    Buffalo, NY
    Posts
    3,310
    Mentioned
    28 Post(s)
    Tagged
    0 Thread(s)
    Here is a simple example of how to make a scrollbar. I commented each line so you can follow what I did. You can basically make the frame any height you want. Just make sure any objects you want to move with the scrolling are on the "bg" layer and they have "follow the frame" checked in the object properties.

    scrollbar.mfa

Similar Threads

  1. How to make Onu seek to position across frames?
    By Warmachine in forum Fusion 2.5
    Replies: 0
    Last Post: 18th August 2014, 02:49 PM
  2. How to make keypresses carry across frames in Flash
    By JoeRoth12 in forum Flash Export Module 2.5
    Replies: 6
    Last Post: 7th August 2014, 09:00 AM
  3. Is there an easy, direct way to make several frames use the same set of events?
    By Dalal in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 21st February 2012, 03:37 PM
  4. Make one object for all frames?
    By Leric in forum Multimedia Fusion 2 - Technical Support
    Replies: 17
    Last Post: 8th July 2006, 08:26 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
  •