📄 j2me 2d小游戏入门之计时器.htm
字号:
method=post target=_blank><INPUT type=hidden name=tagName> <INPUT type=hidden
name=rfid> <INPUT type=hidden value=6 name=type> <INPUT type=hidden name=cid>
笔名:<INPUT size=17 name=userName><INPUT onclick=JavaScript:submitReviewForm(this.form) type=button value=发表主题 name=but><BR>标题:<INPUT
size=30 name=title><BR><IMG onclick=Cbold() height=22 alt=粗体
src="J2ME 2D小游戏入门之计时器.files/bold.gif" width=23 border=0> <IMG onclick=Cimage()
height=22 alt=图片 src="J2ME 2D小游戏入门之计时器.files/image.gif" width=23 border=0> <IMG
onclick=Cswf() height=22 alt=Flash图片 src="J2ME 2D小游戏入门之计时器.files/swf.gif"
width=23 border=0> <IMG onclick=Cwmv() height=22 alt="Media Player视频文件"
src="J2ME 2D小游戏入门之计时器.files/mp.gif" width=23 border=0> <IMG onclick=Crm()
height=22 alt=realplay视频文件 src="J2ME 2D小游戏入门之计时器.files/rm.gif" width=23
border=0> <IMG onclick=Curl() height=22 alt=超级连接
src="J2ME 2D小游戏入门之计时器.files/url1.gif" width=23 border=0> <IMG onclick=Cemail()
height=22 alt=Email连接 src="J2ME 2D小游戏入门之计时器.files/email1.gif" width=23 border=0>
<IMG onclick=Cdir() height=22 alt=Shockwave文件
src="J2ME 2D小游戏入门之计时器.files/Shockwave.gif" width=23 border=0> <TEXTAREA name=contents rows=4 cols=30></TEXTAREA> <BR><A
href="javascript:addSmile('01')" target=_self><IMG
src="J2ME 2D小游戏入门之计时器.files/face01.gif" border=0></A> <A
href="javascript:addSmile('02')" target=_self><IMG
src="J2ME 2D小游戏入门之计时器.files/face02.gif" border=0></A> <A
href="javascript:addSmile('03')" target=_self><IMG
src="J2ME 2D小游戏入门之计时器.files/face03.gif" border=0></A> <A
href="javascript:addSmile('04')" target=_self><IMG
src="J2ME 2D小游戏入门之计时器.files/face04.gif" border=0></A> <A
href="javascript:addSmile('05')" target=_self><IMG
src="J2ME 2D小游戏入门之计时器.files/face05.gif" border=0></A> <A
href="javascript:addSmile('06')" target=_self><IMG
src="J2ME 2D小游戏入门之计时器.files/face06.gif" border=0></A> <A
href="javascript:addSmile('07')" target=_self><IMG
src="J2ME 2D小游戏入门之计时器.files/face07.gif" border=0></A> <A
href="javascript:addSmile('08')" target=_self><IMG
src="J2ME 2D小游戏入门之计时器.files/face08.gif" border=0></A> <A
href="javascript:addSmile('09')" target=_self><IMG
src="J2ME 2D小游戏入门之计时器.files/face09.gif" border=0></A> <A
href="javascript:addSmile('10')" target=_self><IMG
src="J2ME 2D小游戏入门之计时器.files/face10.gif" border=0></A> <BR><A
href="javascript:addSmile('11')" target=_self><IMG
src="J2ME 2D小游戏入门之计时器.files/face11.gif" border=0></A> <A
href="javascript:addSmile('12')" target=_self><IMG
src="J2ME 2D小游戏入门之计时器.files/face12.gif" border=0></A> <A
href="javascript:addSmile('13')" target=_self><IMG
src="J2ME 2D小游戏入门之计时器.files/face13.gif" border=0></A> <A
href="javascript:addSmile('14')" target=_self><IMG
src="J2ME 2D小游戏入门之计时器.files/face14.gif" border=0></A> <A
href="javascript:addSmile('15')" target=_self><IMG
src="J2ME 2D小游戏入门之计时器.files/face15.gif" border=0></A> <A
href="javascript:addSmile('16')" target=_self><IMG
src="J2ME 2D小游戏入门之计时器.files/face16.gif" border=0></A> <A
href="javascript:addSmile('17')" target=_self><IMG
src="J2ME 2D小游戏入门之计时器.files/face17.gif" border=0></A> <A
href="javascript:addSmile('18')" target=_self><IMG
src="J2ME 2D小游戏入门之计时器.files/face18.gif" border=0></A> <A
href="javascript:addSmile('19')" target=_self><IMG
src="J2ME 2D小游戏入门之计时器.files/face19.gif" border=0></A> <A
href="javascript:addSmile('20')" target=_self><IMG
src="J2ME 2D小游戏入门之计时器.files/face20.gif" border=0></A>
</FORM><BR>请您注意:遵守国家有关法律、法规,尊重网上道德,承担一切因您的行为而直接或间接引起的法律责任。<BR>天极网拥有管理笔名和留言的一切权利。
<SCRIPT language=JavaScript><!--function addSmile(val) { with (document.frmReviewPost) { contents.value += "[s" + val + "]"; }}with(document.frmReviewPost) { if(typeof(comments_nickname) == "string" && comments_nickname.length > 0) { userName.value = comments_nickname; } else { userName.value = "天极网友"; } if(typeof(aid) != "undefined") rfid.value = aid; if(typeof(channelid) != "undefined") cid.value = channelid; if(typeof(tagname) == "string" && tagname.length > 0) { tagName.value = tagname; }}function submitReviewForm(f) { with(f) { if(rfid.value.length > 0) { if(userName.value.length == 0) { alert("请输入您的笔名!"); userName.focus(); return; } if(userName.value.length > 20) { alert("笔名太长,字数不成超过20!"); userName.focus(); return; } if (title.value.length == 0) { alert("请输入主题标题"); title.focus(); return false; } if (title.value.length > 100) { alert("标题太长,字数不成超过100"); title.focus(); return false; } if(contents.value.length == 0) { alert("请输入主题内容"); contents.focus(); return; } if(contents.value.length > 2000) { alert("内容太长,字数不成超过2000"); contents.focus(); return; } submit(); contents.value = ""; } }}//--></SCRIPT>
</DIV>
<DIV class=right>
<DIV class=pinlunguan2>最新热评<BR><SPAN id=commentsHotestSpanText></SPAN>
<SCRIPT language=JavaScript> function showCommentsHotestSpan() { if(typeof(hot_comments_rfid) == "object" && hot_comments_rfid.length > 0) { var hot_max_length = 17; var str = ""; str += "<ul class=\"titleListul\">"; for (i = 0; i < hot_comments_rfid.length; i+=1) { if(i < hot_comments_rfid.length && i < 13) { var host_comment_title = hot_comments_title[i]; if(host_comment_title.length > hot_max_length) { host_comment_title = host_comment_title.substring(0, hot_max_length); } //str += "<li class=\"titleListli\">"; str += ""; str += "<a href=\"" + hot_comments_url[i] + "\" title=\""+hot_comments_title[i]+"\">"+ host_comment_title +"</a> "; str += " ("+hot_comments_num[i]+")"; str += "<br/>"; //str += "</li>"; } } str += "</ul>"; commentsHotestSpanText.innerHTML = str; }}//--></SCRIPT>
<!--document.write("<script language=\"JavaScript\" charset=\"gb2312\" defer src=\"http://comments.yesky.com/review.hotest.do?type=6&cid="+channelid+"&num=10\"><\/script>");-->
<SCRIPT language=JavaScript>if(typeof(channelid) != "undefined") { document.write("<script language=\"JavaScript\" charset=\"gb2312\" src=\"http://comments.yesky.com/channlereview/6/"+(channelid%5000)+"/"+channelid+".js\"><\/script>");}</SCRIPT>
</DIV></DIV></DIV></DIV><!--结束-->
<DIV class=clear1></DIV><!--相关文章-->
<DIV class=newxiangguan>
<DIV class=newxiangguanmenu><IMG height=11
src="J2ME 2D小游戏入门之计时器.files/inverse1-dht.gif" width=22>相关内容 </DIV>
<DIV class=newxiangguancontent>
<LI><A
href="http://www.yesky.com/444/1870444.shtml">J2ME学习之温故而知新篇</A>(2004-11-01
09:46)
<LI><A href="http://www.yesky.com/309/1870809.shtml">J2ME
2D小游戏入门之游戏的框架</A>(2004-11-02 08:49)
<LI><A href="http://www.yesky.com/115/1872615.shtml">J2ME
2D小游戏入门之控制飞机移动</A>(2004-11-06 09:00)
<LI><A href="http://www.yesky.com/198/1872698.shtml">J2ME
2D小游戏入门之加入子弹群</A>(2004-11-06 14:40)
<LI><A href="http://www.yesky.com/127/1873127.shtml">J2ME
2D小游戏入门之实现爆炸</A>(2004-11-08 15:22)
<LI><A href="http://www.yesky.com/362/1875862.shtml">MIDP 2.0
开发J2ME游戏起步之一</A>(2004-11-16 09:00)
<LI><A
href="http://www.yesky.com/355/1880855.shtml">在J2ME中实现基于UDP协议通讯程序</A>(2004-11-26
17:46)
<LI><A href="http://www.yesky.com/51/1881051.shtml">J2ME
2D小游戏入门之计时器</A>(2004-11-28 15:06)
<LI><A
href="http://www.yesky.com/279/1886279.shtml">J2ME手机游戏引擎程序结构简述</A>(2004-12-09
14:53)
<LI><A
href="http://www.yesky.com/301/1889301.shtml">J2ME中使用Socket开发联网程序</A>(2004-12-16
10:42)
<LI><A
href="http://www.yesky.com/218/1901718.shtml">使用J2ME实现手机短信息发送程序</A>(2005-01-17
09:48)
<LI><A
href="http://www.yesky.com/422/1904922.shtml">在J2ME中读取各种格式的文本文件</A>(2005-01-25
09:43)
<LI><A
href="http://www.yesky.com/445/1904945.shtml">MIDP应用程序图形用户界面结构分析</A>(2005-09-14
09:01) </LI></DIV></DIV>
<DIV class=clear1></DIV>
<DIV class=newxiangguan>
<DIV class=newxiangguanmenu><IMG height=11
src="J2ME 2D小游戏入门之计时器.files/inverse1-dht.gif" width=22>天极无线 </DIV>
<DIV class=newxiangguancontent><SPAN id=ad6></SPAN></DIV></DIV><!--结束-->
<DIV class=clear1></DIV></DIV>
<DIV class=newright>
<DIV class=newrightad style="HEIGHT: 800px"><SPAN id=ad2></SPAN>
<DIV class=newrightbox>相关厂商 </DIV>
<DIV class=space3><SPAN id=catalogspan></SPAN></DIV><!--writen by michael.joe 2005.06.03 start-->
<STYLE type=text/css>#container2 {
WIDTH: 100%; TEXT-ALIGN: left
}
#catalog_container1 {
WIDTH: 100%
}
#catalog_container1 UL {
LIST-STYLE-TYPE: none
}
#catalog_container1 UL LI {
FLOAT: left; MARGIN: 0px 3px; TEXT-ALIGN: center
}
</STYLE>
<SCRIPT language=JavaScript>function showCatalogSpan(){ if(catalog_num!=0){ var i=0 var str="<div id=\"container2\">" str+="<div id=\"catalog_container1\">" str+="<ul>" var j=catalog_num for(i=0;i<j;i++){ if(typeof(catalog_name[i])!='undefined') str+="<li><a href=\"http://product1.yesky.com"+catalog_url[i]+"\" title=\""+catalog_name[i]+"\">"+catalog_name[i]+"</a></li>" } str+="</ul>" str+="</div>" str+="</div>" }else{ var str="" } catalogsp
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -