Changeset 623
- Timestamp:
- 07/20/08 17:44:08 (2 months ago)
- Files:
-
- branches/tom-tweenlite/samples/as3/ModestMapsSample.as (modified) (2 diffs)
- branches/tom-tweenlite/samples/as3/SampleMarker.as (modified) (1 diff)
- branches/tom-tweenlite/swc/bin/ModestMapsSWC.swc (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/tom-tweenlite/samples/as3/ModestMapsSample.as
r621 r623 36 36 */ 37 37 [SWF(backgroundColor="#000000", frameRate="30")] 38 public class ModestMapsSample extends Sprite { 38 public class ModestMapsSample extends Sprite 39 { 39 40 40 41 // Our modest map … … 121 122 map.addChild(new MapControls(map)); 122 123 123 map.addChild(new ZoomSlider(map ));124 map.addChild(new ZoomSlider(map, 200)); 124 125 125 126 // create tooltip branches/tom-tweenlite/samples/as3/SampleMarker.as
r531 r623 18 18 mouseChildren = false; 19 19 tabEnabled = false; 20 cacheAsBitmap = true;20 //cacheAsBitmap = true; 21 21 mouseEnabled = true; 22 22
