I created an array and added 2 instance variables PlayerMove_dx, PlayerMove_dy
and was trying to assign values of MyPlayer.X and MyPlayer.Y respectively
But it does not accept those values, neither values like MyPlayer(0).X and MyPlayer(0).Y
<img src="smileys/smiley5.gif" border="0" align="middle" />
Could someone guide me how to store player/mouse position into variables?
Thank you.