User Tag List

Results 1 to 8 of 8

Thread: Randomization?

  1. #1
    No Products Registered

    Join Date
    Jun 2009
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Randomization?

    I need to set "9 global value", using random numbers between 0-8 without repetition. Just like this;

    Global Values: A,B,C....
    A: 5
    B: 2
    C: 8
    D: 0
    E: 1
    F: 3
    G: 7
    H: 4
    I: 6

    Can you help me.

  2. #2
    Clicker Multimedia Fusion 2
    SEELE's Avatar
    Join Date
    Jul 2007
    Location
    Terra australis incognito
    Posts
    1,916
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Randomization?

    +start of frame
    -run "loop" 9 times

    +On "loop"
    -set value loopindex("loop")+1 to random(9)


    That should work fine.

  3. #3
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module
    RickyRombo's Avatar
    Join Date
    Mar 2008
    Location
    Somewhere between here and there
    Posts
    3,167
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Randomization?

    Quote Originally Posted by ibrhm
    I need to set "9 global value", using random numbers between 0-8 without repetition. Just like this;

    Global Values: A,B,C....
    A: 5
    B: 2
    C: 8
    D: 0
    E: 1
    F: 3
    G: 7
    H: 4
    I: 6

    Can you help me.
    Hmm... can the Random something or another object do this?

  4. #4
    No Products Registered

    Join Date
    Mar 2007
    Location
    Sydney, Australia
    Posts
    1,369
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Randomization?

    Im fairly sure the Random extension (has a dice as the icon image) is the ability to pool numbers and draw each number only once.

  5. #5
    No Products Registered

    Join Date
    Jun 2009
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Randomization?

    bigredron, i tried randomize extension but it didnt help.
    Seele, your suggestion didnt work. Can u or anyone attach an example for me.
    thank u all.

  6. #6
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module

    Join Date
    Jul 2006
    Posts
    1,027
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Randomization?

    Random pool should work. Study the examples more.

  7. #7
    No Products Registered

    Join Date
    Mar 2007
    Location
    Sydney, Australia
    Posts
    1,369
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Randomization?

    Yes random pool does work. I have used it before.

  8. #8
    Clicker Fusion 2.5 DeveloperiOS Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2007
    Location
    Colombia
    Posts
    5
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Re: Randomization?

    con MagicDenque

    http://mfa.aquadasoft.com/view/1246032785-RandomNumbers

    View MFA

    suerte
    PD/
    C:\Archivos de programa\Multimedia Fusion Developer 2\Examples\Magic Deque

Similar Threads

  1. Question on Randomization
    By Top_of_the_Temple in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 5th August 2013, 08:32 PM
  2. Question regarding randomization.
    By Almightyzentaco in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 21st February 2012, 05:49 AM
  3. Object's order randomization?
    By Aloan in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 31st August 2010, 11:31 PM
  4. Randomization of Particles
    By Martin_Bodger in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 8th November 2008, 04:13 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
  •