willham
|
  |
| Joined: 15 Jan 2009 |
| Total Posts: 86 |
|
|
| 26 Nov 2012 03:56 PM |
| Almost like what the lego NXT does, you can create moving blocks or multiple blocks, you can do this normaly, but its not as advanced and requires scripting. What this does is you can set 2 destinattions, and tell it to move a certian speed, and its easy to do. With this method you could create things like a realistic escalator, or moving clouds in the sky. Or even a monorail that can turn well, that is fully auomated. |
|
|
| Report Abuse |
|
|
|
| 26 Nov 2012 04:00 PM |
Im guessing the pseudo code behind this would be...
Item (170,485,300) While Item !=170(Axis X): Move item +1 axis X per second Item (200,485,300) |
|
|
| Report Abuse |
|
|
willham
|
  |
| Joined: 15 Jan 2009 |
| Total Posts: 86 |
|
|
| 26 Nov 2012 04:02 PM |
| But with that it would be so complex! With my idea you could make an arrow only you can see with the tool, and do that much faster, and it would make movments look better. |
|
|
| Report Abuse |
|
|
|
| 26 Nov 2012 04:08 PM |
That was a simplifed version of the code behind this. Pseudo code is part english, part scripting language.
|
|
|
| Report Abuse |
|
|