房天下 > 房天下问答 > 业主生活 > 其他
  • 以下几组代码是什么意思 flash中用的

    代码1stop();fr.onEnterFrame = function() { if (_xmouse<100) { this._x = this._x-(this._x-100)*0.2; } else if (_xmouse>500) { this._x = this._x-(this._x-500)*0.2; } else { this._x = this._x-(this._x-_xmouse)*0.2; }};代码2on (release) { _parent.screen.gotoAndPlay(2); _parent.screen.auto.gotoAndStop(1);}代码3startDrag(_root.xin, true);x = getProperty(_root.xin, _x);y = getProperty(_root.xin, _y);代码4on (release) { stopDrag();}on (press) { startDrag("xin");}另外如果有知道的人麻烦告诉我一下如何学习flash的代码并灵活掌握

    提问者:chay888

    发布于2010-10-06

共1个回答
  • Faking穷光蛋 丨Lv 3
    第一个是设置弹出窗口的大小和鼠标指针的大小其余的看不懂了,我学flsah只是一个选修课。我也不在行
    +1 2010-10-06 举报
热门人气推荐
免责声明:问答内容均来源于互联网用户,房天下对其内容不负责任,如有版权或其他问题可以联系房天下进行删除。