{"id":726117,"student_id":3760,"content":"from game import create_sprite, forever, set_backdrop\nset_backdrop('bg.png') #設定背景\ntarget = create_sprite('t_0.png', 't_1.png') #創造目標\ntarget.x = 1100 #設定目標水平位置\ntarget.y = 300 #設定目標垂直位置\nball = create_sprite('ball.png') #創造籃球\nball.x = 100 #設定籃球水平位置\nball.y = 600 #設定籃球垂直位置\n\nvx = 0 #水平速度\nvy = 0 #垂直速度\n\ndef gameloop():\n global vx, vy\n vx += 0.8\n vy -= 0.2\n ball.x = ball.x + vx #根據水平速度移動\n ball.y = ball.y + vy #根據垂直速度移動\n if ball.touched(target): #如果碰到目標\n target.costume_id = 1 #切換綠色造型\n\nforever(gameloop) #不斷執行遊戲迴圈","created_at":"2024-04-06T00:17:02.829+08:00","updated_at":"2024-04-06T00:19:19.238+08:00","name":"投籃_垂直與水平速度_預設 副本","language":"python","screenshot":{"url":"https://cdn6.koding.school/uploads/project/screenshot/726117/e083544978b3a37d530e6925640e9400.jpg"},"parent_id":452330,"plugin":"","description":null,"note":null,"status":"public","like_student_ids":[],"is_featured":false,"views":21,"hashid":"4y3sk8p5d","is_content_changed":false,"review_status":"unsubmitted","submitted_at":null,"reviewed_at":null,"advise":null,"is_deleted":false}
[{"id":16233029,"file_name":"ball.png","project_id":726117,"asset_id":576572,"created_at":"2024-04-06T00:17:02.834+08:00","updated_at":"2024-04-06T00:17:02.834+08:00"},{"id":16233030,"file_name":"t_0.png","project_id":726117,"asset_id":576573,"created_at":"2024-04-06T00:17:02.836+08:00","updated_at":"2024-04-06T00:17:02.836+08:00"},{"id":16233031,"file_name":"t_1.png","project_id":726117,"asset_id":576574,"created_at":"2024-04-06T00:17:02.837+08:00","updated_at":"2024-04-06T00:17:02.837+08:00"},{"id":16233032,"file_name":"bg.png","project_id":726117,"asset_id":576575,"created_at":"2024-04-06T00:17:02.838+08:00","updated_at":"2024-04-06T00:17:02.838+08:00"}]
橘蘋學習平台
橘蘋學習平台
我的作品
檢視專案頁
匯出
複製
匯入
刪除
截圖
幫助
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