From Test-Scratch-Wiki

视讯 () ()
視訊 [動作 v] \( [這個角色 v] \)
类别 侦测类积木
形狀 椭圆形积木
加入於 2.0

The Video () on () 积木 is a 侦测类积木 and a 椭圆形积木. It gets values of the video, either motion (on a scale of 1 to 100) or direction (which way the detected motion is going, measured on the same plane as 角色方向), on either the 舞台, or the current 角色.

It calculates the values based on "optical flow".

用法示例

  • Moving a sprite by moving
重複無限次 
  移動 (視訊 [動作 v] \( [這個角色 v] \)) 點
  面朝 (視訊 [方向 v] \( [這個角色 v] \)) 度
end
當 @greenflag 被點擊
重複無限次 
  如果 <<(視訊 [動作 v] \( [舞台 v] \)) > [30]> 且 <<(聲音響度) > [30]> 不成立>> 那麼 
    說出 [Turn up the volume!]
  end
  如果 <<<(視訊 [動作 v] \( [舞台 v] \)) > [30]> 不成立> 且 <(聲音響度) > [30]>> 那麼 
    說出 [Start moving!]
  end
  如果 <<(視訊 [動作 v] \( [舞台 v] \)) > [30]> 且 <(聲音響度) > [30]>> 那麼 
    說出 [Party!]
  end
end

参见

Cookies help us deliver our services. By using our services, you agree to our use of cookies.