i write the game, and it can be run ok, but, i cost too many memory and the images in some form is not well shown, can somebody give me any help? :sign0085:
you can download .exe file from ??_Mobile Games_????.
At first glance A LOT of code optimization can be done.
You use too many code lines in repeting jobs lie assigning a value to an array.
ie, this code :
You can also reduce dramatically the size of your app by assigning a single sub to all image clicks and using the sender keyword to find wich was clicked.
If you post a more complete zip file with all needed filles to run the app, a more hands on help can be given.