10.9作业造人 刘惠惠
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了10.9作业造人 刘惠惠相关的知识,希望对你有一定的参考价值。
package asd; import com.rupeng.game.GameCore; public class ty implements Runnable { public static void main(String[] args){ GameCore.start(new ty()); } public void run() { GameCore.setGameSize(1000, 666); GameCore.setGameTitle("嫌弃——心灵的感动"); GameCore.alert("请听一首歌曲,《最长的旅途》"); GameCore.loadBgView("ly_.jpg"); GameCore.pause(5000); GameCore.loadBgView("zxz_.jpg"); GameCore.pause(5000); GameCore.loadBgView("hz_.jpg"); GameCore.pause(5000); GameCore.playSound("最长的旅途.mp3", true); GameCore.pause(160000); GameCore.alert("三千世界皆为草芥,凡夫俗子具是泥尘。 这一世,你是张显宗,我是岳绮罗"); boolean b = GameCore.confirm("你觉得好听吗?"); if (b) GameCore.alert("你的回答是好听"); else GameCore.alert("你的回答是不好听."); } }
以上是关于10.9作业造人 刘惠惠的主要内容,如果未能解决你的问题,请参考以下文章