Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/twintower.gmx/scripts/game_allclearInit.gml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 214 - (show annotations) (download)
Sun Oct 26 15:41:44 2014 UTC (9 years, 7 months ago) by syun77
File size: 437 byte(s)
ミッションモードを無効化
1 /// game_allclearInit();
2 /// 全レベルクリア・初期化
3 // 自機を消す
4 with(obj_player) { instance_destroy(); }
5
6 // 積みブロックをすべて破壊
7 destroyAllTower();
8
9 // すべてクリアSE再生 #sound
10 playSe(SND_ALLCLEAR);
11
12 // ハイスコア保存
13 save_save();
14
15 instance_create(0, 0, obj_allclear);
16
17 audio_sound_gain(global.nBgm, 0, 1000);
18
19 self.playtimer = 0;
20 self.state = STATE_ALLCLEAR_MAIN
21

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26