Drop down menu and alignGrid class from PhaserGames.com?

Hi!

I am making a small tool to help me in the game I am developing and I decided to use a drop down menu to select different options.

I then found with Google a great tutorial here and somewhat made it work. However the drop down is clogged at bottom left of my screen and I can’t manage to place it in a better position. I then found a code from the same person (a class called AlignGrid) that supposed to solve this need with the PlaceElementAt method, however it tries to call an inexistent method called getPosByIndex (at least in the version I have).

I’d like to know if someone is aware of this class and know where I can fork the complete code.

Thanks!