So the sequence component says it does the stuff in order, however I noticed that if I move my child components of it around it automatically re-orders them. So is it the visual ordering which indicates what order they will be run in? as even if I were to put 3 in a row and assign them correct child links in the order I want, if I move the one on the far right to the far left it changes the links over in the editor (not sure if it does that behind the scenes though).
@enerain99: Groffit was speaking about the editor-runtime relationship : ) Dynamic is a runtime only thing and it doesn’t change the order really : )
Re-sorting left to right in Editor is automaticaly done for convenience since BT’s generaly work left to right. This also kind of forces you to work a bit organized 🙂
What you see in Editor, is what you get in runtime as well.
ok cool, thats fine as long as I know thats the case, is there any way you could have an option to turn off auto organising or something at the top (where the snapping option etc are?)