User Tag List

Results 1 to 2 of 2

Thread: Resolving 2+ actions at the same time.

  1. #1
    Airaxen
    Guest

    Resolving 2+ actions at the same time.

    In my little program I have some processes running parallel with each other. However there will be times where two processes finish what they're doing and then try to input their values into a 'queue' at the same time.

    This queue is simply an alterable value. It works by taking whatever was already present, multiplies it by 10 and adds the newest value. So really it's just a big number.

    Now when I have some processes finish at the same time one will get discarded and only one 'wins' out. Ideally I want both to somehow make it as that was the entire point of having a queue system.

    I'm not sure if such a problem can be resolved but I'd like to hear thoughts.

  2. #2
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    Stephen's Avatar
    Join Date
    Aug 2008
    Location
    Montana
    Posts
    4,515
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Resolving 2+ actions at the same time.

    Can you use multiple Alterable Values in the way you have it setup? Also, maybe try loops?

    stephen1980
    _____________________________________________
    Nivram's Examples -Need extensions? Send me a PM.-


Similar Threads

  1. time/split time for racing game
    By ptiseigneur in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 24th September 2012, 06:05 PM
  2. how to time actions during a level
    By arfa in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 9th October 2010, 02:31 PM
  3. Make a time machine run with lower time complexity
    By Pixelthief in forum Multimedia Fusion 2 - Technical Support
    Replies: 48
    Last Post: 12th March 2009, 10:10 PM
  4. Actions triggered after a set time
    By Arnax in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 26th January 2008, 08:55 PM
  5. Every ... actions
    By Brandon in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 5th April 2007, 08:59 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
  •