I would like to see a path object & behaviour where you place a path object and give it a path name and decide where the waypoints are then any object with the path behaviour can be told to follow the path.
eg: I place two path objects and give them each 10 way points, one is "Left" the other is "Right". Then I create a sprite with the path behaviour and I can tell it to follow Left, reverse at the end of Left, and then follow Right.
This would allow more than one path for each object which makes designing custom AI easier
For the online object, it would be nice if there is two types of objects you can place. Simple Online Object which has the basic commands needed for making an online game and uses built-in settings for network handling, and Advanced Online Object which allows for you to have full control over the network packets and etc.