資訊內容
Scratch Class 1. 2 : Review & Exercise
編程1.2?
認識坐標系, 正負數加減運算
使用坐標系, 我們能標注出平面上每個點。?
任務
1. 在坐標系中畫出任意的點:
(120, 100)
(100, 120)
(-100, 120)
(200, -100)
(-200, -100)
?(50, -100)
2. 在坐標紙上標注的點, 能夠讀出坐標
3. 能夠通過坐標移動的方法, 找到從一個點到另一個點的方法
if we wish to move from point(100, 50) to point(150, 100) we shall?
change x by _______
change y by ________
if we wish to move from point(100, 50) to point(100, -100) we shall?
change x by _______
?change y by ________
if we wish to move from point(100, -50) to point(-100, -100) we shall?
change x by _______
?change y by ________
if we wish to move from point(-100, 50) to point(100, -100) we shall?
change x by _______
change y by ________
4. 熟悉scratch 界面, 使用”go to point x: y: “? ,” glide 1 second to point x: y:? “ 將物品移動到指定的位置
5. 使用change x by ___, change y by ____? 持續移動某個sprite
反復練習
將sprite 小伙伴在playground上持續進行 8字形狀移動
附加練習
設計貓咪走路前進的動畫, 通過wait, move x by ___ , 讓貓咪在屏幕上持續運動
如果能設計出故事, 就更棒啦!
聲明:本文章由網友投稿作為教育分享用途,如有侵權原作者可通過郵件及時和我們聯系刪除
