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: 'YoinK'

We found 6,077 matches.


<< < > >>

Viewing 1-30 of 6,077 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7105203

2.

None

Topic: enemy move left and right by itself

Posted: 11/23/09 02:09 PM

Forum: Flash

nevermind... my friend helped me

if (run == true) {
		if (_x<=0) {
		speed_x = 5;
		this.gotoAndStop(1);
	} else if (_x>=500) {
		speed_x = -5;
		this.gotoAndStop(2);
	}
	_x += speed_x;
	}

3.

None

Topic: enemy move left and right by itself

Posted: 11/23/09 01:54 PM

Forum: Flash

the variable called run is used because I want the enemy to stop moving when it dies. so when it dies i'll have run = false;

the variable called right is used to distinguish it from moving left or right on the screen. understand now?


4.

None

Topic: enemy move left and right by itself

Posted: 11/23/09 01:31 PM

Forum: Flash

I'm trying to make an enemy move left and right by itself....
but this code doesn't seem to work. AS2 by the way.

onClipEvent (enterFrame) {
	var run:Boolean = true;
	var right:Boolean = true;

	if (run == true) {
		if (this._x>300) {
			right = false;
		}
		if (this._x<0) {
			right = true;
		} else if (right == true) {
			this._x += 5;
			this.gotoAndStop(1);
		} else if (right == false) {
			this.gotoAndStop(2);
			this._x -= 5;
		}
	}
}

5.

None

Topic: Help, with Action sciript

Posted: 11/20/09 11:07 AM

Forum: Flash

At 11/20/09 04:47 AM, Montycarlo wrote:
At 11/19/09 03:53 PM, henke37 wrote: !Key.isDown is not true just when the key is released, it is true at all times when the key is not pressed down.
YUSS. IT IS THEREFORE REDUNDANT IN YOINK'S CODE.

well we don't know the overall coding needed for this flash. Most people put together plans of what they want... and then move on from there and then start coding. But to add another key would be rather simple.


6.

None

Topic: Help, with Action sciript

Posted: 11/19/09 01:32 PM

Forum: Flash

At 11/19/09 01:26 PM, asdqwe2311 wrote: Hold on, why the "!" is there with this :
} else if (!Key.isDown(Key.DOWN)) {

That one symbol means whenever Down is released the action occurs. I learned this on the newgrounds flash forums and now i'm passing it to you. Glad this finally helped you.


7.

None

Topic: Help, with Action sciript

Posted: 11/19/09 01:19 PM

Forum: Flash

Okay, place this code on a frame of the main timeline.
Give your object the instance name of "instance" (minus the quotes). This should work.

onEnterFrame = function () {
	if (Key.isDown(Key.DOWN)) {
		_root.instance.gotoAndStop(2);
	} else if (!Key.isDown(Key.DOWN)) {
		_root.instance.gotoAndStop(1);
	}
}

If you're still confused...
.FLA file
.SWF file


8.

None

Topic: Help, with Action sciript

Posted: 11/19/09 01:10 PM

Forum: Flash

I can help you


9.

None

Topic: Help me Create Something Cool

Posted: 11/18/09 09:46 PM

Forum: Flash

That character looks like he could be in a flash game. why not just create something by yourself????


10.

None

Topic: hows this animation look

Posted: 11/18/09 09:22 PM

Forum: Flash

At 11/18/09 08:28 PM, lgnxhll wrote: its stylistic visit duhidiots profile too see what i based my style off of and here i updated it so he throws it now
http://spamtheweb.com/ul/upload/2909/737 06_0.php
how it now

don't bother adding on to this... it needs to be redrawn I think. That guy looks like a blob...


11.

None

Topic: Blammed for no good reason

Posted: 11/17/09 04:21 AM

Forum: Flash

pass judgment flash can't get blammed


12.

None

Topic: Flash Ads - Ng Only?

Posted: 11/16/09 06:36 PM

Forum: Flash

If you have the NG api ad in your games then it will give you money anywhere the .swf file is placed. So yes.. i make some money with my flash games while they are on other websites.


13.

None

Topic: nearly finished engine. What say ye

Posted: 11/16/09 03:09 PM

Forum: Flash

At 11/16/09 02:15 PM, EqualToCody wrote: http://spamtheweb.com/ul/upload/2709/439 57_lovewithoutcolour.php

so, play it first and let me know what you think.
yes, if you stay on the first heart he fades out. i want him to fade and I'm still working on it.
I also need to make a way to exit the level. I just wanna polish it up a bit before i start designing levels.

make it so you can leave through the door after all the hearts are picked up.


14.

None

Topic: Overlapping in AS2

Posted: 11/12/09 11:48 PM

Forum: Flash

swap depth is what you're looking for right?


15.

None

Topic: Test This Demo!

Posted: 11/11/09 11:25 PM

Forum: Flash

hmm... I wish there was a way to jump so that I could jump over those arrows shot by the enemies.


16.

None

Topic: Test This Demo!

Posted: 11/11/09 11:21 PM

Forum: Flash

I like the game. It's neat


17.

None

Topic: Screw M.J.

Posted: 11/11/09 03:12 PM

Forum: General

sosa used special cream to soften the skin on his face. He wasn't expecting it to bleach his skin... but it's kinda weird how his face was normal in May... and then Michael passed way in June... and now he looks like he's turning as white as Michael Jackson.


18.

None

Topic: How long have you had flash ?

Posted: 11/11/09 02:54 PM

Forum: Flash

I've had flash since Macromedia flash 4 was out.


19.

None

Topic: Can somebody help me?

Posted: 11/11/09 12:17 PM

Forum: Flash

stop();

onEnterFrame = function () {
if (Key.isDown(32)) {
_root.gotoAndStop(2);
}
}


20.

None

Topic: multiple scrolling backgrounds?

Posted: 11/11/09 10:36 AM

Forum: Flash

I hear it's not good to use vcam in games


21.

None

Topic: "Prayer" by Disturbed - Collab!

Posted: 11/11/09 01:15 AM

Forum: Flash

stats of our collab show that it was definitely a successful collab.
over 10,000 views already.
90 reviews with an average review score of 8.3/10

Other collabs that i've been in still never reached 10,000 views yet. heh
Overall very successful collab. :)


