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
- Sensing lots of action, by also using 声音响度
當 @greenflag 被點擊 重複無限次 如果 <<(視訊 [動作 v] \( [舞台 v] \)) > [30]> 且 <<(聲音響度) > [30]> 不成立>> 那麼 說出 [Turn up the volume!] end 如果 <<<(視訊 [動作 v] \( [舞台 v] \)) > [30]> 不成立> 且 <(聲音響度) > [30]>> 那麼 說出 [Start moving!] end 如果 <<(視訊 [動作 v] \( [舞台 v] \)) > [30]> 且 <(聲音響度) > [30]>> 那麼 說出 [Party!] end end
参见
- 视讯设为 ()
- 视讯透明度设为 () %
- Watch Me Move! (video sensing)