The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.38 / 5.00 36,385 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.07 / 5.00 13,902 ViewsAt 5/25/08 06:50 PM, Apophic wrote: My family don't eat, we have eight people living under one roof. I have no legs, and have been working 16 hours a day in a mine to try get some decent food for my family.
But this t-shirt seems more important, I will send you all the money I have.
lol!
If it don't harm you just let it free outside.
At 5/18/08 12:23 PM, Haynesyb0y wrote: Sell your PC!
It's just for desperate person.
I just tought you look like McDonald so I tried to photoshop you.
I wonder why all of you have to post your birthday while its still not your birthday,.
If it's your birthday, don't forgot to give us a present.
If I were you, I will still continue showering with her, I rarely heard someone that can do things like yours in the age of 16 though.
At 5/16/08 08:24 AM, Liteice wrote: Anyone have aids?
You had one sir.
At 5/15/08 08:36 PM, PennyPigtails wrote: I only pee in pools.
I rather pee on the shower, but pool?ewww.
Yup, I know about that, Luckily I'm not living in that place.
At 5/14/08 07:25 PM, Swordsbite wrote: i got it, but i cant attack anything :(
Explore the Forum a bit,.
At 5/14/08 04:20 AM, MrCongeniality wrote: My response is as follows...
You really like gay fuck eh? I noticed it by your sig.
Well, I don't belong to any of them, but a half of them maybe.
At 5/14/08 01:13 AM, Grubby wrote: Lol
LOL!
Who told that I love you? coz I don't.
At 5/12/08 03:48 AM, borjabrother wrote:At 5/11/08 09:54 PM, newgroundforever wrote: well this art is hard to make and it got me a monthAnd we are ment to believe because?...
Obviously this isn't yours. It's stolen.
Where from?I don't Know. But, judging from your NG Level and Your Number of Posts (Currently 2), I don't think you did this.
He did this you moron!
At 5/5/08 08:54 PM, DairyFreeCheez wrote: Ok, well, I have a fro. So I think that this trait can help. I'd like to be a Dark/Ice Pokemon. I can't wait for the result!
Here you go!! It's name is freezeech from your name freecheez. like you request, a Dark/Ice pokemon.
At 5/4/08 03:04 AM, Bothcamo wrote: Cool u have so many ideas :p u ar good at this stuff .. Can u make me
seeing your name let me thing of a camel,. so here it is,. It's name is Polcamo.
At 5/4/08 12:21 PM, Robot-Creations wrote: w00t, version with "productions"
SWEET!!
At 5/4/08 11:15 AM, salted-tator-tot wrote:At 5/4/08 08:28 AM, El-Presidente wrote: LOLZ IM GAYWhat the fuck did he do? Don't be an asshole, El.
lol
At 5/4/08 10:35 AM, ftballhero54 wrote:At 5/4/08 10:34 AM, Needle-In-Haystack wrote: My brother's flash is HOT.Then why is the score 2.22?
LOL!! but I understand him, It's a work of his brother and he's proud of it..
ok,. so you change it to top view,.
Sorry for double posting and for my last post had messed up, anyway the last one is the right,.
I'm not an ASer but I hope this is right.
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.UP)) {
this._y -= speed;
this.gotoAndStop(2);
} else (
if (Key.isDown(Key.DOWN)) {
this._y += speed;
this.gotoAndStop(1);
} else (
if (Key.isDown(Key.RIGHT)) {
this._x += speed;
this.gotoAndStop(4);
} else (
if (Key.isDown(Key.LEFT)) {
this._x -= speed;
this.gotoAndStop(3);
nClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.UP)) {
this._y -= speed;
this.gotoAndStop(2);
} else (
if (Key.isDown(Key.DOWN)) {
this._y += speed;
this.gotoAndStop(1);
} else (
if (Key.isDown(Key.RIGHT)) {
this._x += speed;
this.gotoAndStop(4);
} else (
if (Key.isDown(Key.LEFT)) {
this._x -= speed;
this.gotoAndStop(3);
nClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.UP)) {
this._y -= speed;
this.gotoAndStop(2);
} else (
if (Key.isDown(Key.DOWN)) {
this._y += speed;
this.gotoAndStop(1);
} else (
if (Key.isDown(Key.RIGHT)) {
this._x += speed;
this.gotoAndStop(4);
} else (
if (Key.isDown(Key.LEFT)) {
this._x -= speed;
this.gotoAndStop(3);
} else {
gotoAndStop(3);
}
}