|
-
[RESOLVED] [AS2] Move player to Mc
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
Trust my code, and not my english.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|