User Tag List

Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 11 to 20 of 21

Thread: Bug - Spread Value

  1. #11
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module

    Join Date
    Jul 2006
    Location
    USA
    Posts
    658
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Bug - Spread Value

    it might be easier if we divided the term "BUG" into two groups:

    1. Insects
    2. Arachnids

    That way, we can tell how to handle the bug.

  2. #12
    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: Bug - Spread Value

    lol Joshtek

  3. #13
    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: Bug - Spread Value

    Sorry for the delay, I was on holidays last week.
    This is not a bug, this is how the action routines are coded. I perform several loops of actions. The first exploration of the actions, calls all the actions, including the one shot actions like loops, sound etc., and the object oriented actions for the first object to be explored.
    Then the next loops explores the remaining object oriented actions for the other objects, including the spread actions.
    So if you want your spread action to be executed before, just duplicate the line of events.

  4. #14
    No Products Registered

    Join Date
    Jun 2006
    Location
    Land of raging rockets
    Posts
    1,231
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Bug - Spread Value

    Maybe such actions should be denoted in a special way (e.g. like true events, in another color), or should always move to the end of the list of events or anything like that to make troubleshooting easier.

    Btw - why is it possible at all to put true events in a line different than the first? Wouldn't it make sense to restrict that?

  5. #15
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    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)

    Join Date
    Jun 2006
    Location
    England
    Posts
    3,546
    Mentioned
    4 Post(s)
    Tagged
    1 Thread(s)

    Re: Bug - Spread Value

    Quote Originally Posted by Random
    Btw - why is it possible at all to put true events in a line different than the first? Wouldn't it make sense to restrict that?
    There are times where you might want to wait for it to be dealt with in the normal course of events instead of straight away.
    .:::.Joshtek.:::.

  6. #16
    No Products Registered

    Join Date
    Jun 2006
    Location
    Land of raging rockets
    Posts
    1,231
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Bug - Spread Value

    Oh sorry. That's not what I meant. I mean.. why can you do this:

    + Active is in the play area
    + User clicks with left mouse button
    -> add 1 to counter A

    Correct would be

    [color:#FF0000]+ User clicks with left mouse button[/color]
    + Active is in the play area
    -> add 1 to counter B

    EDIT:
    with the first one you get undesired results. Try it. Put an AO in a new frame and add two counters. Then add the above events.
    When you run the app, you will see the first counter goes 1 up immediately, without even clicking. So why would you ever want that, or why would you want to let beginners run into a problem like this?

  7. #17
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleFirefly 3D ModuleInstall Creator Pro

    Join Date
    Aug 2006
    Posts
    548
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Re: Bug - Spread Value

    Sorry I'm not going to contribute anything here, bur rather ask a question : is there an article or tutorial that explains just what spreading values means and what benefits the developer can get from using it. I'm a basic clicker !
    Thanks for your help ,
    Eric
    irregularstuff.com

  8. #18
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module

    Join Date
    Jun 2006
    Posts
    1,324
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Bug - Spread Value

    Spread value
    This action is quite powerful and allows you to spread numbers in an alterable value of multiple instances of an object. Imagine you have 10 instances of an object called "Ball". If you spread a value in Alterable Value A of the Ball object, starting at 1, the first object will have the value 1, the second the value 2, the third 3 etc. up to 10.

    (from the program Help)

  9. #19
    No Products Registered

    Join Date
    Jun 2006
    Location
    Land of raging rockets
    Posts
    1,231
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Bug - Spread Value

    Too bad the clickwiki is down right now (www.clickwiki.info). You can find many of these questions answered there.

    I suppose the next question would be "what is an instance?"

  10. #20
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    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)

    Join Date
    Jun 2006
    Location
    England
    Posts
    3,546
    Mentioned
    4 Post(s)
    Tagged
    1 Thread(s)

    Re: Bug - Spread Value

    I suppose the next question would be "what is an instance?"
    If you follow the Chocobreak tutorial to make a breakout-style game you have to add many bricks to your frame. In fact, you only have one "brick" object, but multiple instances of it. This means you only have to have one "ball collides with brick" event, which applies to all of the Brick objects on screen.
    .:::.Joshtek.:::.

Page 2 of 3 FirstFirst 1 2 3 LastLast

Similar Threads

  1. How are spread values spread ?
    By rudy in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 6th December 2011, 08:15 PM
  2. Spread Value
    By FlinkGigitty in forum Multimedia Fusion 2 - Technical Support
    Replies: 25
    Last Post: 1st September 2010, 01:05 AM
  3. spread value help
    By willow in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 3rd February 2010, 10:53 PM
  4. Spread Value?
    By ZayLong in forum Multimedia Fusion 2 - Technical Support
    Replies: 10
    Last Post: 10th August 2008, 02:46 AM
  5. Spread value
    By krestalex1 in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 27th November 2007, 09:30 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
  •