22.

None

Topic: Best of October 2009

Posted: 11/09/09 11:48 PM

Forum: NG News

There's so much competition these days.
Miami Shark and that Hanzel and Gretzel or whatever it's called were amazing games.


23.

None

Topic: "Prayer" by Disturbed - Collab!

Posted: 11/09/09 11:36 AM

Forum: Flash

It's funny how the people who give shitty reviews don't even have a single flash submission.


24.

None

Topic: "Prayer" by Disturbed - Collab!

Posted: 11/09/09 12:05 AM

Forum: Flash

we got daily 3rd!!!! that's really good these days!
congrats to us all on making something amazing. I would also join a new collab.


25.

None

Topic: "Prayer" by Disturbed - Collab!

Posted: 11/08/09 11:49 PM

Forum: Flash

we're not going to get daily feature it looks like.
there's too much competition. There are a couple other flash's with scores over 4.00.
but that's okay. I think any award would be awesome. We put together something amazing.

Our common theme was to make something disturbing. Maybe that's what the reviewers don't understand.


26.

None

Topic: "Prayer" by Disturbed - Collab!

Posted: 11/08/09 11:06 PM

Forum: Flash

3.80 / 5.00 (+ 0.026)

I just got home. Voted 5 with my 14.97 voting power.


27.

None

Topic: "Prayer" by Disturbed - Collab!

Posted: 11/07/09 10:08 PM

Forum: Flash

At 11/7/09 07:21 PM, ShortMonkey wrote: Liljim is a fucking legend!

I can now submit this collab.

I may take up to a few days or so because I really want to make sure there are NO bugs in this flash. I will be replaying and analyzing for a while.

When it is submitted, I will post the link straight here!

yea i've always been a fan of liljim. :)
liljim is the man!
I like how you're being very patient with this collab Shortmonkey.
We have something amazing here to show to the people of newgrounds. :)


28.

None

Topic: a MC disappear with no reason

Posted: 11/07/09 10:28 AM

Forum: Flash

use graphic symbols for your people/background if this is a movie.


29.

None

Topic: AS3 Help : if Condtion wont work :(

Posted: 11/07/09 10:02 AM

Forum: Flash

I don't think it's a good idea to put if statements on separate frames.... it usually works better to have them on the same frame.


30.

None

Topic: "Prayer" by Disturbed - Collab!

Posted: 11/07/09 09:55 AM

Forum: Flash

I PMed luis if that helps. I think luis might have Tom's secret AIM username... but who knows these days?


All times are Eastern Standard Time (GMT -5) | Current Time: 11:22 PM

<< < > >>

Viewing 1-30 of 6,077 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7105203