Is there any way I can secure my own flash game's source code? Or even find a tricky way to hide it.. I was thinking of using something like this : Put all my functions in an .as file in a folder like source/abasd/asdfas/code.as, and then import it from the game
import source.*;
Would this actually work and people wouldn't see my code? Or there is no way of hiding it..