Dear Kirupa members,
I am creating a game that will have trial limitations (limited levels). It is written in actionscript/flash (SWF). I am using SWF Maestro EXE PRO to convert it into protected EXE with trial limitations. Please tell how can I limit levels, so that unregistered users could access only a few levels?
Currently I have only one idea. I thought of dividing the game into two SWFs: the first is for all users, the second is for registered users. When all the levels in the first SWF are finished, it automatically opens the second SWF. Then in the EXE compiler I set the protection of the second SWF, so that unregistered users could not access it and should enter a registration key. Are there any cons of this method?
Thanks!
Dave.