Hey, so I threw together a flash based online collaborative paint program and I just got the framework working so 2 clients can send drawing information back and forth. So now I need to flesh it out and make it more usable. Right now every client that starts up connects to a single server and shares the same drawing information.
I know that there are flash online paint programs already, but they’re all in vectors and I wanted something with raster pixel goodness, so I’m using the bitmap class which I like a lot.
Anyways, what features would you guys like to see? Chat? Rooms? Shape drawing? Go nuts.