Posted: 27th Sep 2011 5:05
I was coding my sprite, text and buttons internal manager and i see that CreateText start to give ID from 10000!!!
Is normal this or is a bug?
Posted: 27th Sep 2011 14:43
Normal I believe.

If you allow AppGameKit to give you a number it starts above 10K, if you choose one yourself you can only use up to 10K. I guess it helps prevent overlaps...
Posted: 27th Sep 2011 15:55
Yes this is normal. We did this because users like to start their IDs from 1 and count up. Originally AppGameKit would use low numbers and it was a pain. So we made AppGameKit keep control via high numbers unlikely to be used by us humans!

Rick
Posted: 27th Sep 2011 16:36
to RickV:
why there is no official to answer my question?
Posted: 27th Sep 2011 16:59
why there is no official to answer my question?

You didn't ask a question...

This is your first post in this thread, if you're referring to another thread maybe you should ask your question there? Otherwise it confuses people... people like me anyway
Posted: 28th Sep 2011 18:07
Is all ok i fixed my internal manager and all is fine.
I like the way is done.
Agk rocks!
Posted: 9th Oct 2011 3:24
We like that AppGameKit Rocks If you have ideas how it can Rock even more, let us know!