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

We found 37 matches.


<< < > >>

Viewing 1-30 of 37 matches. 1 | 2

1.

None

Topic: ammo not going down!

Posted: 10/29/09 08:44 PM

Forum: Flash

It does go down each click but you have an onEnterFrame function that will just set it to 10 again.

Replace:

onEnterFrame = function () {
_root.knives = 10;
};

With just

_root.knives = 10;


2.

None

Topic: i want 2 delete my account

Posted: 08/01/09 08:49 AM

Forum: Where is / How to?

At 7/30/09 07:02 PM, reverend wrote: All you can do is just change your password to something you won't remember and never come back.

I don't understand why people give this advice. If you don't like a website just don't go on it. But why do you have to make sure you can never return?


3.

None

Topic: Calling All Gamerscore Whores

Posted: 04/28/09 05:14 AM

Forum: Video Games

At 4/27/09 05:11 PM, Jawdyn wrote: Oh fuck you guys! :D I only found out about it the other day so you know, im just spreading the love, making sure anyone who doesn't know does know. ;)

Free games on Xbox arcade?! I couldn't believe it when I found a gamer picture that was free.
Anyway, are there any other free games?


4.

None

Topic: Re-Blocked in China

Posted: 04/02/09 04:34 PM

Forum: NG News

Well if you got so many private messages like that, it makes me think how many people really did printout Google's 3D glasses?


5.

Crying

Topic: Banjo Kazooie N&b Demo Impressions

Posted: 11/02/08 05:08 AM

Forum: Video Games

For me and many others this is the biggest disappointment I ever had with video games, especially because of how long we waited and now that there are really no decent platform games to look forward to on any console in the near future. Banjo-Kazooie is my all time favorite game and now it's gone.


6.

Elated

Topic: Rev-Split, Authors, Genres, oh my!

Posted: 09/30/08 06:16 PM

Forum: NG News

Genre, Spam


7.

None

Topic: High scores, and swf embedder

Posted: 09/17/08 01:33 AM

Forum: Flash

Try armorbot. They give you code to just copy and paste in to the game you are making.


8.

None

Topic: Text Box Help

Posted: 08/31/08 10:42 AM

Forum: Flash

At 8/31/08 09:58 AM, super-sense wrote: If you know another way to limit texboxes to numbers only, do tell.

You can do it with actionscript. So in your case just put

my_txt.restrict = "0-9";


9.

None

Topic: Saving exact _x and _y positions?

Posted: 08/31/08 12:37 AM

Forum: Flash

If you're save button works fine for health, all you need to add to that button code is:

savefile.data.playerX = _root.playerName._x
savefile.data.playerY = _root. playerName._y

Don't forget to change "playerName" to whatever you called your player. If you understand the code you have, it should be pretty simple to change it for loading the player position.


10.

None

Topic: Need help w/ button please!

Posted: 08/30/08 06:12 PM

Forum: Flash

So all you want is some code for a button that goes to and starts playing at frame 2?

on(release){
gotoAndPlay(2)
}


11.

None

Topic: why dose my health not work?

Posted: 08/30/08 01:35 PM

Forum: Flash

try something like this.

_root.healthmeter.gotoAndStop(_root.lilh ealth)


12.

None

Topic: 360 degree burst of bullets

Posted: 08/30/08 11:00 AM

Forum: Flash

First off, use this code when you want to make the bullets appear.

for(l=0;l<360;l+=20){
newName = "bullet" + l
_root.attachMovie("bullet",newName,_root .getNextHighestDepth())
this[newName]._rotation = l
this[newName]._y = 250
this[newName]._x = 250
}

Now make a movieclip that looks like a bullet. Make the direction of the bullet face up. Go in your library find your bullet, right click and select linkage. Check the checkbox labelled "Export for ActionScript". Name the Identifier "bullet". Then Click ok.

Go inside your bullet you just made and paste this code on the first frame. (You should only have one frame anyway :) )

speed = 3;
onEnterFrame = function () {

speedx = Math.sin(this._rotation*(Math.PI/180))*2 ;
speedy = Math.cos(this._rotation*(Math.PI/180))*2 *-1;

this._x += (speedx * speed);
this._y += (speedy * speed);
}

