醒着☆☆

H5 Laya Native Game

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: :: 管理 ::
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
 <mx:Iris id="irisOut" duration="1000" showTarget="true"/>
    <mx:Iris id="irisIn" duration="1000" showTarget="false"/>
    <mx:Script>
     <![CDATA[
      private function shownew():void
      {
       var temp:aa=new aa();
       addChild(temp);
      
       irisOut.target=temp;
       
       irisOut.play();
       
      }
     ]]>
    </mx:Script>
    <mx:Button click="shownew()"/>
</mx:Application>
posted on 2010-08-15 13:08  醒着/☆☆  阅读(225)  评论(0编辑  收藏  举报