ok so to start I have a var called position.
I need to move my player to block+position.
so if position is 3 the player needs to move to
player._x = block3._x;
player._y = block3._y+15;
That would work fine though need some that goes to the current position block ie..
player._x = "block"+position._x;
player._y = "block"+position._y+15;
though no luck any ideas



Reply With Quote
