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: 'Greth-of-destruction'

We found 928 matches.


<< < > >>

Viewing 1-30 of 928 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 92031

1.

Happy

Topic: Close window (not a pop-up)?

Posted: 07/25/09 02:53 AM

Forum: Programming

At 7/24/09 09:08 PM, Jon-86 wrote: If JavaScript could close a window, it could close the browser, if it could close the browser it could close other programs and if it had that level of access, do other stuff. So as far as I'm aware, the answer to your question is no.

Alright, thanks. Life goes on. :P


2.

Happy

Topic: Close window (not a pop-up)?

Posted: 07/24/09 09:00 PM

Forum: Programming

If there isn't such a code (which I doubt), life goes on, I get over it. :)


3.

Sleeping

Topic: Close window (not a pop-up)?

Posted: 07/24/09 08:57 PM

Forum: Programming

I've been looking for a code in JavaScript that will close a window that isn't a pop-up. I hadn't found any that worked, so I'm not sure if it's Firefox, but I want to make sure that the code works on all browsers.

I checked Google for ... a long time, looking for the right code, and I got nothing. The trouble that I was having was that the JavaScript code "close window"

(

javascript:self.close();

)

was not working for me. I found out that the reason was that the window I had open was not a pop-up. So, after more searching, and no results, I came here.

Basically, all I need is a code that will close a window that isn't a pop-up. Any help is GREATLY appreciated.


4.

Expressionless

Topic: I'm getting in a fight on monday...

Posted: 05/31/09 03:11 PM

Forum: General

At 5/31/09 02:36 PM, AnalogStick wrote: This reminds me of OP. Be sure to watch the last 2 seconds. I'm sure you will be amused.

Not really ... It just fucking scared me.


5.

Happy

Topic: Your username and google images.

Posted: 05/31/09 03:03 PM

Forum: General

At 5/31/09 09:23 AM, ThoseSwellNachos wrote: Sweet, I got Muse.

Agreed. Sweet. :]


6.

Shouting

Topic: Your username and google images.

Posted: 05/31/09 03:14 AM

Forum: General

I got one from Newgrounds, but I think it's a bad omen.

Your username and google images.


7.

Thinking

Topic: If Tom Fulp were to give you...

Posted: 05/31/09 03:02 AM

Forum: General

This whole thread is a conspiracy! Tom Fulp doesn't give handshakes! He only high fives.


8.

Questioning

Topic: I'm getting in a fight on monday...

Posted: 05/31/09 02:59 AM

Forum: General

At 5/30/09 08:51 PM, Facepalmer wrote:

Are you going to fulfill your username when the skinny, white, emo kid beats the shit out of you?


9.

Angry

Topic: Who is your Favorite...

Posted: 05/31/09 02:56 AM

Forum: General

At 5/27/09 12:02 AM, mrsmiles703 wrote: And please. no sucking up to jade. ; )

Damn you and your thinking inside the box ...


10.

Happy

Topic: Proof That Flash Is Faulty!!

Posted: 05/16/09 08:55 PM

Forum: Flash

At 5/11/09 08:31 PM, KaynSlamdyke wrote: They didn't change ANYTHING.

Actually, yes they did. The normal Flash 08/09 textbox would not automatically auto-kern. I didn't realize this was the problem until I actually went over everything in your "fixed" file. The problem is that Flash 10 auto-auto-kerns, while Flash 08 and 09 DO NOT.

No need to be an asshole. :)

11.

Expressionless

Topic: Proof That Flash Is Faulty!!

Posted: 05/11/09 08:28 PM

Forum: Flash

At 5/11/09 08:25 PM, KaynSlamdyke wrote: Comparing it to the variable is not an option, seeing as the variable instantly becomes contaminated with html. You still have to assign your textfield an instance name, and measure the text property of it, rather than assume the variable is going to cover it.

Here. Fixed.

Thank you very much. I don't know why this is happening to me now, as I have done this in the past, and everything has ended up okay, not screwy. I appreciate the help, but I wish that Adobe would have announced that they were going to change AS2 when they released 10.0 ...


12.

Sleeping

Topic: Proof That Flash Is Faulty!!

Posted: 05/11/09 08:18 PM

Forum: Flash

Here.


13.

Expressionless

Topic: Proof That Flash Is Faulty!!

Posted: 05/11/09 08:16 PM

Forum: Flash

At 5/11/09 08:13 PM, KaynSlamdyke wrote:
At 5/11/09 08:11 PM, Greth-of-destruction wrote: If you want to take a look at what I am talking about, click here and see for yourself!
Seeing as you're using AS2 in that last post, mind saving down a few versions for those of us without CS4?

One moment... :\


14.

Mad as Hell

Topic: Proof That Flash Is Faulty!!

Posted: 05/11/09 08:11 PM

Forum: Flash

Okay, earlier I posted a topic about certain "if" statements. in a thread called "Is Flash Faulty?" I got a load of helpful feedback, but now I am 100% SURE that Flash is FAULTY!

If you want to take a look at what I am talking about, click here and see for yourself!

Before I get feedback saying "write '.text'", I want to tell you all that I already have.

15.

Elated

Topic: Is Flash Faulty?

Posted: 05/09/09 01:36 AM

Forum: Flash

At 5/8/09 09:11 PM, crapatflash wrote:
At 5/8/09 09:09 PM, crapatflash wrote: To trace something, type trace(Variable/text to trace).
All you need to do is put either '_root.' or 'this.' in front of the enterframe action.
This will make flash recognize the usernamelogin variable. I don't know what you're trying to do my making if change Greth-of-D to Greth-of-Destruction, but this should make it work... i think.
SHIT i forgot,

