Choose a level and click the buttons. Then click GO. Try to make the shortest script - you will get three stars! X clears the script. Reload returns Bee-Bot into the original position. You can re-enter any level and improve your score (unless you click the green flag).
Fixed level 6 (there was a green line that had to be removed at Garden sprite, at the costume for Level 6) and some other allowed motion area masks. The Bee only moves on the transparent area in those costumes that the hidden Garden sprite has. Very clever idea, took me a bit to understand what they were doing (was looking for some code that sets up tiles or something instead at first) Also cleaned up by removing unused commands (with no event trigger above them) and event triggers that had no commands under them. Fixed script ending, now shows the execution of any extra steps after the flower is found. Note that at some levels when you have too many commands they appear under the graphics. This is because stamp command that is being used always stamps to the background. Alternative would be to use bring to forward and clone. Clones allow up to 256 instances if I remember well.