You need a Grounds Gold Account to post on the NG BBS! If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!

Author Search Results: 'doondeka'

We found 161 matches.


<< < > >>

Viewing 1-30 of 161 matches. 1 | 2 | 3 | 4 | 5 | 6

1.

None

Topic: Best of November 2009 & Wacom 5

Posted: 12/07/09 03:53 PM

Forum: NG News

i hope i am next...


2.

Elated

Topic: Winter Wacom #4

Posted: 12/04/09 10:52 PM

Forum: NG News

doondeka


3.

None

Topic: Winter Wacom #3

Posted: 12/03/09 09:44 PM

Forum: NG News

i'm going to get front page in 010


4.

Elated

Topic: Best of August 2009 & Back from PAX

Posted: 09/09/09 12:21 PM

Forum: NG News

PAS WAS AWESOME!!!!!1


5.

Happy

Topic: 8-BIT music?

Posted: 09/04/09 08:50 PM

Forum: Audio

O.K so I'm highly skilled in actionscript 2.0 and iI a'm also an animator.
But I would like to get into 8-BIT music composing?
do you guys have any sudgestion where I i can get something that can help for free?


6.

None

Topic: making a shooter need help

Posted: 08/30/09 09:39 PM

Forum: Flash

ur a wonderful person


7.

None

Topic: making a shooter need help

Posted: 08/28/09 07:07 PM

Forum: Flash

ok so i'm making a game with a blimp that drops bombs on people.
and the people and the bombs are attached through as2.0
but the bombs nor the people will recognize eachother so no-one dies...
btw i need answers that do not include for loops or duplicating movieClips........i'm using attach movieClip!!!!
THIS IS AS2.0


8.

Elated

Topic: AS: Save and Load

Posted: 08/27/09 12:03 AM

Forum: Flash

your my best friend :D


9.

None

Topic: need ideas for collab

Posted: 08/26/09 08:17 PM

Forum: Flash

how bout a thriller collob


10.

None

Topic: attached things hitting attached...

Posted: 08/26/09 08:14 PM

Forum: Flash

ok so i'm using these hefty little things
attachMovie();
but heres prob i'm making a game where ur a blimp and ur dropping bombs on peopl and tanks and so on and so fourth.....
but but the bombs( witch are there from attachMovie()) will not collide with the people cause i dont know how reference them....this is what i would use.
funcion onEnterFrame(){
if(Key.isDown(Key.SPACE)){
this.attachMovie("bomb","bomb"+this.num,
0+this.num)
}
}
so ya if you guys have an idea of how i should fix this "delema" can u please comment it would help.....THIS IS ACTIONSCRIPT 2.0


11.

None

Topic: Po3 Related(need Help)

Posted: 08/25/09 01:18 AM

Forum: Flash

ok so for my game i'm making a game where ur a miner in a little cart from a birds eye view and ur jumping over bags and stuff but hers a problem some times when u hit a money bag u go strait to the death aimation and ur there forever... u loose your lives instantly and stuff like that....and u never die but ur ina constant state of death.... here the code
if (_root.hero.flashing == false) {
this._y -= this.spd;
}
if (_root.slowmo == true) {
this.spd = 3.5;
} else {
this.spd = 7;
}
if (this.hitTest(_root.hero) & _root.hero.flashing == false & _root.hero.jumping == false & _root.invincable == false) {
_root.stats.lives.nextFrame();
_root.hero.flashing = true;
_root.hero._y = 300;
_root.hero._x = 200;
_root.hero.gotoAndStop("f");
this._visible = false;
this.gotoAndStop(4);
} else if (this.hitTest(_root.hero) & _root.hero.jumping == false & _root.hero.flashing == false & _root.invincable == true) {
_root.stats.score += 100;
this.gotoAndStop(4);
}
if (_root.hero.dead == true) {
this.gotoAndStop(4);
}

btw this is AS2.0 please help me i need this looked over witha hopefuly a remedy


12.

None

Topic: depth control

Posted: 08/18/09 01:41 AM

Forum: Flash

O.K I have a problem.
I cannot control the depth of my person,
I need the guy to go over the objects.
this is what i put in to make them go under him.

this.swapDepths(_root.hero);
but altho it go's under the first time.
He flashes, cause its constantly going above and below him....Do you guys have any remodys to make them go under him?
Btw this is AS2.0 and these MovieClips are attached on RunTimer(_root.attachMovie());


13.

Questioning

Topic: something is very wrong...

Posted: 08/06/09 12:09 AM

Forum: Flash

ok so my miner in my game(witch is a birds eye view game)
this miner when he jumps over sand bags...wellhe does not get hit but somrthing is very wrong...
when he jumps the sand bags go over him..
so i tryed using this
this._level += 1;
but when i tryed he still went under the bags.
the bags and spawned using a attachMovie();
BTW THIS IS AS2.0


14.

None

Topic: what is it like?

Posted: 07/16/09 10:22 PM

Forum: Flash

What is like when you make for greatest idea ever?
The enitre year i have ploted my way to the fornt page though hard work and good story, yet in the end i delete it, thinking it will go nowhere.

