Changeset 623

Show
Ignore:
Timestamp:
07/20/08 17:44:08 (2 months ago)
Author:
tom
Message:

updates to sample as3 app and swc

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/tom-tweenlite/samples/as3/ModestMapsSample.as

    r621 r623  
    3636     */  
    3737    [SWF(backgroundColor="#000000", frameRate="30")] 
    38     public class ModestMapsSample extends Sprite { 
     38    public class ModestMapsSample extends Sprite 
     39    { 
    3940                 
    4041        // Our modest map 
     
    121122            map.addChild(new MapControls(map));  
    122123             
    123             map.addChild(new ZoomSlider(map)); 
     124            map.addChild(new ZoomSlider(map, 200)); 
    124125                 
    125126                // create tooltip 
  • branches/tom-tweenlite/samples/as3/SampleMarker.as

    r531 r623  
    1818                mouseChildren = false; 
    1919                tabEnabled = false;              
    20                 cacheAsBitmap = true; 
     20                //cacheAsBitmap = true; 
    2121                mouseEnabled = true; 
    2222