Anyone hear about....?

*Originally posted by Phil Jayhan *
**Not really, Spamaveli has been doing pretty good lately. :P:P:o

doh~
cheers~
pj :stuck_out_tongue: **

nothing compared to the GReaT AND MIghT PHIL!!! my replies NEVER have simply a :slight_smile: smiley and i always make at least one comment…I’m A conversationalist or whatever kirupa said about you

edit: i’m not saying you do above things, but THAT is real spam…me thinnks anywaysā€¦ā€œcontributingā€ to a conversation is not spam is it?

lol, kids. it’s probably the environment they grow up in. but i have to admit, when i was a kid i did steal some cards from a gumpack. and i think i remember stealing a washer from Home Depot once to see if they could catch me. i was successful. i haven’t stolen from a store since.

LOL Phil. I want to leave here soooo badly, you have no clue.

wow 3 posts at same time…remember the trhead where like 6 people posted at same time??

can you believe it? in 2 hours time there have been over 100 posts in the random forum alone? that accounts for about 1000% of all the other forums. kirupas servers must be taking a beating right now.

Doesn’t surprise me :-\

LOL.

wow you guys are all worthy spammers, I feel honored to spam with you guys. =)

i am where i am lol thor… :stuck_out_tongue: :stuck_out_tongue: :stuck_out_tongue: clever clever :bandit:

can you believe it? in 2 hours time there have been over 100 posts in the random forum alone? that accounts for about 1000% of all the other forums. kirupas servers must be taking a beating right now.

how did you figure that one out?

*Originally posted by Phil Jayhan *
**. **

Once again Phil has amazed me with his incredible spamming skills. :!:

Took you that long Mak?

BTW: YOU ARE GETTING OFF TOPIC PEOPLE!!!

Mother dead, husband, kids, and family all distraut… remember.

Sorry lost, we shouldn’t be joking around like this in this thread…:frowning:

beta, life goes on…if it doens’t affect me directly what can i do about it?? its sad but it happens everyday and like i said b4… the world is f__ked

stuff like that does happen… today a kid, who looked older than 15 did a very similar thing… i was on a public bus and then this kid throws a chunk of ice on the bus… luckily it just hit the back of the bus… nothing really happened… but it still made this guy look like a jerk…

on topic though, i hope this kid and his friends learned that jerking around isnt fun… it can really cause lots of damage… i feel sorry for that lady’s family… this is sad…

*Originally posted by Phil Jayhan *
**Hey Ahmed, how ya doin man…? :stuck_out_tongue: **

getting off-topic again, phil?:stuck_out_tongue:

quote:


Originally posted by ahmed
getting off-topic again, phil?

what was the topic again?

And about how close, yet so so so very far I am at achieving the roller coaster effect in Actionscript…lol.

[SIZE=1]T[/SIZE][SIZE=2]h[/SIZE][SIZE=3]i[/SIZE][SIZE=4]s[/SIZE][SIZE=1] [/SIZE][SIZE=2]i[/SIZE][SIZE=3]s[/SIZE][SIZE=4] [/SIZE][SIZE=1]t[/SIZE][SIZE=2]h[/SIZE][SIZE=3]e[/SIZE][SIZE=4] [/SIZE][SIZE=1]w[/SIZE][SIZE=2]o[/SIZE][SIZE=3]r[/SIZE][SIZE=4]l[/SIZE][SIZE=1]d[/SIZE][SIZE=2] [/SIZE][SIZE=3]I[/SIZE][SIZE=4] [/SIZE][SIZE=1]l[/SIZE][SIZE=2]i[/SIZE][SIZE=3]v[/SIZE][SIZE=4]e[/SIZE][SIZE=1] [/SIZE][SIZE=2]i[/SIZE][SIZE=3]n[/SIZE][SIZE=4]![/SIZE]

(the above was done in AS)

here’s the code for all you lovers and haters out there:


text = "heehee, i love this, i'm typing this in an actionscript window";
fin = "";
end = text.length;
size = 0;
incr = 1;
maxSize = 7;
for (i=0; i<end; ++i) 
{
if (text.charAt(i) != " ") {
size += incr;
}
fin += "[SIZE="+size+"]"+text.charAt(i)+"[/SIZE]";
if (size>maxSize-1 && incr>0) {
incr = -incr;
}
if (size == 1 && incr<0) {
incr = -incr;
}
}
trace(fin);

now just change whatever text is, run the script (insert it anywhere), then copy/paste the stuff from the output window.

SWEEET!!!

That is almost just like my CODE!!!

mother****, i can’t get it to output right, lost, you’re a mod ain’t ya? just go ahead and look at the code by editing my post.

There ya go.