Monday, November 8, 2010

Movable Map







The top image is some experimentation with the mouse moving the map around.

I replaced an array of squares with a placeholder image, and setup bounderies as to where
the map can be dragged. Left click dragges, right click zooms, the squares are an experiement
in a processing object called PGraphics. This is all good news, I was worried about how to display flat objects,
layers, and things. But with some of these objects, I can load a screen seperatly, and reference that screen later.

So in terms of program speed and orginization, interface options can be simplified and loaded when the program might be
doing less intensive work, then referenced when needed. It simplifies the drawing process, something which
will become more apparent in due time.

No comments:

Post a Comment