A few more suggestions for later, when more rules are to be coded:
TestCollisionMask (or Rectangle) for two categories, such as "Enemies" and "Bullets", rather than a individually for each bullet or enemy against the other category, since you have to have each bullet defined separately.
A built-in function to activate when a sprite touches a tile of a specific type, rather than being within that tile.
Activating a sprite and put it at a location based on another sprite's location, rather than a tile (i.e. for bullets, again).