# Code Needed!

**URL:** https://forum.kirupa.com/t/code-needed/42487
**Category:** Uncategorized
**Created:** [February 9, 2004, 8:54pm UTC](https://forum.kirupa.com/t/code-needed/42487 "2004-02-09T20:54:59Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Creative](https://avatars.discourse-cdn.com/v4/letter/c/7ab992/32.png) [@Creative](https://forum.kirupa.com/u/Creative)
#### Post date: [February 9, 2004, 8:54pm UTC](https://forum.kirupa.com/t/code-needed/42487/1 "2004-02-09T20:54:59Z")

</div>

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: .

Pls reply as soon as possible.  
Here or at my mail.  
[Grandfather\_88@hotmail.com](mailto:Grandfather_88@hotmail.com)

::I will send you the swf/exe when it’s finished(if you want)::

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 9, 2004, 11:34pm UTC](https://forum.kirupa.com/t/code-needed/42487/2 "2004-02-09T23:34:10Z")

</div>

lol  
YOU are making,  
so why you ask where to get it,  
or if someone can make it?  
…  
no comments  
…

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 9, 2004, 11:35pm UTC](https://forum.kirupa.com/t/code-needed/42487/3 "2004-02-09T23:35:26Z")

</div>

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:

```auto

if (loggedIn = "mom") {
myText.text = receivedMessage;
}
if (loggedIn = "sister") {
myText.text = "why are you trying to peep on my message?!";
};

```