Test your game. I suggest you do this on a new flash document first


13.

None

Topic: Yay, it's my B-daY!!

Posted: 08/27/08 12:26 PM

Forum: General

Can I have some cake?


14.

Expressionless

Topic: Final Post-Castle Crashers Post

Posted: 08/27/08 09:07 AM

Forum: NG News

I was looking forward to Castle Crashers, too bad I got 3 red lights.


15.

Questioning

Topic: Going Away for a while...

Posted: 05/20/08 03:01 PM

Forum: NG News

What the hell is Castle Crashers?


16.

None

Topic: Games People Mostly Cheat On

Posted: 05/14/08 07:12 PM

Forum: Video Games

At 5/14/08 12:40 AM, Some-Stupid-Idiot wrote: 4. Metroid, i wanted to see Samus in a bikini.

Can we have some more info on this one?


17.

None

Topic: Banjo Kazooie Nuts and Bolts

Posted: 05/14/08 03:10 PM

Forum: Video Games

It looks very disappointing... I have waited many years for this. Maybe the game will be good but couldn't they just give us the Banjo game we all know? I must say I'm surprised that not everyone feels this way.


18.

None

Topic: Big God-Damn Error

Posted: 04/05/08 12:11 PM

Forum: Where is / How to?

So you got all them problems without downloading anything?


19.

Angry

Topic: Poogrounds

Posted: 04/01/08 04:35 PM

Forum: NG News

I don't want to look at shit all day


20.

Elated

Topic: Making your body fall asleep

Posted: 03/30/08 03:01 PM

Forum: General

So this is like taking drugs with no side affects?


21.

None

Topic: Last vote?

Posted: 03/22/08 12:23 PM

Forum: Where is / How to?

At 3/21/08 11:03 PM, Dream-of-Duke wrote: Dang. I miss the blam/save flash movies in the old days. :(

What fun is it blowing the whistle without getting that whistle song. Whatever happened to that?


22.

None

Topic: Blams/Saves

Posted: 03/11/08 02:40 PM

Forum: General

You might as well start now.


23.

None

Topic: AOL Email Fixed / Audio Storage

Posted: 02/21/08 10:22 PM

Forum: NG News

Just make it laugh at people that sign up with an AOL account. Problem solved


24.

None

Topic: I'm really happy.

Posted: 02/05/08 11:52 AM

Forum: Flash

There is a small chance you might be able to get it back if you didn't save it. If you published the movie you might find the swf file in the Local Settings\Temp folder. Well you can't get everything back but check it out anyway


25.

Happy

Topic: best thing youve ever found

Posted: 01/29/08 11:20 AM

Forum: General

I bet that ipod you found has got a load of crappy music on it.


26.

Angry

Topic: Stealing Awards - Final Warning

Posted: 01/22/08 10:20 AM

Forum: General

Just make sure you don't think I am using an alt because someone else in my college is voting and stealing some of my blam points.


27.

Mad as Hell

Topic: Do not watch this video...

Posted: 01/20/08 04:01 PM

Forum: General

Oh yes! I went to the end of the video just to see what the point of it was. I knew it. Yes that's right. I do want a medal.


28.

None

Topic: Movie Clip Help- Actionscript help

Posted: 12/28/07 08:17 PM

Forum: Flash

onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT)) {
if (this._currentframe == this._totalframes) {
gotoAndStop(1);
} else {
this.nextFrame();
}
}
}


29.

None

Topic: Username Lockdown?

Posted: 11/11/06 07:50 PM

Forum: NG News

If someone signs up with a username they later don’t like, they will make a new account with the new name they want. Meaning loads of account that no one will ever use again.

See what I am getting at?


30.

None

Topic: Review Scores

Posted: 10/12/06 07:58 PM

Forum: NG News

Maybe you should let flash authors decide what categories they want reviewers to rate their submission on. They should know best about what categories it needs.


All times are Eastern Standard Time (GMT -5) | Current Time: 10:26 PM

<< < > >>

Viewing 1-30 of 37 matches. 1 | 2