Skip to content

Commit

Permalink
remove duplicate step 20/21
Browse files Browse the repository at this point in the history
  • Loading branch information
ganicke committed Feb 29, 2024
1 parent 782560a commit 9fc60b1
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions docs/tutorials/collect-the-clovers.md
Original file line number Diff line number Diff line change
Expand Up @@ -615,25 +615,6 @@ and choose **duplicate**.
_Don’t worry if it looks disabled, we’ll fix that._


## {Step 20 - Add Overlaps behavior for Bee @fullscreen}

**We need an overlap behavior for the bee**

- :mouse pointer: Right-click on the the<br/>
``||sprites(noclick):on sprite overlaps||`` <br/>
container that's already in your workspace.
```blocks
sprites.onOverlap(SpriteKind.Player, SpriteKind.Projectile, function (sprite, otherSprite) {
otherSprite.destroy(effects.confetti, 100)
music.baDing.play()
info.changeScoreBy(1)
})
```
and choose **duplicate**.

_Don’t worry if it looks disabled, we’ll fix that._


- :mouse pointer: In the copied <br/>
``||sprites(noclick):on sprite overlaps||`` <br/>
block, click the kind ``||sprites:Projectile||`` and change it to ``||sprites:Enemy||``.
Expand Down

0 comments on commit 9fc60b1

Please sign in to comment.