Author: Tess1 | Posted on: 8/13/2014 4:09:00 AM | Views : 1328

This is part of a blog series… if you came here directly you might want to read the introduction first.
 
The bees will be placed in the empty area at the bottom of the screen right under the columns.

For this we need the individual bees (a class called Bee) and a class that handles generating and replacing bees (BeePicker).  Similarly to the flowers, the bees are only drawn as sections of a sprite map which we have already loaded in the project.
1. Let’s start with adding two new classes (unchecking the Windows Store checkbox) called Bee and BeePicker

Go to the complete details ...