Some doubts
Hello everybody, first I ask you not bothered with my English, I'm using the google translator. 😃
I would love if you could help me with some questions:
- Using ActionScript can I do with my game, which is running in a browser, verify that the user already has the files needed to run the game installed on your computer? If he had these files do not need anything else that was born and can play the game immediately. If he did not have the files, they would be loaded so that the browser does not erase these files. So when he returned to play the same game day after, as the files already on your computer, nothing need be loaded.
- How do I remove one of the main memory image that was loaded using the Loader class? I tried using the unload () method but nothing happened.
Thank you in advance any help.