可以对口型的嘴巴

      闪了一下 2005-2-16 11:14
帝国http://www.flashempire.net/showthread.php?p=1356612#post1356612
//*************************************************
//皮皮狼开发的可以对口型说话的mc扩展类。
//相关讨论请到闪客帝国组件开发板块。

//试验产品。
//传播请保留此注释
//*************************************************
//为string类增加getsayarr方法。参数雷同与split();

String.prototype.getsayarr = function(str:String) {
var myarr = this.split(str);
var mysayarr = [];
for (var i = 0; i<myarr.length; i++) {
var t = new Yin();
t.s = myarr[i];
t.t = t.gett();
mysayarr.push(t);
}
return mysayarr;
};
mySound=new Sound(this);

按钮as

on (release) {
myword = "b a b a , m a m a , y e y e , n ai n ai , g u g u , l ao l ao , sh u sh u , j u j u , a y i , b o b o , l ao y e , g u o n i an h ao .";

mySound.attachSound("ba");
mySound.start();
zui.Say(myword.getsayarr(" "));
}

例子:我不知道为什么我帧频设为24。自己机器上运行流畅。上传就慢了?
第一个是调整快了的。

bbs.flasher123.com/UploadFil...15171713764.swf

bbs.flasher123.com/UploadFil...21517850216.swf
标签集:TAGS:
回复Comments() 点击Count()

回复Comments

{commentauthor}
{commentauthor}
{commenttime}
{commentnum}
{commentcontent}
作者:
{commentrecontent}