Hi rick ,
i would like GetImage to work faster
like if its already on screen... how come it takes too much time to save it as an Image ? it dosent make sense to me since its already there... its not like im creating a new image.. just saving what i see into memory with ID so i can manipulate it or whatever..
that would help me and i guess alot of others alot.
about sound..
i would like every filter, equlaizer, anything that could help the music and sound in game sound better..
also i would like well ive already found a way to build it myself
but i would like a Music Array inside AppGameKit what does that mean..
Music: the current commands are
Play , Stop, Resume ,Pause
which are great
but in order to play a few songs i would need to load them all before starting to play them
now that may take some time and unnessecry memory usage..
what i would like is a queue list for music
so all i have to do is :
1. Load the first music file
2. add another music file or files into queue list
3. play them all
when the first loaded music file is finished playing
the second will exctract itself from the queue list load it and delete the first from memory and so on
so actually in memory there will be only one music file at any time
and the app will loop itself , load play delete, load play delete etc..
i think we all would benefit from such a queue list and this can by applied for other stuff aswell.
thank you.