Maybe easy, maybe impossible; I'll ask anyway.
I've a mini-Game (a primitive Board Game, looking a bit like a Monopoly board...) which I'd like to display on screen all at once, so as to see all of the board. It's just a square Map, 20 x 20 Tiles, with nothing special going on. Presently, it all works, but as the pieces move around the Board, they can't all be seen. My Actor can scurry around and see 'em by having the screen scroll, but then one can't see the others.
Is there an easy way to have the whole Map visible on screen, all at once, without resorting to a collection of plug-ins..? A few script calls would be fine, and I suppose, if there is no other way, a simple plug-in would be acceptable, but I really don't want to start building up a whole edifice of 'em for so little.
Any (polite..!) suggestions, please, or alternative approaches..? Thanks in advance.
I've a mini-Game (a primitive Board Game, looking a bit like a Monopoly board...) which I'd like to display on screen all at once, so as to see all of the board. It's just a square Map, 20 x 20 Tiles, with nothing special going on. Presently, it all works, but as the pieces move around the Board, they can't all be seen. My Actor can scurry around and see 'em by having the screen scroll, but then one can't see the others.
Is there an easy way to have the whole Map visible on screen, all at once, without resorting to a collection of plug-ins..? A few script calls would be fine, and I suppose, if there is no other way, a simple plug-in would be acceptable, but I really don't want to start building up a whole edifice of 'em for so little.
Any (polite..!) suggestions, please, or alternative approaches..? Thanks in advance.