HaxeFlixel / flixel-docs

Documentation for HaxeFlixel
73 stars 134 forks source link

Some errors on movement() function #130

Closed desk467 closed 9 years ago

desk467 commented 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 ()

Gama11 commented 9 years ago

movement() is supposed to be called in Player#update(), see here.