User Tag List

Results 1 to 3 of 3

Thread: Help with creating multiple actives

  1. #1
    No Products Registered

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

    Help with creating multiple actives

    I got a couple of actives and I made it so it starts a loop and in the loop it creates "active2" and sets the possition over each active.

    So "active1" should have all the "active2" overlapping them. But all the "active2"'s overlapped one "active1" not all of them. I remembered you had to do something with spreading the values and stuff but I forgot.

    Please help, thanks

  2. #2
    No Products Registered

    Join Date
    Jul 2006
    Posts
    59
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with creating multiple actives

    When you say set the position to "active1" it doesn't know which active1 to put each active2 on. So spread values in all active1s and all active2s and perform a fastloop (number of times = number of active1/active2 objects) and compare the loopindex to the value of active1 and compare the value of active1 with the value of active2 in your event condition. Then set the positions.

    That should do it.

  3. #3
    No Products Registered

    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    1,141
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with creating multiple actives

    If you just need to position them an always event will be enough.
    * Always
    > Set position of Active 1 to (0,0) from Active 2

    MMF's object picking will work perfectly fine for this.
    And if you use:
    > Create Active 1 at (0,0) from Active 2
    There will automatically be one created for each other active.

    But if there is some reason you cannot use this you have to use the looping technique Klikmaster explained.

Similar Threads

  1. Old guy needs a bit of help - creating for multiple distribution platforms
    By Chris_D in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 25th December 2013, 10:59 AM
  2. Creating multiple detectors for copies of actives
    By Brooks2000 in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 15th February 2012, 07:13 PM
  3. creating actives issue
    By Redsquirrel in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 25th February 2011, 01:06 PM
  4. X and Y values of multiple actives of the same typ
    By Outcast in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 20th February 2011, 02:18 PM
  5. Creating multiple objects around another
    By Dynamite in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 30th November 2008, 08:15 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
  •