Re: [Request] "Glue" Object
Make sure you are using the latest version of the latest build of MMF2. Then you can use Always->Set position of object B 0,0 from object A (or whatever).
Re: [Request] "Glue" Object
The reason they go out of place is because of the order of your events (I think). I heard if you put the always event at the very bottom then it will solve the problem (or the very top, can't remember)
Re: [Request] "Glue" Object
That issue was fixed with the latest build.
Re: [Request] "Glue" Object
The only issue which was corrected is the reposition of an object on an other which has a predefined movement.
If none of yours objects has a predefined movement, the bug is your fault. Try to change the order of yours actions and events.
If one of yours objects has a predefined movement, install the last build.
If the problem is still here, try to change the order of your actions and events (position all objects just after moving the parent object).
Re: [Request] "Glue" Object
if the worst comes to the worst, use a once-only loop
Re: [Request] "Glue" Object
Quote:
Originally Posted by Sphax
The only issue which was corrected is the reposition of an object on an other which has a predefined movement.
If none of yours objects has a predefined movement, the bug is your fault. Try to change the order of yours actions and events.
If one of yours objects has a predefined movement, install the last build.
If the problem is still here, try to change the order of your actions and events (position all objects just after moving the parent object).
I ditto this. If it is a predefined movement, however, have it be an invisible box and position all of your objects in relation to this box--this way, the invisible object will move "faster" than all of the others, but since it will be invisible, it matters little.
Re: [Request] "Glue" Object
Thank you for the suggestions, everyone. However, there is a small problem. If you're talking about the beta build of MMF2, the link is broken. Isn't the full version of that build supposed to be out by now? I'm using MMF2 Developer, by the way.
Re: [Request] "Glue" Object
The link on the right sidebar thing works fine? It's also the release version of the build, been out of beta for a while now.