#12002/5/29 14:54:00
on(release)
if (getproperty("2",_currentframe)=3){
telltarget("2"){
gotoandstop(1);
}
telltarget("1"){
gotoandstop(getproperty("2",_currentframe);
}
我来说明一下,我是想做个拼图游戏
着是其中一个as,我要的是当点后,如果发现它旁边的mc是第三frame,那么就把他变为第一frame
而它变为它傍边的mc的frame数。
可是点后,他边了,可是傍边的mc没有反映,why?