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 Viewsso 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?
were can i find robot day preloader?
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"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.
That's a name you can get behind.
i really like that thanks ill pm you when site is up
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 :)
god didnt creat enything because he dosnt exsist
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?
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
ohhhh i ddint no it was a loop what i wont is somthing that will run only if both variables are true
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?
wait so you want to start a buisness doing something you know nothing about...
jesus christ thats fucking torture
id rather have the chait tbh
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 :)
i wasnt that young when i watched this bout 7
the gasmask zombie episode from doctor who gave me nightmares
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
I Am TeH CoOLeSt cUz i tYpE lIkE tHiS lULz
Xx_?!_LuCaThEaWsOmE_!?_xX
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
are you joking?
flash games are so much better and more powerful
compared to html 5 games http://html5games.com/
what are you doing? for the game and i need a example of your work
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
yh i no its in super early 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
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
Click to view.
Click to view.
THANKS so much it worked :D
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?
i forgot to mention im using as2
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;
}
}