哈,flash 做了。
一个图片分成几块,注意连接。
思路,全部导入一个 mc里,
然后,用setproperty() 分别设置每个mc的frame数
然后拉到 scene里。
然后button 了,只要hit
拉到 scene里,分别覆盖 mc
mc 命名了,
下面我写点东西,你看看,估计就明白了。哈哈
button 的action
on(press){
if(getproperty("2",_currentframe)=16){
telltarget("1"){
gotoandstop(16);
}
telltarget("2"){
gotoandstop(getproperty("1",_currentframe));
}
}
}
不多写了了,你明白着里的意思了,就什么都知道了
ps:1,2 是我mc的事例。