Be a Supporter!
Response to: Art Thread: Video Game Rising Posted October 14th, 2006 in Art

a demon from some old game i played when i was little, cant remember name, but i do remember this demon

Art Thread: Video Game Rising

Response to: Art Thread: Video Game Rising Posted October 8th, 2006 in Art

did anyone like my spiderman one on page 21?

Response to: Art Thread: Video Game Rising Posted October 8th, 2006 in Art

At 10/8/06 03:36 AM, MeMB wrote: Does anyobdy have comments on my entry at page 19? I'd like some helpful critique before I start on the next one.

I liked it, it was very good. only problem i noticed was it was looking alot more like a man with a weird hat on, rather than a mushroom, i am high but im pretty sure that is correct what i just said.!

cant wait to see your next one, make it more gruesome!
:)

Response to: Art Thread: Video Game Rising Posted October 8th, 2006 in Art

My Spiderman Zombie.

Time taken approx. 3 hours.

Hope you all enjoy.

Art Thread: Video Game Rising

Response to: Actionscript codes here! Posted January 31st, 2006 in Game Development

At 1/29/06 11:35 PM, Defrag_Studios wrote: Quite simple, really.

That didnt seem to simple, or too helpful to me.

I have given up on making a game, i am now making a movie, i have a picture of a forest background, and its making the fucksize real huge, like 1mb is just for the background, how can i make it smaller?

Response to: Making A Mc Rotate Using Acscript Posted January 20th, 2006 in Game Development

Sweet thanks, that's good to know.


"The wheels on the bus go round and round, round and round, round and round...."

Well my wheels don't.

I think i once saw a code for making a MC rotate 360ºto
Im trying to make a good flash movie, so i want it as smooth as possible

If you got it please give to me, thanks

Response to: Flash Movie Preview Updated Posted January 19th, 2006 in Game Development

No offence but i dont like it at all though. I am sick of seeing that same style of crap for little kids.

Response to: Actionscript codes here! Posted January 18th, 2006 in Game Development

At 5/4/03 10:09 AM, EviLudy wrote: Post somthing, this topic is dying!

Hey, I just played GoGo and Happy, i wanna make a game, but how do i make a background like that and my char walks with the background and stuff, do i make a really long background and then is there a code i need to make it move when i walk or something? and stuff like that, good if you could explain it to me please too so i know what is actually happening

Response to: Try this little game out Posted January 16th, 2006 in Game Development

i got about 9 seconds, even tho the program isnt online... i typed it in the web adress bar and used my stopwatch~!!! YEAH! IDEA"S MAN THAT YA BITCH!

Response to: tablet problem. Posted November 15th, 2004 in Game Development

Yeah, i have one but i havnt looked into doing anything more than drawing in flash :S

a problem i find with it is that unlike paper i find it hard to turn the tablet around and draw on diff angle.. if you understand what i mean, so it is harder just drawing straight i find. i need to re-arrange my desk setup because i have it in bad position which doesnt help. Yep... i love it tho! i suck at art so im producing nothing good

Sound out of sync, + preloader Posted November 8th, 2004 in Game Development

Hi,
When i add a sound of guy crashing into wall it plays before he hits it while he is running. i try changing the spot i put it but still doesnt work. Would it be better if i put the sound in a movie clip?

Also i want to make a preloader that loads as how much % is done, so post AS for that please i cant get it to go to next frame of preloader too, thanks.

please help

Fighting game Posted October 29th, 2004 in Game Development

Hi, i want to make a game in which you can jump and also fight.

i want 1 gun shot to kill enemy and two punches to kill enemy.

i need "a" key to punch and "s" key to shoot, and "space" to jump. Also i dont know how to make my guy not fall straight through the higher ground.

thanks

Response to: newbie game script help please Posted October 29th, 2004 in Game Development

Yeah, dont wanna stuff around with it anymore. so i did this

onClipEvent (enterFrame) {
if (this.hitTest(_root.death)) {
_root.gotoAndStop(6);
}
if (this.hitTest(_root.death2)) {
_root.gotoAndStop(6);
}
if (this.hitTest(_root.win)) {
_root.gotoAndStop(150);
}
}
i just added that to my car walking script and i did 4 life. in next frame and then i did 3 life in next frame et cetera et cetera... i know this is probably wrong but im happy i got my game working now :)

