Awesome game! I made an epic level where there is a shield of latch nodes and you have to use the divider nodes to duplicate your "packets" and flood the whole level with 8-bit beeps!
I got everything to work so far, but my missles won't fire. I can't figure out what's wrong. By messing with the code i figured out it was in the _rootAttachMovie line, but I'm not sure what I did wrong. My _rootAttachMovie line is:
var missile = _root.attachMovie( "Missile" , "Missile" + _root.getNextHighestDepth() , _root.getNextHighestDepth() );