API´s on Kongregate [HOW?] :-\

sex92toso

  • Posts: 12
Hello,

I do not understand what I am doing wrong. Anyone can help me?

These are both the code and the game:

NOTE: both codes are on the 1st scene (main menu), and same behavior.
and the game.. http://www.kongregate.com/games/Davidson47/catch-the-pac-man

Thanks for your help! ^^

MyChairHasALooIn

  • Posts: 310
It's the always blocks they are being used in most likely, the setup kong api block really belongs in a 'when created' wrapper. And for some reason you are submitting scores every frame, and setting the scores to 0 every frame, which makes the internet sad. only submit scores when it changes, I tend to use that block at the end of a level (or as appropriate).

sex92toso

  • Posts: 12
I changed both blocks to "when created". Nothing changed, maybe it takes time yo apply it?