Be a Supporter!
Affiliate with my site Posted October 3rd, 2006 in General

does anyone want to affiliate with my website?

Link

i know its only a freewebs site, but i would like affiliates so it can be noticed. it also has a forum. it doesnt have much flash, because i only recently got flash and the flash that i have not posted there are either unfinished or i am to ashamed to show them (lol). Well, anyway if you want to affiliate with Pogo Productions, leave your name, website name, website URL and your email address. thanks!

Response to: Collabs Posted October 3rd, 2006 in Game Development

At 8/5/05 08:03 PM, Denvish wrote: If you don't have a batting average of at least 3.0, the thread will be locked.

whats a batting average and how do you find out yours?

Response to: There are 2 kinds of people... Posted October 3rd, 2006 in General

At 10/2/06 11:21 PM, Jose wrote: There are 3 kinds of people on the BBS.

People who can count and people who can't.

thats the shittest joke in the history of earth, and its old.

go to and stop woes Posted October 2nd, 2006 in Game Development

im having problems with go to and stop, i dont know why cause its such a simple code.

on(release){
_root.gotoAndStop(1,1)
}

??? and it doesnt work TT can anyone help me?

Response to: Lots of weapons, cars etc! Posted October 2nd, 2006 in Game Development

pretty cool site

Response to: I Snapped Myself in the Eye Posted October 2nd, 2006 in General

At 10/2/06 12:31 AM, siranco wrote: ...With a peice of my gum.

I was stretching and playing with my gum. I pulled the gum really far out of my mouth while holding it in my teeth. The gum snapped and hit me square in the eyeball. My eyelid was open and now things are really blurry in my left eye.

what should I do?

well your an idiot then...i donno see a doctor

Response to: Nintendo Wii kiosks Posted October 2nd, 2006 in General

obviously

Response to: i just noticed... Posted October 2nd, 2006 in General

most old people dont even know how to use the internet

i just noticed... Posted October 2nd, 2006 in General

i just noticed just then when i was editing my personal profile, that the age thingy has 13-17, 18-25 so on and so forth. but the last one is 60+. lol. i wonder if there are any 60+ newgrounds members?

Response to: Some help with multiple levels Posted October 2nd, 2006 in Game Development

you could look for a tutorial, maybe one would say how???

Response to: Changing the order of Scenes Posted October 2nd, 2006 in Game Development

that always bugged me...

Response to: my hitTest code Posted September 30th, 2006 in Game Development

thanks guys, appreciate your help

my hitTest code Posted September 30th, 2006 in Game Development

i wrote a hittest code, after looking at someother peoples ones. i thought it looked pretty easy, obviously not. its for an rpg game, i drew a rectangle and if "player" hits it, its supposed to go to a frame called "linkhouse" this is my code:

onClipEvent(enterFrame)){
if(this.hitTest(_root.player)){
gotoAndStop("linkhouse")
}
}

i know its probably WAY off what its supposed to be, but its my first time writing a hit test code. can anyone modify my code so that it actually works, or give me some tips to make it better?

i've got two questions Posted September 28th, 2006 in Game Development

1. in an rpg game, ive got a code from a tutorial that makes the enemy follow you.

onClipEvent (enterFrame) {
if (_root.Player._x>_x) {
_x += 5;
}
}
onClipEvent (enterFrame) {
if (_root.Player._x<_x) {
_x -= 5;
}
}
onClipEvent (enterFrame) {
if (_root.Player._y>_y) {
_y += 5;
}
}
onClipEvent (enterFrame) {
if (_root.Player._y<_y) {
_y -= 5;
}
}

can anyone modify it so that if the enemy hits you when it follows you, you go into the frame where the battle is?

2. an the same RPG game, does anyone know a code where if the character walks into a door, passageway, ladder etc. it goes into the frame where the next bit is? like if the character walks into a door, it goes to the frame where its inside the house that the door was on?

how do i... Posted September 27th, 2006 in Game Development

i'm making a flash website, but i need to know how to make like...a shout box. i think you have to give some AS to an input text box or something, correct me if i'm wrong. Does anyone know a good code?

Response to: Check this out Posted September 27th, 2006 in Game Development

it doesnt even work

Response to: voice actor needed!!! fun project:) Posted September 27th, 2006 in Game Development

woops, in the script, where it says "[repeat before]" just ignore that.

Response to: voice actor needed!!! fun project:) Posted September 27th, 2006 in Game Development

ok, so heres the script. it's only short, and it only involves six characters. if anyone is interested in doing anything (from one person to everyone) just say so and email me the WAV. file(it doesnt HAVE to be WAV....) so yeah

Script

Yoda: flying I am, killing I must

Yoda: hurting it is, bleeding I am

Yoda: craving I am

Stormtrooper1: hey, what the hell do you think you are doing?

Yoda: penny I found!

Stormtrooper1: oh god!

Yoda: munchies I have

[eating noise]

Padawan: Master Yoda! *pant pant* why the hell did you fly away from the ship! You’re lucky you weren’t killed!

Yoda: dickhead you are young Padawan, doing what I want I must

Padawan: er…

Yoda: Training you must!

Padawan: we’re in the death star!

[repeat before]

Padawan: oh dear god…

Padawan: *scream!!!!!!!*

Padawan: oh my god!!!!!!!!!

Padawan: sweet mercible crap!!!

Yoda: getting up you must, training we are

Storm trooper2: oh my god…it’s yoda!

Yoda: killing I am

Storm trooper2: *screams*
Yoda: Deading you are

[darth vader breathing]

Storm trooper 3: here he is lord vader

Darth Vader: good work, now leave

Storm trooper 3: yes master

Darth Vader: hello, shriveled up green thing

Yoda: sup, dawg

Darth Vader: You must now die

Yoda: killing I am

voice actor needed!!! fun project:) Posted September 26th, 2006 in Game Development

well i need a voice actor for my latest project. i'm doing a star wars parody and i need some one to do 4 voices. you can do 1, 2 or all of the voices but they have to be good. first i need a yoda voice, and darth vader. and i also need the voice of a storm trooper and a padawan, but they don'tr have to sound like anyone. i'm going out for a bit, so when i come back (just leave your email or your user name or something) i'll contact you. i hope theres a good yoda voice out there somewhere!

Response to: I shit my pants! Posted September 24th, 2006 in General

weaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaathuuu

Response to: How do you hyperlink in flash? Posted September 15th, 2006 in Game Development

thanks

How do you hyperlink in flash? Posted September 15th, 2006 in Game Development

Does anyone know how to assign hyperlinks to buttons in flash to go to websites? If you do, please let me know. help will be awarded with riches beyond all imagin.

Not really

Response to: when making a website with flash... Posted September 15th, 2006 in Game Development

ok, thanks a heap!

when making a website with flash... Posted September 15th, 2006 in Game Development

when making a website with flash, do you have to convert the FLA. to a HTML or something?

Response to: Hey I Need Fire Emblem Sprites Posted September 14th, 2006 in Game Development

you can find some fire emblem sprite at the spriters resource or google

Response to: The Nintendo Ds Wifi Club Posted September 14th, 2006 in Clubs & Crews

can i join this club? i've got a DS but unfortunatley not wifi but im pretty sure i'm gonna get one soon.

Response to: NG Mafia Posted September 13th, 2006 in Clubs & Crews

talk about alot of pages

Response to: Sprite Club Posted September 13th, 2006 in Clubs & Crews

is this club dieing?

Response to: making new sprite battle, but... Posted September 12th, 2006 in Game Development

i wasn't talking to you, i was talking to the first guy

Response to: making new sprite battle, but... Posted September 12th, 2006 in Game Development

sounds like a good idea, im sure mum would be happy