Just as a suggestion: do you think a click and drag the map around system could be implemented sometime in the future? (Not right now, but sometime.)
Well I wasted time tonight and tried to get something like this working. I managed to get a few of them to operate 'correctly', with the best behaviour coming out of a plugin called 'scrollview'. That said, I don't know how many of you like to mouse over the ships and then drag those info windows around (I do it all the time, but maybe you guys don't) but the interaction between trying to drag the map around and trying to drag the windows around seems to create a fair bit of chaos.
Another one scrolled better, complete with a deceleration so you could give it a bit of a toss and it would slide along (like a google map) but it refused to let you move around the ship windows at all. It was called 'overscroll'. I can keep trying, though, and see what else I can find.
Another problem with this is that it involves forcefully limiting the visible area, instead of letting it fill the screen. In the long run, I may want to do this anyway, and have ship controls appear to the left or right of the board, but for now this just looks ugly and produces a lot of empty background space.
That aside, I've created a duplicate interface for the game using what I messed with tonight so that you can see it or mess around with it. Note that while the interface is duplicated, the game and game data is not; this means if you want, you can just as easily play using the duplicate interface as the main one. You can find the
original interface at this location, while
the duplicate one is nearby. In general, is this kind of what you'd want? What do the others think?
Personally I like this idea, but it looks like it is going to fight tooth and nail with everything else I've built, so it may just not work. I'm still looking for an existing mini-map type plugin, but no luck on that either.
edit: as a side note, apparently Internet Explorer
hates large maps. I almost never use it, but I was curious to see how the scroll scripts would work for other browsers.... man... giant red bars? Worth looking at just for a laugh, but clearly a deeper issue! (consequently, the bars apparently have nothing to do with the scrolling, but are problematic for IE in general)