_root.onEnterFrame = function () {
tim()
};
_root.flag=0
_root.per=1
_root.logot._alpha=0
_root.cp1._visible=true;
_root.cp2._visible=false;
_root.cp3._visible=false;
_root.cp4._visible=false;
_root.cp5._visible=false;
_root.cp6._visible=false;
_root.cp7._visible=false;
function tim() {
if(_root.flag==2){
if(_root.logot._alpha<100
(
Read more... )