摘要: package{importflash.display.Sprite;importflash.events.Event;importflash.ui.Mouse;publicclassMainextendsSprite{vararr:arrow=newarrow(); //自己做的鼠标小箭头(影片剪辑MC)publicfunctionMain():void{init();}privatefunctioninit():void{Mouse.hide();stage.addEventListener(Event.ENTER_FRAME,aa);arr.mouseEnabled=false; ... 阅读全文
posted @ 2012-07-04 15:26 王翔(kingfly) 阅读(1713) 评论(0) 推荐(0)
摘要: package{importflash.display.Sprite;importflash.events.Event;importflash.net.SharedObject;importflash.net.URLLoader;importflash.net.URLRequest;publicclassMainextendsSprite{publicfunctionMain():void{init();}privatefunctioninit():void{//返回本地永久保存的共享对象varmyLocalData:SharedObject=SharedObject.getLocal(&qu 阅读全文
posted @ 2012-07-04 15:01 王翔(kingfly) 阅读(1452) 评论(0) 推荐(0)
摘要: <LoadingData><question><text>XML!!</text><answers><answertype="correct">correct!!correct!!</answer><answertype="wrong">wrong!!!!wrong!!!!</answer></answers></question></LoadingData>package{importflash.display 阅读全文
posted @ 2012-07-04 11:51 王翔(kingfly) 阅读(2868) 评论(0) 推荐(0)
摘要: package{importflash.display.Sprite;importflash.events.Event;importflash.events.KeyboardEvent;importflash.events.TimerEvent;importflash.text.TextField;importflash.utils.Timer;importflash.utils.getTimer;publicclassMainextendsSprite{varyueya:crescent=newcrescent();varxingxing:star=newstar();varmessageT 阅读全文
posted @ 2012-07-04 11:21 王翔(kingfly) 阅读(2705) 评论(0) 推荐(0)
摘要: package{importflash.display.Sprite;importflash.events.Event;importflash.events.KeyboardEvent;importflash.events.TimerEvent;importflash.utils.Timer;importflash.utils.getTimer;publicclassMainextendsSprite{varmascot:Bo=newBo();varleftArrow:Boolean=false;varrightArrow:Boolean=false;varupArrow:Boolean=fa 阅读全文
posted @ 2012-07-04 10:27 王翔(kingfly) 阅读(563) 评论(0) 推荐(0)