Changeset 610

Show
Ignore:
Timestamp:
07/17/08 12:58:54 (2 months ago)
Author:
tom
Message:

if google_version.xml wasn't around, the sample as3 project broke

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/tom-tweenlite/lib/com/modestmaps/mapproviders/google/AbstractGoogleMapProvider.as

    r552 r610  
    7676                    // just use the defaults, I guess. 
    7777                        trace("Modest Maps: error loading " + __versionSource + ", using defaults from AbstractGoogleMapProvider.as"); 
     78                        dispatchEvent(new Event(AbstractGoogleMapProvider.READY)); 
    7879                } 
    7980 
  • branches/tom-tweenlite/samples/as3/ModestMapsSample.as

    r599 r610  
    3535     *  @author David Knape 
    3636     */  
    37     [SWF(backgroundColor="#000000")] 
     37    [SWF(backgroundColor="#000000", frameRate="30")] 
    3838    public class ModestMapsSample extends Sprite { 
    3939                 
     
    7474            map.addEventListener(MouseEvent.DOUBLE_CLICK, map.onDoubleClick); 
    7575            map.x = map.y = PADDING; 
     76             
     77            map.addChild(map.grid.debugField); 
    7678             
    7779            // if you want to wait for the Google version info to load