Ok guys, I have been fighting this AS2 for hours. for some reason, even though I have gone off a tutorial and then even a source file from the tutorial, this just won't work for me.
//attaches the spider to his deadly buttoxins...
this.onEnterFrame = function(){
abdomen._x = spider_base._x + 70;
abdomen._y = spider_base._y - 18;
}
//gameplay buttons...
var arrowListener:Object = new Object () ;
arrowlistener.onKeyDown = function () {
key_var = Key.getCode () ;
if (key_var == 37){
trace("you've pressed the left arrow");
}
}
Key.addListener(arrowlistener);
look at it for me. and if someone is really good and interested in a longterm friend ship I could get them to look at the FLA file for me.
