Adding scripts to the food sprite

For each platform, we will create clones of food sprite. To make the game more interesting, the food clones are randomly placed on its assigned platform and scroll with that platform. If the player sprite eats or touches bad food, then the player dies and the game ends. For all other food types, eating food will earn the player one point.

Prepare for lift off

Before diving into the scripts, we need to take a look at the food sprite costumes, as well as their scrolling mechanism.

The costumes of the food sprite are grouped into bad and good food, with bad food at the front of the costume list. The good_food_start_cos_idx variable defines which costume index is the starting index of good food costumes. We will use ...

Get Scratch 2.0 Game Development HOTSHOT now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.