第24389题 判断题
运行给定Scratch程序,判断最终角色是否面向右

程序积木逻辑如下:

  1. 当绿旗被点击时:
    • 面向90方向
    • 广播消息1
  2. 当接收到消息1时:
    • 重复执行2次:右转90度
    • 广播消息2并等待
  3. 当接收到消息2时:
    • 右转90度
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析