Changeset 610
- Timestamp:
- 07/17/08 12:58:54 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/tom-tweenlite/lib/com/modestmaps/mapproviders/google/AbstractGoogleMapProvider.as
r552 r610 76 76 // just use the defaults, I guess. 77 77 trace("Modest Maps: error loading " + __versionSource + ", using defaults from AbstractGoogleMapProvider.as"); 78 dispatchEvent(new Event(AbstractGoogleMapProvider.READY)); 78 79 } 79 80 branches/tom-tweenlite/samples/as3/ModestMapsSample.as
r599 r610 35 35 * @author David Knape 36 36 */ 37 [SWF(backgroundColor="#000000" )]37 [SWF(backgroundColor="#000000", frameRate="30")] 38 38 public class ModestMapsSample extends Sprite { 39 39 … … 74 74 map.addEventListener(MouseEvent.DOUBLE_CLICK, map.onDoubleClick); 75 75 map.x = map.y = PADDING; 76 77 map.addChild(map.grid.debugField); 76 78 77 79 // if you want to wait for the Google version info to load
