Be a Supporter!
help with torrent Posted June 11th, 2011 in General

so heres the story i was downlaoding a torrent i download a lot of em
when suddenly my internet goes serisly slow like very slow about 1kb a sec times out when i try connect to any page so i look and my torrent is not downloading anymore it lost connectivity
so i reset my router which changes my ip since i dont have a static ip and its all fine back to high speed broadband again but as soon as i start downloading the torrent again my internet gets basicly shuts off
are the police or somone stoping me from dowloading it?

Response to: Highlights from the Week, Robot Day Posted June 5th, 2011 in NG News

were can i find robot day preloader?

Response to: help Posted June 4th, 2011 in General

At 6/4/11 09:08 PM, Stereocrisis wrote:
At 6/4/11 09:01 PM, XenonMonkey wrote: "Supreme Forum of Mega Ultra Kick-Ass"

That's a name you can get behind.
dropaline.com works better. It's easier to remember, and I just typed it in for the hell of it. It's already taken, but it has link you can click on to buy the domain.

i really like that thanks ill pm you when site is up

help Posted June 4th, 2011 in General

just finished programming a forum kinda bloggy posty site im making plz help me name it
i want a creative kinda name like tumblr or twitter or reddit but my site wont be gay like them :L if you come up with name i will make you admin on the site :)

Response to: Did God design gays? Posted June 4th, 2011 in General

god didnt creat enything because he dosnt exsist

.net alternitive :( Posted June 2nd, 2011 in General

just bought terraria but it needs .net to run it and i can install .net cuz i done have genuine version of windows so is there like a open source program or any thing that will let me run .net application?

Response to: while statment Posted May 31st, 2011 in Game Development

At 5/31/11 01:28 PM, sasuke2910 wrote: Wow, just realized how hard that was to read in italics.

if (a && b)
{

}

thank you :D

Response to: while statment Posted May 31st, 2011 in Game Development

ohhhh i ddint no it was a loop what i wont is somthing that will run only if both variables are true

while statment Posted May 31st, 2011 in Game Development

im trying to make a game but im stuck on a bit off code
whats i want is a bit of code were is two variable are true it runs some code
i didnt know how to do this so i guessed and wrote while but everytime i runs it it becomes unresponsive and i have a exstremly powerful pc so its not that
here the code

if (a==true)
while (b==true) {
run this code
}

but it dosnt work flash player comes up with a little message saying a script is causing flashp player to come unresponsiv so can someone help what is a alternitive to a while statemnet?

Response to: advertising question Posted May 27th, 2011 in General

wait so you want to start a buisness doing something you know nothing about...

Response to: 28 Years In Solitary Confinement Posted May 26th, 2011 in General

jesus christ thats fucking torture
id rather have the chait tbh

decompile a .exe? Posted May 22nd, 2011 in Programming

i was wondering if there's any way to decompile a .exe file to a .cpp or .cp , .c or whatever language it was writen in thnks :)

Response to: Pc Rpg's Posted May 10th, 2011 in Video Games

fallout 3 best rpg ever

Response to: Scary Things From Your Childhood Posted May 9th, 2011 in General

i wasnt that young when i watched this bout 7
the gasmask zombie episode from doctor who gave me nightmares

Scary Things From Your Childhood

Response to: wich program? Posted May 9th, 2011 in General

At 5/8/11 01:26 PM, TassioSouza wrote: hello,
im trying to make a 3d rpg game, wich program i should use? i want a program that youcan create character, map, and everything!

wait your telling us you want to make a 3D game yet you have no idea how and no programming knowlege and dont know how to DOWNLOAD A FUCKING PROGRAM >:O
click the fucking download button for blender you spaz learn how to 3d model
learn the python programming languege to code the game which will a fuck load lines of code including COMPLEX FUCKING MATH
and i dont think it can be acomplished by a 9 year old

Response to: 1337 t41k in usernames. Posted May 9th, 2011 in General

I Am TeH CoOLeSt cUz i tYpE lIkE tHiS lULz
Xx_?!_LuCaThEaWsOmE_!?_xX

Response to: Computer! Posted May 9th, 2011 in General

i built my pc bout year ago
ive done what you did this guy gave me brocken pc for free very good one all i need to do was buy new 30 quid ddr2 ram card sold it for 200 :L
anyway building a pc is so easy its like fucking lego
heres ma specs
8 gig ddr2 ram
quad core intel duo overclocked to 3.5 ghz
800 watt psu
1 gig nvidia gefore gtx direct x 11
and 2 tb hdd

Response to: Html5 Means The End Of Adobe Flash! Posted May 4th, 2011 in General

are you joking?
flash games are so much better and more powerful
compared to html 5 games http://html5games.com/

Response to: wanted Posted May 2nd, 2011 in Game Development

what are you doing? for the game and i need a example of your work

Response to: Kate Middleton For The Win!! Posted May 2nd, 2011 in General

i cant find the funny?

Kate Middleton For The Win!!

Response to: I Need Programmer For A Pico Game ! Posted April 25th, 2011 in Game Development

programming a game like that which has quite conmplex ai and shit theres now you would be able to make it any good in 5 days

Response to: Tank Men Game Posted April 25th, 2011 in Game Development

yh i no its in super early development

Response to: 3d flash? Posted April 24th, 2011 in Game Development

thanks for all your help :)

Tank Men Game Posted April 24th, 2011 in Game Development

hey i started programming a game tonight its in super early development its a tank men game and im looking for pple to help make it with me such as artists or additional programmer play the game and see what you think
controls
arrow keys
and hold space to shoot

Click Here To Play!!!!

3d flash? Posted April 21st, 2011 in Game Development

im quite good at actionscript but i have no idea how pple make these 3d flashes how are they done can someone help?
heres some i was talking about

Response to: ai movmwnt help :( Posted April 18th, 2011 in Game Development

THANKS so much it worked :D

Response to: ai movmwnt help :( Posted April 18th, 2011 in Game Development

onClipEvent (enterFrame) {
//d stands for direction
d=0;
lx = _root.lem._x;
wx = _root.wall._x;
if (lx == wx) {
(d)+(1)
if (d==o) {
this._x-=5;
if (d==1) {
this._x+=5;
}
}
}
}

is that wat u mean?

Response to: ai movmwnt help :( Posted April 18th, 2011 in Game Development

thanks :)

Response to: ai movmwnt help :( Posted April 18th, 2011 in Game Development

i forgot to mention im using as2

ai movmwnt help :( Posted April 18th, 2011 in Game Development

im making a game like lemmings and im programming the lemming to just keep walking until they hit a obsticle and change direction heres the code ive got for the lemming so far but it dosnt work i need help

onClipEvent (enterFrame) {
speed = 5;
lx = _root.lem._x;
wx = _root.wall._x;
if (lx == wx) {
this._x += speed;
} else {
this._x -= speed;
}
}