Saturday, April 20, 2013

Hive Defense game released

Collect as much honey as you can, defend your Hive against angry insects attack!


Help bees save their hive against angry insects attack! Tap on flowers with blossom to collect honey. More taps - more honey. But be careful, because angry insects will attack your hive. You will fight with 6 different types of enemies, including bugs, caterpillars and spiders. Play in two hands to defend a hive. Use Bee Queen mega power button to stop invasion. Play addicting and entertaining defender with your friends for FREE!
More friends - more chance to win! You can play together with your friends or family on one mobile device!
Game was powered by Adobe AIR and Firefly SDK.



Available on:
 

FEATURES:
★ 6 different insects + 2 Boss insects
★ Bee Queen mega power
★ Multitouch (play in two hands)
★ Addictive and funny gameplay
★ HD graphics (bright and colorful)
★ Great sound effects and animations

Let’s go smash angry insects and collect honey!


  


3 comments:

  1. Hi,

    Can you please share a sample code for Multitouch.

    Thanks

    ReplyDelete
  2. Hi Ed,

    You can use regular TouchEvent.TOUCH for handling touch events. The ony thing you need to add following code into your event handler of touch event:
    var touches:Vector. = e.getTouches(this, TouchPhase.BEGAN);
    for each (var touch:Touch in touches)
    {
    //Put logic here
    }

    Please let me know if it works for you.

    ReplyDelete
  3. Hi,

    Thank you for the response, it helps me a lot. One more, what did you do on iphone 5 screen. My .fxg file don't fit on it.

    Thanks

    ReplyDelete