|
-
Software Developer
[F8] DLL's somewhat
Using Flash8 is there anyway to compile a class or function into something like a Dll.
Basically, I would like to have say a highscore class that goes to my website. But I would also like to give the class to a few friends that make games. Only problem is I do not want them to see all of the flash code that is used to make the special passwords.
In C/VB/ETC... you can make DLL and give them to people who can just include them as a reference then call the functions.
newhighscore.senddata(name, score); <-- they cannot see the code inside. just the functionname and it's parameters.
Can you do something like this in flash8 or is this impossible?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|