Greetings,

Is it possible to dynamically change the bmap for a WINDOW during game-play? I know panel bmaps can be changed...but not sure about the window bmaps. For example to change a window bmap from "Region_Map1" to "Region_Map2" I've tried:

Mini_Panel.window = 5, 5, 130, 162, Region_Map2, MiniX, MiniY;

...but no dice. Thanks in advance for any help.