User Tag List

Results 1 to 2 of 2

Thread: association bug?

  1. #1
    No Products Registered

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

    association bug?

    i have objectA who's behavior is to create objectB at the same x,y position every frame and set the scale of objectB to 0.75

    it works fine if i have just one objectA, but if i have two or more, only one will set it's corresponding objectB to the proper scale.

    is this an association bug? is there a way to work around it?

    Here is a link to an example:
    http://two.xthost.info/nightofgrim/object.mfa

    im using MMF2 R241

    note
    i don't want to set an always condition to set it's scale, later i plan to assign that according to a value that objectA has.

  2. #2
    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: association bug?

    Well it is not a bug. Well it is a bug. This is the way I wrote the routines. I wont go in details, but the action loop does only allows the last create object to be refered to by the following actions.
    It is possible to do what you want, with the use of fast loops. I have modified the program, upload it at :
    www.clickteam.com/francois/object2.mfa

    If you inspect the behavior of object A, you will see that the fast loop is here to make sure that there is only ONE A object selected for the creation of object B.

Similar Threads

  1. File Association
    By MetalGeo in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 31st January 2016, 08:25 PM
  2. File association
    By kickradiomeuh in forum Install Creator and Patch Maker
    Replies: 2
    Last Post: 18th November 2009, 05:18 PM
  3. Association
    By Czentnar in forum Multimedia Fusion 2 - Technical Support
    Replies: 10
    Last Post: 28th June 2007, 10:20 AM
  4. File association
    By Benicle in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 23rd February 2007, 09:55 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
  •