您的位置: 首页 >日志>视觉设计>详细内容

视觉设计

Flash地图

来源:本站原创 发布时间:2011-11-30 10:40:12 浏览次数: 【字体:
效果查看地址
 
 
var reurl = this._url.split("map.swf")[0];
var filename = "mapxml.xml";
分别对应 map.swfmapxml.xml这两个文件名即可
 
mapmc.onEnterFrame = function ()
{
    if (this.pauseMove)
    {
        return;
    } // end if
    if (this.opened)
    {
        this._x = int(this._x + (540 - _root._xmouse - this._x) / 20);
        this._y = int(this._y + (300 - _root._ymouse - this._y) / 20);
    }
    else
    {
        this._x = int(this._x + (270 - this._x) / 20);
        this._y = int(this._y + (150 - this._y) / 20);
    } // end else if
};
注:需要注意的是, 540300分别是场景的宽和高,下面270150是场景的一半,一般设为这个比例即可,其它元件和文字的放大缩小的参数就不一一列出来了,在代码里修改即可
 
最后附上下载文件
{PE.SiteConfig.ApplicationPath/}{PE.SiteConfig.uploaddir/}/Article/201111/201111301037397722.rar
×

用户登录