📄 windows.as
字号:
//Yellow Windowsimport gotopimport mx.utils.Delegateclass windows extends gtalk{ var zoomer : MovieClip; var mcmask : MovieClip var ccc, id var mcdrag, t1, t2, t3, centermc, b1, go_, gox, OPEN, titlet, combtn, reloadbtn function onLoad () { mcmask._height = 450 mcmask._width = 400 init () zoomer.bigw = 200; zoomer.bigh = 200; // gox.onRelease = Delegate.create (this, CLOSE); combtn.onRelease = Delegate.create (this, POST); reloadbtn.onRelease = Delegate.create (this, RELOAD); } function POST () { getURL ("http://yellowboy.cn/a.asp?id=" + id+"#commentbox", "_blank") } function RELOAD () { ccc.content.onLoad () } function CLOSE () { this.OPEN = false this.removeMovieClip () } function startdrags () { titlet._x = t1._x + 2 titlet._y = t1._y + 2 ccc._x = t1._x + 5; ccc._y = t1._y + 28 mcdrag._x = t1._x; mcdrag._y = t1._y; t2._x = t1._x + t1._width; t3._x = t2._x + t2._width; mcmask._x = t1._x; mcmask._y = t1._y; t2._y = t3._y = t1._y; gox._x = t3._x - 15.5 go_._x = t3._x - 31.5 gox._y = go_._y = t1._y + 5 b1._x = centermc._x = t1._x; centermc._y = t1._y + t1._height; b1._y = centermc._y + centermc._height; combtn._x = t1._x + 5 reloadbtn._y = combtn._y = b1._y - 8 reloadbtn._x = combtn._x + 50 ccc.setSize (mcmask._width - 5, t1._y + (mcmask._height - ccc._y) - 30); } function dingwei (w : Number, h : Number) { titlet._x = t1._x + 2 titlet._y = t1._y + 2 ccc._x = t1._x + 5; ccc._y = t1._y + 28 mcdrag._width = w; mcdrag._x = t1._x; mcdrag._y = t1._y; titlet._width = w - 27 t2._width = w - (t1._width + t3._width); t2._x = t1._x + t1._width; t3._x = t2._x + t2._width; t2._y = t3._y = t1._y; gox._x = t3._x - 15.5 go_._x = t3._x - 31.5 gox._y = go_._y = t1._y + 5 b1._width = centermc._width = w; centermc._height = h - (t1._height + b1._height); b1._x = centermc._x = t1._x; b1._y = centermc._y + centermc._height; combtn._x = t1._x + 5 reloadbtn._y = combtn._y = b1._y - 8 reloadbtn._x = combtn._x + 50 ccc.setSize (w - 5, t1._y + (h - ccc._y) - 30); // ccc.content.ondrag () }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -