Newgrounds.com — Everything, By Everyone.

Checking login status…

USERNAME:

PASSWORD:

Logging in…

Logged in as:
.
Logging out…
Inbox My Account Log Out


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

We found 6,424 matches.


<< < > >>

Viewing 6,241-6,270 of 6,424 matches. 1104207 | 208 | 209 | 210 | 211213215

6,241.

Shouting

Topic: Actionscript help (#2394087)

Posted: 05/21/05 12:10 PM

Forum: Flash

What like you ya mean? You hav'nt given 1 peice of advice yet so shut the fuck up you retard. I know more than you you twat! Why don't you stop being a prick and go fuck yourself!


6,242.

None

Topic: HELP!! .fla won;t open!

Posted: 05/21/05 11:56 AM

Forum: Flash

Where did you get the file?


6,243.

Questioning

Topic: Really Dumb Question Quick Answer

Posted: 05/21/05 11:52 AM

Forum: Flash

I figured it out again... I really am wasting time here are'nt I...
Well this one is a BIG problem. I have decided to make the layout of my game more like alien hominid (platformer) can any one help me with a gravity script?


6,244.

None

Topic: Really Dumb Question Quick Answer

Posted: 05/21/05 11:49 AM

Forum: Flash

don't worry Furies gave it to me just as I figured it out. Thanks Furies. I have another question though...
how would I get my MC to flip when left is pressed and stay facing right when Right is pressed. I know how to do this but when I use ._xscale = -100 and ._x scale = 100 it makes it stretch why? Anyone can give me a code it'll be brilliant


6,245.

None

Topic: Actionscript help (#2394087)

Posted: 05/21/05 11:46 AM

Forum: Flash

Yeah my FPS was all messed up and the code was so buggy I have restarted and it is looking good so far...


6,246.

None

Topic: Program for 3D objects

Posted: 05/21/05 11:41 AM

Forum: Flash

lord of the rings, for example, the motion was all motion capture, no maya there. most scenes used a program named 'massive', invented solely for the lotr. no maya there.
Massive controled the movements and actions of every soldier in the huge battlescenes.

Sorry but thats bollocks Maya was used to create the CG effects in LOTR: Return of the kind so don't talk out of your ass...

Maya makes good models, but i am sick of you whoreing it as the best 3d program.

It is the best 3D program and you are yet to mention a better one so shaddup!

Plus you are a 3d noob, which makes it even more offensive.

You obviously are too judging by the crap info you posted above... Twat


6,247.

None

Topic: Really Dumb Question Quick Answer

Posted: 05/21/05 11:37 AM

Forum: Flash

what I mean like
if right or left is down then do blah...


6,248.

None

Topic: newbs actionscript help here!

Posted: 05/21/05 11:37 AM

Forum: Flash

onClipEvent (enterforum) {
if (gaythread == true) {
gotoHell ("you stupid n00b")
}
}

attach this to a thread with the instance name "newbs actionscript help here!"


6,249.

None

Topic: Really Dumb Question Quick Answer

Posted: 05/21/05 11:33 AM

Forum: Flash

I have this code
if (Key.isDown(Key.RIGHT)) {
} else {
gotoAndPlay(1);
}
how would I write thay right or left is down?


6,250.

Shouting

Topic: Actionscript help (#2394087)

Posted: 05/21/05 10:07 AM

Forum: Flash

Yeah I am completely redoing the whole thing


6,251.

None

Topic: Actionscript help (#2394087)

Posted: 05/21/05 10:03 AM

Forum: Flash

Nope but you gave me and idea and I came up with
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT)) {
moving = true;
this._x += 7;
if (this._currentframe<31) {
this.gotoAndPlay(31);
}
} else {
moving = false;
}
if (moving == false) {
gotoAndPlay(1);
}
}

so thanks


6,252.

None

Topic: Actionscript help (#2394087)

Posted: 05/21/05 09:52 AM

Forum: Flash

Okay I have this VERY simple piece of AS..
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT)) {
this._x += 7;
if (this._currentframe<31) {
this.gotoAndPlay(31);
}
} else {
this.gotoAndPlay(1);
}
}

