{"id":452337,"student_id":10,"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 = 10 #水平速度\nvy = -3 #垂直速度\n\ndef gameloop():\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":"2022-10-24T18:38:38.149+08:00","updated_at":"2022-10-24T18:38:38.149+08:00","name":"投籃_垂直與水平速度_預設 副本","language":"python","screenshot":{"url":null},"parent_id":452330,"plugin":"","description":null,"note":null,"status":"public","like_student_ids":[],"is_featured":false,"views":234,"hashid":"ej9s984v3","is_content_changed":false,"review_status":"unsubmitted","submitted_at":null,"reviewed_at":null,"advise":null,"is_deleted":false}
[{"id":10243289,"file_name":"ball.png","project_id":452337,"asset_id":576572,"created_at":"2022-10-24T18:38:38.154+08:00","updated_at":"2022-10-24T18:38:38.154+08:00"},{"id":10243290,"file_name":"t_0.png","project_id":452337,"asset_id":576573,"created_at":"2022-10-24T18:38:38.155+08:00","updated_at":"2022-10-24T18:38:38.155+08:00"},{"id":10243291,"file_name":"t_1.png","project_id":452337,"asset_id":576574,"created_at":"2022-10-24T18:38:38.156+08:00","updated_at":"2022-10-24T18:38:38.156+08:00"},{"id":10243292,"file_name":"bg.png","project_id":452337,"asset_id":576575,"created_at":"2022-10-24T18:38:38.157+08:00","updated_at":"2022-10-24T18:38:38.157+08:00"}]
橘蘋學習平台
橘蘋學習平台
我的作品
檢視專案頁
匯出
複製
匯入
刪除
截圖
幫助
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