Closed desk467 closed 9 years ago
The movement() function should be public to be accessed by another class.
To call this method, you need to pass a message to the _player object. Thus: _player.movement ()
movement() is supposed to be called in Player#update(), see here.
movement()
Player#update()
The movement() function should be public to be accessed by another class.
To call this method, you need to pass a message to the _player object. Thus: _player.movement ()