第16436题 程序题
Scratch等级考试三级编程题:青蛙捕虫

题目效果示意图

1. 准备工作

(1) 删除小猫角色; (2) 导入"Frog"、"Grasshopper"两个角色; (3) 设置背景为"Forest"。

2. 功能实现

(1) "Grasshopper"角色先克隆出30个克隆体,然后广播"开始"; (2) 当克隆体启动,在舞台随机位置显示; (3) "Frog"角色接收到"开始",跟随鼠标不断移动; (4) "Grasshopper"克隆体碰到"Frog"角色删除此克隆体; (5) 使用变量记录克隆体碰到"Frog"的次数。

{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
编辑模式
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析