User Tag List

Page 5 of 7 FirstFirst ... 3 4 5 6 7 LastLast
Results 41 to 50 of 68

Thread: MMF2 Build 252 - Beta 4

  1. #41
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    Fanotherpg's Avatar
    Join Date
    Jul 2006
    Location
    High Wycombe, Buckinghamshire, UK
    Posts
    3,663
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Still Simon what you said is correct. As long no crucial bug will be found, it will go stable soon.

  2. #42
    Clicker

    Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)
    ASD's Avatar
    Join Date
    Feb 2007
    Location
    Japan
    Posts
    1,846
    Mentioned
    11 Post(s)
    Tagged
    1 Thread(s)

    Question

    BUG
    Change the golval value and its set to alt value in same line.
    Only one object returned correct value, other objects returned incorrect value.

    http://mfa.aquadasoft.com/view/13212...t_to_Alt_value

  3. #43
    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)
    No, it is not a bug, this is the way MMF works. MMF cannot guess that you intend to use the global value to spread in the objects. How could it? So the add to global value action is only executed once, and the set value are executed twice, once for each object.

  4. #44
    Clicker

    Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)
    ASD's Avatar
    Join Date
    Feb 2007
    Location
    Japan
    Posts
    1,846
    Mentioned
    11 Post(s)
    Tagged
    1 Thread(s)

    Question

    Quote Originally Posted by Francois View Post
    No, it is not a bug, this is the way MMF works. MMF cannot guess that you intend to use the global value to spread in the objects. How could it? So the add to global value action is only executed once, and the set value are executed twice, once for each object.
    Hm, Francois this problem is the way MMF works too? Could you tell me workaround?

    http://community.clickteam.com/showthread.php?t=67196&page=4&p=501325&viewfull=1# post501325

  5. #45
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module
    Nifflas's Avatar
    Join Date
    Jul 2006
    Posts
    2,613
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's most definitely a bug. Or well, if intended I'd say it's a design flaw. Check the example again. 50 is added to Global Value A after Active's alterable value is set to Global Value A (which should happen to both objects). So, why doesn't both objects have an alterable value A of 10?

  6. #46
    Clickteam Clickteam
    Olivier's Avatar
    Join Date
    Jun 2006
    Posts
    3,000
    Mentioned
    9 Post(s)
    Tagged
    1 Thread(s)
    Quote Originally Posted by Nifflas View Post
    It's most definitely a bug. Or well, if intended I'd say it's a design flaw. Check the example again. 50 is added to Global Value A after Active's alterable value is set to Global Value A (which should happen to both objects). So, why does not both objects have an alterable value A of 10?
    Quote Originally Posted by Francois View Post
    No, it is not a bug, this is the way MMF works. MMF cannot guess that you intend to use the global value to spread in the objects. How could it? So the add to global value action is only executed once, and the set value are executed twice, once for each object.
    François there is no value spreading here. The result is strange indeed, and like Nifflas I would qualify this as a bug. If you add more duplicates of Active at edit time, you'll notice that only the last created instance has its AltValueA set to 10, all the others instances have their AltValueA set to 60. This is definitely not the behavior I would have expected.

  7. #47
    Clicker Fusion 2.5 Developer

    Join Date
    Jul 2008
    Location
    UK
    Posts
    1,393
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    It's bug, but not a new one - the same thing happens in b251.

    + start of frame
    -> set global value to 10
    -> active: set alterable value to global value
    -> add 50 to global value

    This *should* give the same result (all actives having a value of 10) as:

    + start of frame
    -> set global value to 10
    -> active: set alterable value to global value

    + start of frame
    -> add 50 to global value

    ...But doesn't.

  8. #48
    Clicker Multimedia Fusion 2
    Algul's Avatar
    Join Date
    Feb 2008
    Posts
    230
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sry but that's not a bug. Come on, action loops in MMF are unchanged as long as I know. Disasembly of that example looks like this:
    set global value to 10
    set active1 altvalueA to globalvalue(10)
    add 50 to global value
    set active2 altvalueA to globalvalue(60)
    set active3 altvalueA to globalvalue(60)

  9. #49
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module
    Nifflas's Avatar
    Join Date
    Jul 2006
    Posts
    2,613
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah, but the order of the actions are:

    Start of frame
    * Set Global Value A to 10
    * Set Alterable Value A of Active to Global Value A
    * Add 50 to Global Value A

    So, how could Alterable Value A of Active become 60? It doesn't follow the order of the actions. And, why is one of the Active's values 10? If it's not a bug and actually something intended, it's a design flaw because it's inconsistent with the order of the actions.

  10. #50
    Clicker Multimedia Fusion 2
    Algul's Avatar
    Join Date
    Feb 2008
    Posts
    230
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it does follow order of actions, it goes from top to bottom doing one object at a time, first time it will do all 3 action, second time it will do only actions for active because there are more then one, global object is one

Page 5 of 7 FirstFirst ... 3 4 5 6 7 LastLast

Similar Threads

  1. MMF2 Build 249 - Beta 8
    By Yves in forum Multimedia Fusion 2 - Technical Support
    Replies: 22
    Last Post: 7th November 2009, 01:07 PM
  2. MMF2 Build #248 (BETA 6)
    By Yves in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 1st July 2008, 12:41 PM
  3. MMF2 Build #248 (BETA 5)
    By Yves in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 25th June 2008, 03:07 PM
  4. MMF2 Build #248 (BETA 4b)
    By Yves in forum Multimedia Fusion 2 - Technical Support
    Replies: 15
    Last Post: 24th June 2008, 05:51 PM
  5. MMF2 Build 248 (BETA 4b)
    By Yves in forum Multimedia Fusion 2 - Technical Support
    Replies: 14
    Last Post: 24th June 2008, 12:45 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
  •