摘要: 1、jQuery翻动式菜单制作教程:http://www.36ria.com/447<ul id="hor"> <li><a href="#" class="home">Home</a></li> <li><a href="#" class="download">Download</a></li> <li><a href="#" class=" 阅读全文
posted @ 2012-10-25 22:51 KOJYA 阅读(160) 评论(0) 推荐(0) 编辑
摘要: //停止场景自动切换;stop();//按下next按钮next_btn.addEventListener(MouseEvent.CLICK,next_scene);function next_scene(me:MouseEvent){ nextScene(); } //按下back按钮back_btn.addEventListener(MouseEvent.CLICK,back_scene);function back_scene(me:MouseEvent){ prevScene(); } 阅读全文
posted @ 2012-10-25 21:01 KOJYA 阅读(383) 评论(0) 推荐(0) 编辑