Be a Supporter!
Response to: Programmer needed. Game: Thunderbot Posted September 17th, 2011 in Collaboration

I can make some music if you want.
Though i dont really upload anything i do, i've done a lot of WIP's
if you're interested, you can pm me

Hello looking for collaboration Posted September 17th, 2011 in Collaboration

Hello fellow Newgrounders

I am interested in collaboration to make a game.
I have had some good ideas for the game so far and i am willing to start.
My skills cover multiple areas such as game music designing and art.
Even though i do not have any flash or pictures that could show my talent, if you are interested please send me a PM to notify me!

What i would need is a talented and hard working AS2 or AS3 programmer who would like to help with this project. Further details will be covered later.

Thanks
-Uniqa

Response to: Anyone need an AS2 Programmer Posted September 12th, 2011 in Collaboration

I use Chrome and i play EBF3 which is AS2... so i dont know what you're talking about...

But uhm i would like to get a programmer! I cant show you any art atm coz of school, but afterwards in around 1-2 weeks i'd be glad to talk!

Response to: Robot Day Collaboration Posted July 5th, 2011 in Collaboration

People manage to do stuff in 3 days for game jam, and i think a good enough programmer could do this is 4 days, most of the arts already done, so im sure its possible, would you care to try?

Response to: Robot Day Collaboration Posted July 4th, 2011 in Collaboration

http://www.newgrounds.com/dump/item/4c9e e6d43ab357f6647dcb90598ffe12

Another Update!
The next button shows the production of the robot.
Thats the replacement for the Lifebar, as you die the new robot gets built.

SO PLEASE PLEASE PLEASE if you're a good programmer for either AS2 or AS3 contact me!

Thanks

Response to: Collaboration for a Cyberpunk Game? Posted July 4th, 2011 in Collaboration

Yay... Or fuck that!
HEADSHOT

Response to: Robot Day Collaboration Posted July 3rd, 2011 in Collaboration

Thanks guys!
The faster and more you know about as2 or 3 the better, because i dont know for myself, but in the timeframe we have it'd be hard to code a game (unless your moonkey or something)

Response to: Collaboration for a Cyberpunk Game? Posted July 3rd, 2011 in Collaboration

A RESPONSE!!!
Im in need of a Programmer too, but no one responds with positive feedback to me either :C
Lets be sad together!
No lets not

Response to: Robot Day Collaboration Posted July 3rd, 2011 in Collaboration

BUMP!

Response to: Robot Day Collaboration Posted July 2nd, 2011 in Collaboration

http://www.newgrounds.com/dump/item/a985 e0ad43ef230ace40a4002539c089

So that robot thing, is Mindchamber's Titan, and i havent drawn the bad guy yet, but the titan will be fighting some oversized golem creature that's come to destroy the city, mindchamber's gotta beat him.
The game is very dark, yes i know.
But if so many people have problems with it, i'll change it so it's more easy to see
Cheers guys
Respond soon!

Response to: Robot Day Collaboration Posted July 2nd, 2011 in Collaboration

On it!
If anyone is interested, just pm! No post on here, coz i wont know

Response to: Robot Day Collaboration Posted July 2nd, 2011 in Collaboration

BUMP
C'mon guys! i know there are some awesome programmers on newgrounds

Response to: Need artists/writers/m usic for gam Posted July 2nd, 2011 in Collaboration

Hey
I would be willing to help with art, i do have some pictures but they're nothing big.
If you want my help would you be willing to help me with my Robot day game first?
If we get it done i'll start straight away on the graphic novel (Promise)

Cheers

Response to: Me and you working and stuff Posted July 2nd, 2011 in Collaboration

LordMeh do you want to help me with my game?
I dont have a coder yet though, if you do just pm

Response to: Me and you working and stuff Posted July 1st, 2011 in Collaboration

What are you good at?
Coding, Art or what?

Response to: Robot Day Assets, AUSSIE MEET Posted July 1st, 2011 in NG News

Congrats on the baby Tom!
Also if any programmers want to collaborate, look for my thread in the collaboration forum!
I'd love to make a Robot Day game this year

Robot Day Collaboration Posted July 1st, 2011 in Collaboration

Hey guys

I know i may not have any proper art to show, but i am a decent artist (just getting that out there :) )

