摘要:
1.导入四个音乐文件,在库中右键-链接,标识符分别为:s01 s02 s03 s04
2.做一音量控件,点击控件加AS:
on (press) {
startDrag(this, true, left, top, right, bottom);
}
on (release) {
stopDrag();
}
onClipEvent (load) {
top = _y;
bottom = _y;
left = _x;
right = _x+150;
_x += 75;
} 阅读全文
posted @ 2007-04-03 16:27 allonkwok 阅读(332) 评论(0) 推荐(0) 编辑