Response to: newbie game script help please Posted October 29th, 2004 in Game Development

Thanks. i cant get it to work. . time to give up

Response to: newbie game script help please Posted October 29th, 2004 in Game Development

Ah sorry. is there any way you could simplify that?

if not i guess i am doomed :(

newbie game script help please Posted October 29th, 2004 in Game Development

I have two laser beam things coming down and when my car hits it i lose a life.

Here is the code.

onClipEvent (enterFrame) {
if (this.hitTest(_root.fat)) {
_root.score -= 1;
if (_root.score == 4) {
gotoAndPlay(2);
}
}
}

When my car goes through the laser i lose heaps of life and go past -10 or whatever, how do i make it so i hit laser then lose life and start back at beginning?

Im thinking its the goto and play bit but i dont know much about code so... please help! :)

Thanks heaps

Response to: Actionscript codes here! Posted October 29th, 2004 in Game Development

I have two laser beam things coming down and when my car hits it i lose a life.

Here is the code.

onClipEvent (enterFrame) {
if (this.hitTest(_root.fat)) {
_root.score -= 1;
if (_root.score == 4) {
gotoAndPlay(2);
}
}
}

When my car goes through the laser i lose heaps of life and go past -10 or whatever, how do i make it so i hit laser then lose life and start back at beginning?

Im thinking its the goto and play bit but i dont know much about code so... please help! :)

Thanks heaps

movie clip over movie clip Posted October 29th, 2004 in Game Development

hello all and everyone, i am crap so here is my question.

i have spikes on side of wall instance name is "death" and i have my bouncing llama thing called "fly. If the fly bounces into death how do i make it goto and stop in frame number 2.

Also i have a goal at the top of screen which you need to bounce the fly into. that instance name is called "win" so i want that to goto and stop in frame 3.

Is that coming across clearly?

Thanks heaps

movie clip over movie clip

Response to: Actionscript codes here! Posted October 29th, 2004 in Game Development

hello all and everyone, i am crap so here is my question.

i have spikes on side of wall instance name is "death" and i have my bouncing llama thing called "fly. If the fly bounces into death how do i make it goto and stop in frame number 2.

Also i have a goal at the top of screen which you need to bounce the fly into. that instance name is called "win" so i want that to goto and stop in frame 3.

Is that coming across clearly? :S

Response to: Actionscript codes here! Posted October 21st, 2004 in Game Development

I need to make a sound ON / OFF button, how do i go about doing that?

If you can help that would be great

sound on/off Posted October 21st, 2004 in Game Development

Hi, I have a sound i loop on my menu bit, and when i go to a part of animation it turns that sound off, but when i come back to the menu the sound isnt playing. If it is easier how do i make a sound on/off button, so that it starts the loop again i thought.

thanks

Response to: HELP with multi-author thanks Posted October 15th, 2004 in Game Development

Oh awesome, i added my friend but he didnt accept or somthing i tried to go on his account but repeated logins with the wrong pass he gave me locked his account till tomorrow haha.

Thanks for that i will get that sorted before i submit :)

HELP with multi-author thanks Posted October 15th, 2004 in Game Development

Hello,
If i add an animation how do i make it have my friends name in list of people who made it? does he need to have already made an animation for me to be able to do it?

Thanks

Response to: Actionscript codes here! Posted September 5th, 2004 in Game Development

thanks for that! super fast reply haha. yeah i will try that later when i get home

Response to: Actionscript codes here! Posted September 5th, 2004 in Game Development

Greetings and Salutations.

I have the preloader which makes a bar grow with loaded amount but i want a text version going %0 - %100. I need the code also i dont know what i add code to, is it just text (%100) and add code to it? or... yeah i need help please.

Cheers

Response to: Actionscript codes here! Posted September 1st, 2004 in Game Development

i need make preloader which goes 0% to 100% and a bar loading thing

Response to: Flash Tutorial Posted September 1st, 2004 in Game Development

Damn! Matt_McCain, you sig pic gave me a headache from looking at it too long haha

soo fast and oooh the colours .............................................
i swear i was on the verge of having an epileptic fit HAH!

Response to: Newground Artist showcase thread Posted September 1st, 2004 in Game Development

indeed...

i just wanted to show off my strawberry flavoured banana sig \m/

:)