I really want to make a game for Robot Day, since i suck heaps at coding :C
If you want to get in contact with me just pm me and we'll talk :)
What im thinking for the game is just a platformer game with not too many levels.
If you also want to do some awesome background art or music, that would be awesome too!

Take care!

Response to: AS2 Duplication Help Posted June 30th, 2011 in Game Development

Oh mintpaw, sorry if you thought i was directing that to you, i appreciate your help a lot. I didnt mean to offend you or anything, it's just a bit irritating when people go on this page and complain about how i or other people use AS2, but i wasnt talking about you. Thanks

Response to: AS2 Duplication Help Posted June 26th, 2011 in Game Development

Im not much of a coder, more of a artist so i use the stuff the net provides with the coding, if i get help to figure out how to do it right i can look at that and try to manipulate my skills around that coding to match them up, so i can get better.

Sam, yes i took it straight from the adobe website, but i explained above why.
Hetup, yes and no
Mintpaw, yes i know it duplicates to that mc but when i test it, it doesnt do shit. Just does the depth fix not the position, sorry..

And if you have a problem with people using as2 then go away and annoy someone else who sucks at as1, 2 and 3.

Response to: AS2 Duplication Help Posted June 26th, 2011 in Game Development

Also mintpaw, the script which you gave did the depth problem but not the location, it still duplicates it in the same place

Response to: AS2 Duplication Help Posted June 26th, 2011 in Game Development

I find as3 really confusing, you can do more with it but you need to know how to use it properly... im still pretty crap at as1/as2 atm so i got a lot to learn

Response to: AS2 Duplication Help Posted June 25th, 2011 in Game Development

thanks, that helps :)
But why did you say AS1, im clearly using AS2.

Response to: AS2 Duplication Help Posted June 23rd, 2011 in Game Development

Sorry for douple post but i forgot to add that Thumb is the movieclip that follows the mouse and 'Dart' is the movie clip that is being multiplied, the aim is to make it so that the Dart movieclip is immediatelly moved to the exact cross bit of the Thumb movieclip...
Thanks

AS2 Duplication Help Posted June 23rd, 2011 in Game Development

Alright guys im in need of some help...
I got a code up that duplicates a mc when a button is pressed but i want that duplicated mc to be on the exact spot i need it to go and not on top of the original.

Any ideas or help would be appreciated :)

Here's my coding for the duplication process

on (release) {(gotoAndPlay(10));
var shape = (dart_x, dart_y);
	amount = 10;
	while (amount>0) {
		duplicateMovieClip (_root.Thumb, "Thumb"+i, i);
		setProperty ("Thumb"+i, _x, shape());
		setProperty ("Thumb"+i, _y, shape());
		setProperty ("Thumb"+i, Depth, (255));
		i++;
		amount--;
	}
}
Response to: The Minecraft Collab! Posted March 23rd, 2011 in Collaboration

new i wish i found this earlier, i would've loved to be part of this, since minecraft is epicly awesome :D
oh well good luck guys

Response to: Problems with Camera Posted January 11th, 2011 in Game Development

*facepalm* This is going to take a long time lol
Thanks for the help :)

Problems with Camera Posted January 11th, 2011 in Game Development

I have the Camera (forgot what its called) and i have my scene but i dont want it to go outside of a certain area... Oh it follows a moving target, aka. The character. so the area is pretty big and i want the camera to follow to dude but stay inside the area of the map, should i use hitTest? if so, just the normal coding for it (btw i am using AS2)

Response to: platform game dieing problem Posted September 30th, 2010 in Game Development

Lifebars are quite easy, make a bar, make the number of frames the number of the characters life (BTW this is the coding i used in a boss fight game so it might not be suitable for your needs). then call the movie clip 'Lifebar' or something, then put a coding into the character...

onClipEvent(enterFrame){
if (this.hitTest(_root[" WHATEVER YOU CALL YOUR MONSTER THINGO WHATEVS "])) {
tellTarget ("_parent.Lifebar") {
nextFrame();;
}
}
}

Oh and with the life bar to make it MUCH more simple, do a shape tween from 1 to 100, 1 is full 100 is pretty much empty, then put a Stop code on the first frame and that should work... i hope :) good luck

Response to: Looking for an artist. Posted June 7th, 2010 in Game Development

i'll have a crack at it depending on what you want... by what kind of pics do u want...