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

We found 2,352 matches.


<< < > >>

Viewing 1-30 of 2,352 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 94479

1.

None

Topic: making enemies move down the screen

Posted: 11/07/09 09:54 AM

Forum: Flash

If you're using AS2 you can simply paste this code on the fireballs:

onClipEvent(enterFrame){
	_y += 5; // Adds 5 to the Y position
}

2.

None

Topic: Interactive Dvd Made In Adobe Flash

Posted: 11/07/09 09:53 AM

Forum: Flash

Flash doesn't have DVD authoring capabilities, so yeah you can make a CD that's playable on a PC but nope, not on a DVD player. For that you should use DVD authoring software like Sony DVD Architect Pro. You can find more information here.


3.

None

Topic: moving with arrow keys

Posted: 11/07/09 09:48 AM

Forum: Flash

Well, if you use AS2 you can simple paste this code on the MovieClip:

onClipEvent(load){
	speed = 5; // Defines the speed variable
}

onClipEvent(enterFrame){
	if(Key.isDown(Key.LEFT)){ // If 'LEFT' key is pressed
		_x -= speed; // Add 'speed' to X position
	}else if(Key.isDown(Key.RIGHT)){ // If 'RIGHT' key is pressed
		_x += speed; // Subtract 'speed' from X position
	}
	
	if(Key.isDown(Key.UP)){ // If 'UP' key is pressed
		_y -= speed; // Subtract 'speed' from Y position
	}else if(Key.isDown(Key.DOWN)){ // If 'DOWN' key is pressed
		_y += speed; // Add 'speed' to Y position
	}
}

4.

None

Topic: Treasure Hunt 2009

Posted: 10/14/09 04:22 PM

Forum: NG News

I'd like to submit 2 of my own games, I really like them and I'm stunned both of them didn't get frontpaged! :(

Marblet:

Adventure Mitch:


5.

None

Topic: Display Newgrounds User in Flash?

Posted: 07/27/09 04:17 PM

Forum: Flash

If you submit to Newgrounds your Flash automaticly gets a special variable through embedding, just call ng_username to get the username!


6.

None

Topic: distraction mouse avoider code

Posted: 05/31/09 09:42 AM

Forum: Flash

At 5/31/09 07:41 AM, Aidster69 wrote: it doesn't work when i put in other scripts, any ideas why this might be

Just click on the frame that you want to stop, hit F9 to open the action panel and enter stop();. It's probably the most basic AS there is.


7.

None

Topic: distraction mouse avoider code

Posted: 05/31/09 07:12 AM

Forum: Flash

Put the following code on the frame:

stop();

8.

None

Topic: How do you add medals to a game?

Posted: 05/30/09 09:13 AM

Forum: Flash

You have to ask Tom or Tom asks you (if you make a FP post about the production of the game).


9.

None

Topic: Looking for a flash developer - $$$

Posted: 05/30/09 07:57 AM

Forum: Flash

Okay, I can do that. Do you have Gtalk or MSN? PM me.


10.

None

Topic: Help Our Fellow Newgrounder!

Posted: 05/14/09 12:16 PM

Forum: General

Ahw guys, I'm second :( Start voting again! (You can vote daily).


11.

None

Topic: Help Our Fellow Newgrounder!

Posted: 05/13/09 06:47 PM

Forum: General

Again thanks all! 200 votes...wow, just wow :D Keep on going!


12.

None

Topic: Help Our Fellow Newgrounder!

Posted: 05/13/09 06:27 PM

Forum: General

Holy moley, upfront with 179 of 647 votes, going great guys but keep 'em coming. Oh completely forgot to mention that you can vote till Saturday so keep voting till then!


13.

None

Topic: Help Our Fellow Newgrounder!

Posted: 05/13/09 06:09 PM

Forum: General

Thanks alot for making this topic and ofcourse for all the votes, it's good to see how the Newgrounds community acts together :) Stay voting because 'barely' isn't enough, we should show that Dutchy website how voting is done. NG POWER!


14.

None

Topic: "any" function?

Posted: 01/31/09 06:34 PM

Forum: Flash

Flash doesn't have wildcards so it's not easily possible.


15.

None

Topic: Screen Captures onto Flash

Posted: 01/31/09 04:24 PM

Forum: Flash

At 1/31/09 03:03 PM, BrenChris wrote: Thanks for you help, pasting it in paint worked. But it pasted it upside down. Stupid question: How to you Flip an image?

You should select Edit > Paste Special... > OK


16.

None

Topic: Screen Captures onto Flash

Posted: 01/31/09 02:08 PM

Forum: Flash

Paste in Paint, then copy from Paint and paste into Flash.


17.

None

Topic: pew-pew, Amsterdam Meet 2009

