#12005/3/3 16:11:11
这两段话是什么意思?????谢谢!
1.
on exitFrame me
if sprite(12).frame<sprite(12).member.framecount then
go the frame
else
go the frame+1
end if
end
2.
on beginsprite me
starttimer
end
on exitFrame me
if the timer<2200 then
go the frame
else
go the frame+1
end if
end