Competition practice No. 26: Daily practice for the NOC competition, scratch questions on the 4th day, including answer analysis

CIE Level 1 2023.05_Looking for food

1. Preparation

(1) Add background: Jungle;

(2) Delete the kitten character and add characters: Dog2 and Donut;

2. Function implementation

(1) Click the green flag. The initial position of the puppy is in the lower left corner of the stage, facing right; the initial position of the donut is in the lower right corner of the stage;

(2) After waiting for 1 second, the puppy walks a distance to the right from the lower left corner and reaches the edge of the donut (note: the walking process can be seen, and it cannot move to the edge of the donut instantly);

(3) The puppy says "delicious" for 2 seconds.

3. Design ideas and implementation

(1) Characters and stage background settings

a. Role setting

Delete the kitten character and add the character: Dog2,

Guess you like

Origin blog.csdn.net/IT_Scratch/article/details/135437371