User Tag List

Results 1 to 3 of 3

Thread: A Feature that I think might be beneficial...

  1. #1
    mojofltr
    Guest

    A Feature that I think might be beneficial...

    Sometimes it seems needlessly difficult to get two active objects of the same type to interact with eachother. I think it would be nice if a user could place a "tag" or pointer on an object inside the event editor to specify which duplicate to work with.

    A Doctored Example:



    As is (without the pointers), when testing the code above, the objects don't seem to be behaving any different than if I had left the event out altogether - possibly because each object is following itself? If we could tag objects in the event editor, we could differentiate objects of the same type from eachother and MMF2 would know exactly how to behave... without setting extra alterable values and adding more events.

    ...

    Perhaps there is already a simple way to do this that I am unaware of. If there is, please post an example, I'll be enlightened, and I'll be glad to wear the fool's hat for a day.

    //edit//

    In case it wasn't clear what I was trying to do in the example...

    1) I gave each object a unique alterable value A (1,2,3...)
    2) I told one object to look at another object whose alterable value is one higher.

    This might create a line of objects following each other (although, in this example, they would probably pile up without subsequent events to prevent it... but I digress ).


  2. #2
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: A Feature that I think might be beneficial...

    The simple way to do it is to use a proxy object. Set it to the location of the object to be followed, and tell the other object to follow the proxy. It can even be hidden, so you can't see it.

    EDIT: If you need multiple objects following each other you'll have to use a fast loop to go through each one number by number.

  3. #3
    mojofltr
    Guest

    Re: A Feature that I think might be beneficial...

    Thanks, Dynasoft. I am using a similar technique, but it still seems like it could be made more simple.

Similar Threads

  1. Feature I would like to see in MMF
    By Konidias in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 24th August 2011, 08:06 AM
  2. Need a feature !!!
    By Johnny in forum Multimedia Fusion 2 - Technical Support
    Replies: 14
    Last Post: 16th December 2009, 12:04 PM
  3. Feature I'd like to see in MMF
    By gamefreak202 in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 26th November 2009, 11:25 PM
  4. Feature request
    By stAtrill in forum The Games Factory 2 - Technical Support
    Replies: 2
    Last Post: 29th August 2007, 09:42 PM
  5. Feature for IC
    By GSoft in forum Install Creator and Patch Maker
    Replies: 3
    Last Post: 10th July 2007, 08:50 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
  •