TOUR
PRICING
HELP
Stencylpedia
Blocks Guide
Sample Games
Developer Center
FORUMS
CHAT
#MADEINSTENCYL
EDUCATION
SIGN IN
×
Welcome back!
Username or E-mail
Password
(
Forgot?
)
C
OMMUNITY
Home
Issue Tracker
Inbox [0]
New Posts
New Replies
Search
Stencyl Community
→
Stencyl
→
Ask a Question
→
API´s on Kongregate [HOW?] :-\
Pages:
1
API´s on Kongregate [HOW?] :-\
sex92toso
Posts: 12
April 07, 2014, 02:17:18 am
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
April 07, 2014, 02:25:00 am
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
April 07, 2014, 06:52:34 am
I changed both blocks to "when created". Nothing changed, maybe it takes time yo apply it?
Pages:
1