This is attached to a movieclip which has an idle stance animation from frames 1-30 and a walking animation frames 31-70 when I press right he plays his walking... But obviously he doesnt stop (the end of the walking sequence has "gotoAndPlay (40)" on it so he just keep walking even when still. How do I get him to stop?! As you can see above I have added an else statement to gotoAndPlay (1) temporarily but if I wanted to add the same thing for walking left he would be contantly still!!! Help would be appreciated...


6,253.

None

Topic: flash idea...(Need actionscripter)

Posted: 05/18/05 03:35 PM

Forum: Flash

Learn it yourself. Or wait until I am finished my current project in like a month (in the mean time do graphics ect)


6,254.

None

Topic: Need background artists

Posted: 05/18/05 01:32 PM

Forum: Flash

ask bio


6,255.

None

Topic: Which one?!?!

Posted: 05/18/05 11:58 AM

Forum: Flash

Do either frame by frame (VERY lengthy) or create all his in dividual peices and then tween em (eg arms legs ect)


6,256.

None

Topic: Advanced action script help

Posted: 05/18/05 11:54 AM

Forum: Flash

Okay. I dont get it and it doesnt really work. I am sorry for all the trouble I am casuing you but... Can you tell me how to get this to work. (sorry again!)


6,257.

None

Topic: need n00b help with input text vars

Posted: 05/18/05 01:57 AM

Forum: Flash

if(_root.answer01 == "CorrectAnswer1" ){
blah
}
that'll work


6,258.

Shouting

Topic: Advanced action script help

Posted: 05/18/05 01:51 AM

Forum: Flash

Oh no sorry I know how to do speed I just need to know how to make it stop when it hits its origional y point again. Thanks


6,259.

Shouting

Topic: Advanced action script help

Posted: 05/18/05 01:49 AM

Forum: Flash

Okay um I need that simple code you gave me to make it go a bit faster (how do I change speed?) and I need it to stop when it hits it's origional Y position (it just falls into space)
Thankyou very much!


6,260.

Shouting

Topic: Advanced action script help

Posted: 05/18/05 01:45 AM

Forum: Flash

Wow I am amazed how many mods/people I look up to in flash are helping me.. THANKS ALOT GUYS I'll credit you all


6,261.

None

Topic: Halo sounds

Posted: 05/18/05 01:33 AM

Forum: Flash

Add me on msn I made one. Ill send it to you over that


6,262.

None

Topic: Backround Drawer Wanted

Posted: 05/17/05 05:54 PM

Forum: Flash

seibab ym evah nekcihcajnin uoy evol I : mum ruoy morf etouQ


6,263.

None

Topic: Need background artists

Posted: 05/17/05 05:54 PM

Forum: Flash

seibab ym evah nekcihcajnin uoy evol I : mum ruoy morf etouQ


6,264.

None

Topic: Backround Drawer Wanted

Posted: 05/17/05 05:41 PM

Forum: Flash

Yeah HELP HIM grrrr


6,265.

Shouting

Topic: Need background artists

Posted: 05/17/05 05:40 PM

Forum: Flash

We would like a background artist to draw the backgrounds for a dating sim me and BioHazard have teamed up to make. Please contact me or biohazard. BioHazards e-mail is :
asfault@hotmail.com
myne is in my sig
alternatively if you would like to know more just post below. Thanks for reading


6,266.

None

Topic: Programmer needed

Posted: 05/17/05 05:08 PM

Forum: Flash

Like Command and Conquer or what (point and click RTS?)


6,267.

Shouting

Topic: Some help...

Posted: 05/17/05 04:58 PM

Forum: Flash

Sorry I meant to say
WWW.FLASHKIT.COM
WWW.FLASHKIT.COMWWW.FLASHKIT.COMWWW.FLASHKIT.COMWWW.FLASHKIT.COMWWW.FLASHKI
T.COMWWW.FLASHKIT.COMWWW.FLASHKIT.COMWWW.FLASHKIT.COMWWW.FLASHKIT.COMWWW.FL
ASHKIT.COMWWW.FLASHKIT.COMWWW.FLASHKIT.COMWWW.FLASHKIT.COMWWW.FLASHKIT.COMW
WW.FLASHKIT.COMWWW.FLASHKIT.COMWWW.FLASHKIT.COMWWW.FLASHKIT.COMWWW.FLASHKIT
.COMWWW.FLASHKIT.COMWWW.FLASHKIT.COMWWW.FLASHKIT.COMWWW.FLASHKIT.COMWWW.FLA
SHKIT.COMWWW.FLASHKIT.COMWWW.FLASHKIT.COMWWW.FLASHKIT.COMWWW.FLASHKIT.COMWW
W.FLASHKIT.COMWWW.FLASHKIT.COMWWW.FLASHKIT.COMWWW.FLASHKIT.COMWWW.FLASHKIT.
COMWWW.FLASHKIT.COMWWW.FLASHKIT.COMWWW.FLASHKIT.COMWWW.FLASHKIT.COMWWW.FLAS
HKIT.COMWWW.FLASHKIT.COMWWW.FLASHKIT.COMWWW.FLASHKIT.COMWWW.FLASHKIT.COMWWW
.FLASHKIT.COMWWW.FLASHKIT.COMWWW.FLASHKIT.COMWWW.FLASHKIT.COMWWW.FLASHKIT.C
OMWWW.FLASHKIT.COMWWW.FLASHKIT.COMWWW.FLASHKIT.COMWWW.FLASHKIT.COMWWW.FLASH
KIT.COMWWW.FLASHKIT.COMWWW.FLASHKIT.COMWWW.FLASHKIT.COMWWW.FLASHKIT.COMWWW.
FLASHKIT.COM


6,268.

None

Topic: Which one?!?!

Posted: 05/17/05 04:56 PM

Forum: Flash

Definatly number 1 mate


6,269.

None

Topic: Some help...

Posted: 05/17/05 04:54 PM

Forum: Flash

WWW.FLASHKIT.ORG
WWW.FLASHKIT.ORGWWW.FLASHKIT.ORGWWW.FLASHKIT.ORGWWW.FLASHKIT.ORGWWW.FLASHKI
T.ORGWWW.FLASHKIT.ORGWWW.FLASHKIT.ORGWWW.FLASHKIT.ORGWWW.FLASHKIT.ORGWWW.FL
ASHKIT.ORGWWW.FLASHKIT.ORGWWW.FLASHKIT.ORGWWW.FLASHKIT.ORGWWW.FLASHKIT.ORGW
WW.FLASHKIT.ORGWWW.FLASHKIT.ORGWWW.FLASHKIT.ORGWWW.FLASHKIT.ORGWWW.FLASHKIT
.ORGWWW.FLASHKIT.ORGWWW.FLASHKIT.ORGWWW.FLASHKIT.ORGWWW.FLASHKIT.ORGWWW.FLA
SHKIT.ORGWWW.FLASHKIT.ORGWWW.FLASHKIT.ORGWWW.FLASHKIT.ORGWWW.FLASHKIT.ORGWW
W.FLASHKIT.ORGWWW.FLASHKIT.ORGWWW.FLASHKIT.ORGWWW.FLASHKIT.ORGWWW.FLASHKIT.
ORGWWW.FLASHKIT.ORGWWW.FLASHKIT.ORGWWW.FLASHKIT.ORGWWW.FLASHKIT.ORGWWW.FLAS
HKIT.ORGWWW.FLASHKIT.ORGWWW.FLASHKIT.ORGWWW.FLASHKIT.ORGWWW.FLASHKIT.ORG


6,270.

None

Topic: Programmer needed

Posted: 05/17/05 04:54 PM

Forum: Flash

What kind of game?


All times are Eastern Daylight Time (GMT -4) | Current Time: 01:35 PM

<< < > >>

Viewing 6,241-6,270 of 6,424 matches. 1104207 | 208 | 209 | 210 | 211213215