if (usernamelogin == "Greth-of-D" , passwordlogin == "a") {

you need to change that comma to && or something, because otherwise it wont work.
Hop this helps

I'll definitely try it. If it works, THANK YOU VERY MUCH, if not, thanks anyway. :)

Do you mind if I private message you if I have any problems?


16.

Resigned

Topic: Is Flash Faulty?

Posted: 05/08/09 04:49 PM

Forum: Flash

At 5/8/09 05:47 AM, Yambanshee wrote: is this being run on a loop? if so, what?

Put a trace somewhere tracing usernamelogin or what ever it is. On another note, is this a variable or a textfield's instance name?

Feel free to call me a Flash retard, but I have no idea how to "trace" something. The "usernamelogin" is the variable; there is no instance name yet, as I don't have to move it around.


17.

Questioning

Topic: Is Flash Faulty?

Posted: 05/08/09 01:56 AM

Forum: Flash

At 5/8/09 12:19 AM, Patcoola wrote:
At 5/6/09 11:43 PM, Greth-of-destruction wrote: Sorry, I meant to post:
this is case sensitive

The username and password? Yes. Why?


18.

Happy

Topic: Is Flash Faulty?

Posted: 05/07/09 09:49 PM

Forum: Flash

At 5/7/09 09:47 PM, dieEVILsanta wrote: terribly sorry, im a cheap F*** and currently only have flash 8

Damn, alright, well... Thanks anyway.

on another note, is lite mountain dew any good??

Not in the slightest bit.


19.

Winking

Topic: Is Flash Faulty?

Posted: 05/07/09 09:34 PM

Forum: Flash

Here's an example. Just don't press the spacebar while running the .swf, otherwise it will perform a function that isn't completed, and, as such, is still glitchy. Click "login", type "Greth-of-D" under the username, type "a" as the password.


20.

Thinking

Topic: Is Flash Faulty?

Posted: 05/07/09 08:51 PM

Forum: Flash

At 5/7/09 08:43 PM, dieEVILsanta wrote: so uh, is your script set to execute after the "login info" is typed in?? maybe through a fancy button button? just wondering exactly what you're trying to do here. post your example for further help if needed...

I've tried both ways. I prefer not having a button.


21.

Expressionless

Topic: Is Flash Faulty?

Posted: 05/07/09 08:49 PM

Forum: Flash

At 5/7/09 08:46 PM, Archon68 wrote: uhhh... If userNameLogin is a text box, then you have to say if(userNameLogin.text == "Garth-of-D"){}

Tried it. Nope. Besides, I haven't had to do that in the past.


22.

Resigned

Topic: Is Flash Faulty?

Posted: 05/07/09 08:12 PM

Forum: Flash

I'm still not getting anything new. Does anyone here know what's wrong?


23.

Expressionless

Topic: Anyone interested in a series?

Posted: 05/07/09 12:49 PM

Forum: Flash

At 5/7/09 08:32 AM, iamkatieholmes wrote: It doesn't actually need any editing.

Actually, yes it does. I understand your writing format as I have used it before. It still needs editing. You need description.


24.

Happy

Topic: AS2: "contains" code?

Posted: 05/07/09 10:36 AM

Forum: Flash

Alright. Thanks for the comments. I'll definitely be sure to brush up on my strings then. :]


25.

Shouting

Topic: Can you draw a StickFigure?

Posted: 05/07/09 02:41 AM

Forum: Flash

This waz Harold.

Can you draw a StickFigure?


26.

Questioning

Topic: AS2: "contains" code?

Posted: 05/07/09 02:30 AM

Forum: Flash

I was wondering what the "contains" code in Flash was, and if it does what I think it does.

When I type "contains" in the actionscript box, it turns blue, indicating that it is a piece of coding. I'm thinking that it searches a variable text box, looking for an indicated letter or word, such as "a".

ex:

if(variablename contains "a"){
	gotoAndStop(2)
}

If it does do what I think it does, then I'm in business. The reason that I haven't been able to figure out for myself is that Flash is glitching on me. So, can any of you helpful Flash people help me?


27.

Expressionless

Topic: Anyone interested in a series?

Posted: 05/06/09 11:53 PM

Forum: Flash

At 5/6/09 11:52 PM, Greth-of-destruction wrote:
At 5/6/09 10:36 PM, iamkatieholmes wrote: Hey guys,

This story trys toi make a connection emotionally with the reader and also trys to make the reader care for thecharacters.

Bleh... I forgot my comment for the first section: I didn't know that you would be reading a flash movie...


28.

Expressionless

Topic: Anyone interested in a series?

Posted: 05/06/09 11:52 PM

Forum: Flash

At 5/6/09 10:36 PM, iamkatieholmes wrote: Hey guys,

This story trys toi make a connection emotionally with the reader and also trys to make the reader care for thecharacters.
I see Benny, silent meditative Benny, running across the store's entrance with the bat in hand. I'm not sure if he yells in anger or yells to make sure someone hears him, to make sure he's alive. Before reaching the torso that scrounges for the asphalt, he leaps, bat held high over his head. For a second he floats then crashes down, bat first, landing the aluminum between the torso's shoulder blades. The former employee's shirt ripples as bones shatter. As ribs break, all I hear is the sound of a handful of snap pops hitting the ground. Another childhood moment overshadowed by death and violence.

That paragraph needs a SHITLOAD of editing. I'm not trying to offend you, but you need a better style of writing than that.

Besides that, what are we supposed to be doing for you?


29.

Resigned

Topic: Is Flash Faulty?

Posted: 05/06/09 11:43 PM

Forum: Flash

Sorry, I meant to post:

if (usernamelogin == "Greth-of-Destruction" and passwordlogin == "a") {
		gotoAndStop(4);
	}

to

if (usernamelogin == "Greth-of-D" and passwordlogin == "a") {
		gotoAndStop(4);
	}

30.

Shouting

Topic: Is Flash Faulty?

Posted: 05/06/09 11:41 PM

Forum: Flash

As the title asks, I am asking the question "Is Flash Faulty?"

I have been running some "if" codes in flash for a while now, and any time that I do, it seems to glitch up on me.

Here's an example of what I am experiencing:

I put the code

onEnterFrame = function(){
	if (usernamelogin == "Greth-of-D") {
		usernamelogin = "Greth-of-Destruction";
	};
	if (usernamelogin == "Greth-of-Destruction" and passwordlogin == "a") {
		gotoAndStop(4);
	}
};

However, when I actually type in Greth-of-D into the username bar, it does not change to "Greth-of-Destruction". Nor does it go to frame 4 if I change

if (usernamelogin == "Greth-of-Destruction" and passwordlogin == "a") {
		gotoAndStop(4);
	} to 	if (usernamelogin == "Greth-of-D" and passwordlogin == "a") {
		gotoAndStop(4);
	}

Does anyone know what is happening? I have the feeling that this is Adobe's fault. That, or I might need to get the full version of Flash (Flash fucked on my machine, so I'm using another one for now).


All times are Eastern Standard Time (GMT -5) | Current Time: 06:59 PM

<< < > >>

Viewing 1-30 of 928 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 92031