Changeset 550
- Timestamp:
- 04/18/08 10:05:23 (5 months ago)
- Files:
-
- trunk/as2/lib/com/modestmaps/core/TileGrid.as (modified) (2 diffs)
- trunk/as2/lib/com/modestmaps/Map.as (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/as2/lib/com/modestmaps/core/TileGrid.as
r292 r550 1132 1132 __mask.clear(); 1133 1133 __mask.moveTo(0, 0); 1134 __mask.lineStyle(2, 0x990099, 100);1135 1134 __mask.beginFill(0x000000, 0); 1136 1135 __mask.lineTo(0, __height); … … 1143 1142 __well.clear(); 1144 1143 __well.moveTo(__width/-2, __height/-2); 1145 __well.lineStyle(); 1146 __well.beginFill(0x666666, 100); 1144 __well.beginFill(__map.backgroundColor, 100); 1147 1145 __well.lineTo(__width/-2, __height/2); 1148 1146 __well.lineTo(__width/2, __height/2); trunk/as2/lib/com/modestmaps/Map.as
r292 r550 47 47 private var __draggable:Boolean = true; 48 48 49 public var backgroundColor:Number = 0x666666; 50 49 51 // pending animation steps, array of {type:'pan'/'zoom', amount:Point/Number, redraw:Boolean} 50 52 private var __animSteps:/*Object*/Array;
