{"id":473483,"student_id":10,"content":"setBackdrop(\"bg.png\"); //設定背景圖\nlet board = createSprite('board.png'); //分數板\nlet koding = createSprite('k_0.png', 'k_1.png', 'k_2.png'); //玩家\nlet info = createSprite('info.png'); //遊戲說明\nlet sight = createSprite('sight.png'); //準星\nlet target = createSprite('t_0.png');\n\nlet level = 0; //等級\nlet clock = 0; //紀錄遊戲迴圈的執行次數\n\ninfo.hidden = true; //預設隱藏\n\ntarget.direction = Math.random()*360; //物品朝向隨機方向\ntarget.stepForward(Math.random() * 300 + 1000); //物品向前移動 300 - 1300 的距離\ntarget.direction += 180; //物品 180 度旋轉方向\n\ncreateSound('bgm.mp3', true); //播放背景音樂\n\n// 遊戲迴圈\nfunction gameloop () {\n drawText(level, 200, 60, 'white', 50); //顯示攔截數\n\n // 讓準星不斷跟著滑鼠移動\n sight.x = cursor.x;\n sight.y = cursor.y;\n \n clock++;\n if (clock % 30 == 0) {\n koding.costumeId = 1;\n }\n if (clock % 30 == 15) {\n koding.costumeId = 0;\n }\n\n target.stepForward(5 + level/5);\n\n\n if (target.touched(koding) == true) {\n stop(); //暫停遊戲\n createSound('fail.mp3'); //播放失敗音效\n }\n}\n\n// 當遊戲場景被點擊時\nfunction clickOnStage () {\n\n if (target.touched(sight) == true) {\n \n level += 1;\n\n // 當物品被攔截時,創造一個半透明的物品作為紀錄\n let fake = createSprite('t_0.png', 't_1.png', 't_2.png', 't_3.png', 't_4.png', 't_5.png', 't_6.png');\n fake.x = target.x;\n fake.y = target.y;\n fake.direction = target.direction;\n fake.costumeId = target.costumeId;\n fake.opacity = 0.5;\n \n // 將物品重置到遊戲場景中央\n target.x = 600;\n target.y = 450;\n target.direction = Math.random()*360;\n target.stepForward(Math.random() * 300 + 1000);\n target.direction += 180;\n\n createSound('fired.mp3');\n }\n \n info.hidden = true; //隱藏遊戲說明圖\n}\n\n\non('click', clickOnStage); //遊戲場景被點擊就執行 clickOnStage\nforever(gameloop);","created_at":"2022-12-16T10:04:36.178+08:00","updated_at":"2022-12-16T10:04:36.178+08:00","name":"守護重金屬叩叮(延伸版) 副本 副本","language":"javascript","screenshot":{"url":null},"parent_id":473482,"plugin":"Game.set({ width: 1200, height: 900 });","description":null,"note":null,"status":"public","like_student_ids":[],"is_featured":false,"views":113,"hashid":"d5msy3y4r","is_content_changed":false,"review_status":"unsubmitted","submitted_at":null,"reviewed_at":null,"advise":null,"is_deleted":false}
[{"id":10771187,"file_name":"sight.png","project_id":473483,"asset_id":488853,"created_at":"2022-12-16T10:04:36.184+08:00","updated_at":"2022-12-16T10:04:36.184+08:00"},{"id":10771188,"file_name":"k_1.png","project_id":473483,"asset_id":488854,"created_at":"2022-12-16T10:04:36.186+08:00","updated_at":"2022-12-16T10:04:36.186+08:00"},{"id":10771189,"file_name":"k_0.png","project_id":473483,"asset_id":488855,"created_at":"2022-12-16T10:04:36.187+08:00","updated_at":"2022-12-16T10:04:36.187+08:00"},{"id":10771190,"file_name":"info.png","project_id":473483,"asset_id":488856,"created_at":"2022-12-16T10:04:36.189+08:00","updated_at":"2022-12-16T10:04:36.189+08:00"},{"id":10771191,"file_name":"board.png","project_id":473483,"asset_id":488857,"created_at":"2022-12-16T10:04:36.190+08:00","updated_at":"2022-12-16T10:04:36.190+08:00"},{"id":10771192,"file_name":"bg.png","project_id":473483,"asset_id":488858,"created_at":"2022-12-16T10:04:36.191+08:00","updated_at":"2022-12-16T10:04:36.191+08:00"},{"id":10771193,"file_name":"bg_end.png","project_id":473483,"asset_id":488859,"created_at":"2022-12-16T10:04:36.193+08:00","updated_at":"2022-12-16T10:04:36.193+08:00"},{"id":10771194,"file_name":"t_0.png","project_id":473483,"asset_id":488860,"created_at":"2022-12-16T10:04:36.194+08:00","updated_at":"2022-12-16T10:04:36.194+08:00"},{"id":10771195,"file_name":"t_2.png","project_id":473483,"asset_id":488861,"created_at":"2022-12-16T10:04:36.195+08:00","updated_at":"2022-12-16T10:04:36.195+08:00"},{"id":10771196,"file_name":"t_6.png","project_id":473483,"asset_id":488863,"created_at":"2022-12-16T10:04:36.195+08:00","updated_at":"2022-12-16T10:04:36.195+08:00"},{"id":10771197,"file_name":"t_5.png","project_id":473483,"asset_id":488864,"created_at":"2022-12-16T10:04:36.196+08:00","updated_at":"2022-12-16T10:04:36.196+08:00"},{"id":10771198,"file_name":"t_4.png","project_id":473483,"asset_id":488865,"created_at":"2022-12-16T10:04:36.198+08:00","updated_at":"2022-12-16T10:04:36.198+08:00"},{"id":10771199,"file_name":"t_3.png","project_id":473483,"asset_id":488866,"created_at":"2022-12-16T10:04:36.199+08:00","updated_at":"2022-12-16T10:04:36.199+08:00"},{"id":10771200,"file_name":"t_1.png","project_id":473483,"asset_id":488867,"created_at":"2022-12-16T10:04:36.200+08:00","updated_at":"2022-12-16T10:04:36.200+08:00"},{"id":10771201,"file_name":"k_2.png","project_id":473483,"asset_id":488868,"created_at":"2022-12-16T10:04:36.201+08:00","updated_at":"2022-12-16T10:04:36.201+08:00"},{"id":10771202,"file_name":"fail.mp3","project_id":473483,"asset_id":551984,"created_at":"2022-12-16T10:04:36.202+08:00","updated_at":"2022-12-16T10:04:36.202+08:00"},{"id":10771203,"file_name":"fired.mp3","project_id":473483,"asset_id":551985,"created_at":"2022-12-16T10:04:36.203+08:00","updated_at":"2022-12-16T10:04:36.203+08:00"},{"id":10771204,"file_name":"bgm.mp3","project_id":473483,"asset_id":551982,"created_at":"2022-12-16T10:04:36.204+08:00","updated_at":"2022-12-16T10:04:36.204+08:00"},{"id":10771205,"file_name":"effect.mp3","project_id":473483,"asset_id":551983,"created_at":"2022-12-16T10:04:36.205+08:00","updated_at":"2022-12-16T10:04:36.205+08:00"}]
橘蘋學習平台
橘蘋學習平台
我的作品
檢視專案頁
匯出
複製
匯入
刪除
下載 Android APP (APK)
截圖
1:1:1
1:1
full
幫助
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