Monster Racer Rush
Select between 5 monster racers, upgrade your monster skill and win the competition!
4.18 / 5.00 3,534 ViewsBuild and Base
Build most powerful forces, unleash hordes of monster and control your soldiers!
3.80 / 5.00 4,200 ViewsI 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 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
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!
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?
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
Yay... Or fuck that!
HEADSHOT
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)
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
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!
On it!
If anyone is interested, just pm! No post on here, coz i wont know
BUMP
C'mon guys! i know there are some awesome programmers on newgrounds
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
LordMeh do you want to help me with my game?
I dont have a coder yet though, if you do just pm
What are you good at?
Coding, Art or what?
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
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!
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
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.
Also mintpaw, the script which you gave did the depth problem but not the location, it still duplicates it in the same place
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
thanks, that helps :)
But why did you say AS1, im clearly using AS2.
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
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--;
}
}
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
*facepalm* This is going to take a long time lol
Thanks for the help :)
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)
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
i'll have a crack at it depending on what you want... by what kind of pics do u want...