User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 16 of 16

Thread: MMF2 & Huge events

  1. #11
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Sphax's Avatar
    Join Date
    Jun 2006
    Location
    Paris, France
    Posts
    4,454
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 & Huge events

    scroll by X pixels is better.

  2. #12
    Clicker Multimedia Fusion 2

    Join Date
    Jul 2006
    Location
    Near Nantes (Brittany)
    Posts
    241
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 & Huge events

    Scroll by pixels is a good idea !

  3. #13
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleUnicode Add-on
    LIJI's Avatar
    Join Date
    Jun 2006
    Location
    Israel
    Posts
    1,175
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 & Huge events

    Any official comment?

  4. #14
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Francois's Avatar
    Join Date
    Jul 2006
    Location
    Montpellier, France
    Posts
    6,920
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)

    Re: MMF2 & Huge events

    I know have to do that, but it is not simple at all as I cannot predict the height of an event group without displaying it. Doing pixel precision scrolling would imply a hidden drawing of all the list of event to calculate the sizes. This might proove to be long.

  5. #15
    No Products Registered

    Join Date
    Jun 2007
    Location
    Croatia
    Posts
    116
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 & Huge events

    Would it be possible to modify the display string to limit it to say ## characters and then end it with "..." like for example

    instead of
    Code:
    Abs(ovlGetRed("ORObj", LoopIndex("x")-1, LoopIndex("y"))-ovlGetRed("ORObj",LoopIndex("x")+1,LoopIndex("y")))+Abs(ovlGetGreen("ORObj", LoopIndex("x")+1, LoopIndex("y")))+Abs(ovlGetBlue("ORObj", LoopIndex("x")-1, LoopIndex("y"))-ovlGetBlue("ORObj", LoopIndex("x")+1, LoopIndex("y"))) < 384
    it would show
    Code:
    Abs(ovlGetRed("ORObj", LoopIndex("x")-1, LoopIndex("y"))-ovlGetR...
    and then set the tooltip to show the complete condition/event...

    I don't know how the MMF GUI is written so this may not be possible without redesigning some hard code, but it is just a suggestion...

  6. #16
    Clicker Fusion 2.5 DeveloperSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    Mantis's Avatar
    Join Date
    Jul 2006
    Location
    UK
    Posts
    496
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 & Huge events

    We should be able to toggle between snapping to events, and scrolling in pixels.

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Importing MMF1.5 -> MMF2. Huge problems abound!
    By Del_Duio in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 30th September 2008, 11:31 AM
  2. Bug: MMF2 Deleted My Events
    By Michael_Gummelt in forum Multimedia Fusion 2 - Technical Support
    Replies: 23
    Last Post: 30th July 2006, 05:03 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
  •