Question regarding Node editor (entry points)

I’m having some issues, I’m attempting to set up some different behaviours for use in blend4web.

I have two different behaviours defined, one moves the object one changes its colour.

They both work independently of each other but once one is run the other doesn’t function, should I only have one entry point?

if so I cant seem to add multiple nodes to the entry point.


I am not familiar with this blend4web node-thing. But I would use only one entry point and put your behaviours behind each other - by creating a second socket (not hit) at the switch nodes and connecting this to the previous-input of the other switch node.

I have absulutely no idea if this works, but…