I’m making a coder/decoder for flash to send secret messages to people with the same file but i don’t know the code/encode script i was wondering if any of you know where to get it or could make it cuz i’m a actionscript n00b:ub: .
If you’re doing this for a client, I don’t think it is smart to ask for things… especially something as complicated as this has to be. Anywho, you could just make the user’s system, and then have something like:
if (loggedIn = "mom") {
myText.text = receivedMessage;
}
if (loggedIn = "sister") {
myText.text = "why are you trying to peep on my message?!";
};