Saturday 11 July 2015

Hi guys,

Still coding away i am concentrating on tidying up the menus just now, for the first release.

Additions and bug fixes
  • Making the buttons on main menu flash when clicked. This will give you a confirmation that you have pressed the button, so you can visually see it.
  • Fixed a bug where the stars and jewels  collected were resetting to zero after every level in arcade mode where they should not have been.
  • Padded out the scoring by adding zeros to the front of score in the level complete screen in order for all scores to align correctly.
  • Created a function to pad out scores by adding zeros in front of them. (eg a score of 123 would be printed out as 000123). the function is flexible as you can specify the total length the score should be. so a score can be 4,6, 10 digits  in length or anything that you specify when you call the function.
  • centered scores in level complete screen by adjusting position.
  •  aligned text and padding out scores in arcade score screen.
  • aligned score in main game screen.

No comments:

Post a Comment