Posted: 01/30/09 12:56 PM

Forum: General

Anyone coming from southern Netherlands? I'll be taking the Heerlen > Alkmaar intercity train so would be cool to meet-up along the way.


18.

None

Topic: pew-pew, Amsterdam Meet 2009

Posted: 01/29/09 12:41 PM

Forum: General

I'm only talking for myself but I don't think there will be any drugs use. If you want to take drugs it's fully up to you - just think that it's not fun to walk around with a coked up Tony Montana.


19.

None

Topic: pew-pew, Amsterdam Meet 2009

Posted: 01/28/09 05:48 PM

Forum: General

At 1/28/09 04:41 PM, EviLDoG wrote: Might try some magic mushrooms but yeah, i'm not going to be drugged up the whole time. I need this cause i missed out alot of the london meet through work.

Too bad, they're illegal now so you gotta go dark alley and shit to get 'em ;)


20.

None

Topic: pew-pew, Amsterdam Meet 2009

Posted: 01/27/09 03:59 PM

Forum: General

Amsterdam is not just drugs, it's alot of fun. I guess if you come just to try drugs you're off on your own.


21.

None

Topic: pew-pew, Amsterdam Meet 2009

Posted: 01/27/09 03:23 PM

Forum: General

So Luis hates when I plug myself but I'll be there too.


22.

None

Topic: Membership for games

Posted: 11/01/08 08:18 PM

Forum: Flash

At 11/1/08 08:08 PM, Nicholas-Deary wrote: You would need two things for that to work.

1) An insanely good flash game, I mean I don't really think there's many flash games which people would be willing to pay to play.

Well our Armor Picross 2 game is going great, we've made 500+ sales now and it costs $4.99.


23.

None

Topic: opening the web site IN the swf

Posted: 06/14/08 10:25 AM

Forum: Flash

That is impossible, Flash can't render pages. If you would like to load the page in the current page then just _parent.


24.

None

Topic: help with something...in AS

Posted: 06/10/08 10:14 AM

Forum: Flash

Will change what? It's position? It's name?


25.

None

Topic: Plese fix this code!!

Posted: 06/10/08 05:10 AM

Forum: Flash

At 6/10/08 04:43 AM, GuyWithHisComp wrote: And yet, you give him some random code. ;)

Well I fixed his code as he asked, not giving him the rest of the code.


26.

None

Topic: Plese fix this code!!

Posted: 06/10/08 04:34 AM

Forum: Flash

Your code is crappy and incomplete, learn Actionscript instead of copying some random code k?

onClipEvent(load){
	grav = 0;
}

onClipEvent(enterFrame){
	grav++;
	_y += grav;
	
	if(Key.isDown(65)){
		setspeed = "walk";
	}else{
		setspeed = "run";
	}
	
	while(_root.ground.hitTest(_x, _y, true)){
		djump = false;
		tjump = false;
		_y --;
		grav = 0;
	}
	
	if(_root.water.hitTest(_x, _y, true)){
		grav *= slow*1.25;
	}else{
		speed = setspeed;
	}
}

27.

None

Topic: Enemies that follow, flip...

Posted: 06/07/08 08:54 PM

Forum: Flash

At 6/7/08 08:34 PM, benjadaninja wrote:
At 6/7/08 08:27 PM, Kenney wrote: Nobody is going to write you 90% of a game for free, come on man. Learn some Actionscript yourself!
Fine then, can you at least help me with the follow/flip stuff?

To write the flipping script you have to check if the enemy has either a higher, or a lower X position opposing to the player. The follow scripts also checks if the X position of the player is either higher or lower than the enemy, and then move the X position according to the gathered information.


28.

None

Topic: Enemies that follow, flip...

Posted: 06/07/08 08:27 PM

Forum: Flash

At 6/7/08 08:26 PM, benjadaninja wrote: I need a code that allows enemies to follow a character, and flips horizontally corresponding to the player's position, (THIS GAME IS A 2D SIDE-SCROLLER.) I need a code that duplicates the enemies, as well as their health and hit-tests too! Can somebody please help me do this?

Nobody is going to write you 90% of a game for free, come on man. Learn some Actionscript yourself!


29.

None

Topic: clear data

Posted: 06/06/08 05:15 AM

Forum: Flash

save = SharedObject.getLocal("savedata_name");
save.clear();


30.

None

Topic: Adding Script With A Button

Posted: 06/04/08 04:10 AM

Forum: Flash

on(press){
if(_root.input_pass.text == "yourpass" && _root.input_user.text == "yourusername"){
nextFrame();
}else{
trace("Wrong username and/or password");
}

All times are Eastern Standard Time (GMT -5) | Current Time: 12:48 PM

<< < > >>

Viewing 1-30 of 2,352 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 94479