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 ViewsDepends on were you live
just add me on msn if your interested.
At 2/17/07 02:35 AM, MrAncient wrote: I might be able to help you out, but i can't show you any examples until sometime in the afternoon because i'm on my laptop right now, i'll understand if the position is filled by then though
Add me on msn:
micromaster@hotmail.co.uk
Well after returning from my skate tour round barcelona i decided to go through with a plan ive had for ages.
To make a skate sim/rpg flash game.
if your interested in doing art and animations for it please pm me.
(also money is likely)
JUst look at the off site as main.
sorry this callab will die but heres a drawing anyway.
First of all its "collab" and second why? if we get decent artists then it wont.
also Best 3 peices get Co auther.
Okay Heres my one.
Number one of the collab.
I know this is a hop on of the current art forum collab, but i want to participate.
Basicly attached below is the defualt desert highway designed so it can be tiled so dont edit the size or colours of the picture.
Draw someone or something on the long desert highway!
RULES
-If drawn in ms paint make it good.
-no rude of offensive pictures
-At least try no half assed ones.
well good luck and welcome to the collab.
OKay im looking to make a new game.
But ive hit two problems!
I need an artist and I need a game idea.
So if you agree to be the artist i need some game ideas aswell
you need to have aim or msn so if you interested PM me your details.
thanks.
At 1/13/07 11:31 AM, wet-noodle wrote: no actually, one based on this saying wet-noodle
[IMG]http://i95.photobucket.com/albums/l154/s oggy-undies/signtt.jpg[/IMG]
made by me^^
done
At 1/13/07 11:16 AM, Rutz wrote: Make one based off my awesome green sig.
Done
At 1/13/07 11:05 AM, Apocalypse wrote: Please.
Done
At 1/13/07 10:35 AM, Bl00dRedKnife wrote: Please.
Sure but can i have a theme please.
Anything you do or like.
Done.
Sorry you didnt give me a theme so i juust used your current sig.
Use this as your sig or just admire it.
I dont mind
Im making over 100 tags for all you lovely NG users.
If you dont know what a tag is post and ask for one and you will see, or look at ones i have done for other people.
What you need to tell me:
Theme for example "halo" or "wii"
and if it should say your name or the theme.
that is all post now.
I forgot to add that I wanted it to tilt on an angle of "floor"
Do you have a frame on frame 2217?
and does it have a stop function.
and have you made the button a button?
You can use copyrighted mp3's on 2 conditiions
You dont make a prophet(sp?) on it
and you bought a cd with it on or bought, no limewire.
Wait so i make my game and submit it, and may or may not get any money.
Dude people wont enter, you could get that much and more with armor games and most sponsers.
Okay so heres my walking code:
onClipEvent (load) {
this.swapDepths(100000);
//MOVEMENT
xSpeed = 0;
ySpeed = 0;
maxSpeed = 10;
accel = 2;
jumpHeight = 20;
jump = 1;
death = false;
}
onClipEvent (enterFrame) {
if (death == false) {
Right = Key.isDown(Key.RIGHT);
Left = Key.isDown(Key.LEFT);
Down = Key.isDown(Key.DOWN);
Up = Key.isDown(Key.UP);
if (Left && Right) {
Left = true;
Right = true;
}
_x += xSpeed;
_y += ySpeed;
if (Right && xSpeed < maxSpeed) {
if (jump == 0) {
xSpeed += accel;
} else {
xSpeed += accel / 5;
}
} else if (Left && xSpeed > -maxSpeed) {
if (jump == 0) {
xSpeed -= accel;
} else {
xSpeed -= accel / 5;
}
} else if (jump == 0) {
xSpeed /= 1.5;
if (xSpeed < 0.1 && xSpeed > -0.1) {
xSpeed = 0;
}
} else if (jump == 1) {
xSpeed /= 1.05;
}
if (ySpeed < 100) {
ySpeed++;
}
if (jump == 0 && Up) {
ySpeed = -jumpHeight;
jump = 1;
}
if (ySpeed > 1) {
jump = 1;
}
}
}
And i have a ground code as well but thats not relevent.
What I want to know is how i can make it so that when its on the ground which has instance name of "floor" if theres some code to add which will angle my "hero" on the slop.
thanks if you help, if you need anymore info just reply.
Okay if you have no clue what a Teddy Troop is go here: <URL="http://teddytroop.com">http://teddytroo p.com</URL>
Idea
Basicly I have an fla. of an outline of one, this comp is to see who can colour one in the best with the most origonal design.
Prizes
1st place = There one printed on a model and T-shirt
2nd place = There one printed on a T-Shirt
3rd place = A pre-printed Teddy Troop
How to enter
Either add me on msn or aim or if you need I will pm you the swf and you can import to flash.
my msn is: Micromaster@hotmail.co.uk
My aim is: BreakoutGames
good luck
P.S this one is my example.
Find it here: http://www.newgrounds.com/portal/view/355392
Post or e-mail me your entries for the gallery. Best ones will win a prize.
Just posting here to get more entries. Enjoy
Also heres myne:
Well i know its possible becuase ive found the code before.
But then i got a new pc and lost it.
What i need it to do is just e-mail the file ot me, not upload it.
Does anyone know of a code, or where i can find a code of a html ulpaod.
What i want to code to do is...
You type in a comment of the file, and then open the file with the browse thing, and then when you click submit the file and comment get e-mailed to me!
This is a last resort i cant find it anywere.
thanks if you help.
How do you make it so theres a delay on the custom cursor?
I have this:
onClipEvent (load) {
Mouse.hide();
startDrag(this, true);
}
how do i add a delay?
Wasnt sure what forum to put this in but here we go:
I'm looking for someone who wants to have there art and flash or anything else showcased on my site. The site isnt up yet, and im waiting for my paycheck to buy the domain and hosting, but it should all be up and running soon.
So if your interested and you have some skill with flash or drawing, then pm me or reply
peace.