But i would like to ask you, how much faith do you have in your flash?
when you submit it what do you expect to become of it?

I need this knowledge for myself so i can get back work and submiting things.
pleas respond


15.

None

Topic: Store Survey, Wizard World Photos

Posted: 07/07/09 07:03 PM

Forum: NG News

i'd give anything to be apart of that group


16.

Misunderstood

Topic: help with enemy spawn

Posted: 07/07/09 06:59 PM

Forum: Flash

THIS IS AS 2.0
ok so i'm trying to make enemy spawn and stuff.
and this is what i'm using.
clips = [Stage, 0];
function onEnterFrame() {
this.attachMovie("b", "b", 1+_root.clips[1]);
this.clips[1]--;
}
that was in the first on the maintimeline.
now this is what i out in the guy.

clips = [Stage, 0];
function onEnterFrame() {
this.attachMovie("b", "b", 1+_root.clips[1]);
this.clips[1]--;
}

nothing worked.
altho ppls still poppped up.
it did not trace anything.
i need to know how to movieclips in arrays!
can u help?


17.

None

Topic: follow mouse help

Posted: 06/14/09 08:50 PM

Forum: Flash

ok so i'm making a game./
and i need the paddle to follow the cursor.
but my code
this._y = Mouse._y;
did not work
PS THIS IS IN AS2.0


18.

Elated

Topic: artist desired/wanted...

Posted: 06/09/09 08:18 PM

Forum: Flash

our last artist doesnt use this website enugh.....so we fired him:)

and that means a we have room open for an artist for PO3(see tom post).
and here are our specifications for an artist.
must use newgrounds and 3 times a week.
must have flash
must have expirience.
aim is reletive.
must have a newgrounds(unnesissary statement)

contact me for more info,or my
music man,arongkong
once your in we need to get to work right away(after a breif on the game)


19.

Elated

Topic: Best Framerate to make Flash Movies

Posted: 06/08/09 11:45 PM

Forum: Flash

i like 24...
that way if your good witha mouse or candraw your ppls ata good rate.
u can a perfect balance of smoothness and progress!
but be careful with blurs


20.

Elated

Topic: rescession proof company's

Posted: 06/02/09 11:15 AM

Forum: General

WOOT YA.
GIVE A "DIGI-FIVE"[SMACK]


21.

None

Topic: rescession proof company's

Posted: 06/02/09 11:13 AM

Forum: General

my friend said comic book & candy


22.

Elated

Topic: My grandpa met Obama!!!

Posted: 05/30/09 05:43 PM

Forum: General

i'm related to the famus catle rustler
Billy Clanton:)


23.

Resigned

Topic: rescession proof company's

Posted: 05/30/09 05:41 PM

Forum: General

will with the new president[obama] in office.
the stock market has been crashing,little by little.
so i think its time to ponder about what company's will sirvive when the stock market crashes(maybe)


24.

Happy

Topic: Wide Layout Update 1

Posted: 05/27/09 10:07 PM

Forum: NG News

this is awesome exept when u look at a flash u dont know why it s rated A or teen for anyreason


25.

None

Topic: i think i made a preloader!

Posted: 05/27/09 12:03 AM

Forum: Flash

did u try?


26.

None

Topic: i think i made a preloader!

Posted: 05/26/09 11:57 PM

Forum: Flash

all by myself!
here is the code

function onEnterFrame() {
if(_root.getBytesLoaded(_root.getBytesTo tal(_root._totalframes))){
_root.play();

}
}
i think it works...it dide when i tryed..
u see c for ur self!


27.

Elated

Topic: Wide Layout

Posted: 05/26/09 10:47 PM

Forum: NG News

THANK BO AND PYSCHO!!!!


28.

Elated

Topic: who wants to be a artist(PO3)?

Posted: 05/22/09 09:46 PM

Forum: Flash

OK so like...our last artist is gunna(MOSTLIKLEY) flake out on us,soooooooo.
We need an EXPERIENCED artist who has at least ONE submission on newgrounds and has a icon for there user(shows u got skills).

//how to sign up?//
Send a link to ur page.
Send a link to one of most HIGH RATING submissions.
Tell us how long U have been using newgrounds.
//who to ask?//
Me(Doondeka)
or
my friend AronKong(music man)
Hope to see u soon in our team.
anGRyshAPE

who wants to be a artist(PO3)?


29.

None

Topic: Hardest Thing When Making Flash

Posted: 05/21/09 01:00 AM

Forum: Flash

the hardest thing in flash is...
GREAT GRPAHICS(CHECK)
GREAT CHARECTERS(CHECK)
HALF WAY DONE(ALSO CHECK)
STORY???(CRAP!!!!).
that happens to me so much it is not even funny:(


30.

None

Topic: Hit Test not working?

Posted: 05/21/09 12:58 AM

Forum: Flash

put the code in the person


All times are Eastern Standard Time (GMT -5) | Current Time: 03:37 AM

<< < > >>

Viewing 1-30 of 161 matches. 1 | 2 | 3 | 4 | 5 | 6