10.9 job creators and 10.9 job creators
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 ("abandon-touch the mind"); GameCore. alert ("listen to a song, longest journey"); GameCore. loadBgView ("ly_.jpg"); GameCore. pause (5000); GameCore. loadBgView ("zxz_.jpg"); GameCore. pause (5000); GameCore. loadBgView ( "Hz_.jpg"); GameCore. pause (5000); GameCore. playSound ("longest travel guide", true); GameCore. pause (160000); GameCore. alert. In this world, you are Zhang xianzong, And I am Yue qinluo "); boolean B = GameCore. confirm (" do you think it is nice? "); If (B) GameCore. alert (" your answer is nice "); else GameCore. alert (" your answer is nice .");}}