I am trying to make my own wall code and so far all I have is this.
if( wall.hitTest(hero._x, hero.y,true)){ hero._y= wall._y; speedY=0; }
is this as3 or as2 and also its very difficult to tell what your vars are
it's AS2
If you're doing a left/right wall you might need an instance for each of them.
ok, now what?
You must be logged in to post a reply!