Achievements and timings

Is it OK to have multiple achievements trigger at once. For example:

I have 'hole in one' and 'hole in one hat-trick' achievements.

They both trigger at the same time (when you get a hole in one) - the hole in one achievement is a 100 one, and the triple a percentage (variable/3*100).

I saw in the Game Salad template about Game Center a comment not to trigger multiple Game Center events at the same time - but could find no further info.

Comments

  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922
    Just put a timer on the hat trick after .2 seconds this will force it to execute after the hole in one. It takes approximately .02 seconds for the code to be scanned and executed so doing it after .2 makes sure it executes on a later code scan but still fast enough to not be interrupted.
  • richiconrichicon Member, PRO Posts: 55
    Thanks FBS - much appreciated.
Sign In or Register to comment.