Marcin Pang Posted June 12, 2011 Share Posted June 12, 2011 I wanted to make a moving platform. Send this platform to object (which I know the exact location and ID), and the platform takes the object will carry it to another place (clearly defined position, or it may be another object), and there leave.Has anyone an idea how to do it? What simpler the better;) Link to comment Share on other sites More sharing options...
Qie Niangao Posted June 12, 2011 Share Posted June 12, 2011 You'll need to be able to script the object that's to be moved by the platform (as well as scripting the platform itself, of course). There are a bunch of ways to make this happen, but the choice of which ones may be acceptable depends on one major consideration: Which part of the motion will be observed, and how should it look? I mean, no matter how you do it, it's more difficult (and laggier) to move an object or objects gradually, so the motion looks natural, than to just poof them from point to point instantaneously. Link to comment Share on other sites More sharing options...
Hector Greenspan Posted June 14, 2011 Share Posted June 14, 2011 One thing I might add is that you could do this with physical objects, if you want smoothness and realism, just bear in mind that physical scripts don't really stand up too well to lag, and they can be a little unpredictable, so build in plenty of contingency (i.e., ensure object a actually collides with object B). As Qie rightly says, there are plenty of ways to achieve it, but your trade off is how good you want it to look and how reliably you want it to operate. Feel free to contact me in-world if you want some help with this - I do quite a bit of this sort of thing. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now