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

We found 1,489 matches.


<< < > >>

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

1.

None

Topic: These stupid review deletions

Posted: 09/26/07 08:42 AM

Forum: General

At 9/26/07 08:11 AM, Simon wrote: Woah, Recoil, where you been man?!

I remember when you first signed up here man, it was on my 10th birthday, oh the memories.

Hmm... Simon eh? I don't think that rings any bell, but uh... hey there! :D


2.

None

Topic: These stupid review deletions

Posted: 09/26/07 08:07 AM

Forum: General

Anyone else getting tired of being retroactively punished for something you wrote AGES ago? A lot of the bad flash movies I've reviewed actually deserved the harsh criticism. If you make a terrible, offensive flash movie then don't expect me to be Mr. Nice Guy. People are misusing this feature...


3.

None

Topic: photoshop/ make fun of this guy

Posted: 08/04/06 06:28 PM

Forum: General

It's-a me, Mario!

photoshop/ make fun of this guy


4.

None

Topic: Windows blocks my files!

Posted: 08/04/06 06:09 PM

Forum: General

This goes for any files via MSN Messenger.

Complete the transfer, but DO NOT click on the link in the MSNM window. Move the files from the desktop to wherever you want, and open it from there.

This is Windows being "helpful".

Thanks EveningShift, I found out that the file actually gets deleted rather than just go invisible. I'll tell my friend to resend the file.


5.

None

Topic: Windows blocks my files!

Posted: 08/04/06 06:00 PM

Forum: General

At 8/4/06 05:56 PM, -Kes- wrote: the files are stored in my documents> my recieved files

I just checked... they're not.


6.

None

Topic: Windows blocks my files!

Posted: 08/04/06 05:52 PM

Forum: General

Uh, none of those answers will really help me regain access to those files... now will they? :P


7.

None

Topic: Windows blocks my files!

Posted: 08/04/06 05:50 PM

Forum: General

Sometimes when a friend of mine sends me songs he's done Windows blocks access to them because it considers them to be security risks. How do I unblock them? I mean, they go FRICKIN invisible when I try to find them!

(I've got XP if you need to know)


8.

None

Topic: Big Visual Studio problem

Posted: 01/04/06 08:02 AM

Forum: Programming

Hmm, hope this is enough O_o

======================================
Private Sub doDataBind()
Dim xdi As New TwinsSideWebTools.ids
di = xdi.di
dTi = xdi.dTi
m = xdi.m
xdi = Nothing

Dim x As New DataTable
Dim foo As New TwinsSideWebTools.db.db

If Request.QueryString("year") = "2004" Then
x = foo.execDB("getDiaryMenu2004", 1, True, "CacheDiary")
Else
x = foo.execDB("getDiaryMenu2004", 1, True, "CacheDiary")
End If

If Not x Is Nothing Then
If x.Rows.Count > 0 Then
DL_1.DataSource = x
DL_1.DataBind()
x.Dispose()
End If
End If
foo.dispose()
DataBind()
End Sub


9.

None

Topic: Big Visual Studio problem

Posted: 01/04/06 06:53 AM

Forum: Programming

Whenever I try to debug my project I notice that none of the changes I've done in the code seem to change anything. For instance, there's this one place in the code where one of two different stored procedures from an Access-database are executed depending on what the "year" query string is set to. If it's set to "year=2004" the page is supposed to display all news from the year 2004, otherwise if no "year" query string is given it will show all news after 2004. Now here's the big problem. Even when I add a "year=2004" query string in the URL it still selects the other stored procedure.

I've tried loads of stuff to get this to work. Everything from checking for various errors in the code to making sure the permissions are set properly for the project and every folder/file related to it. So basically any change I make in the code has no effect on what is displayed on the page, it's still the same contents as before I saved and compiled.


10.

None

Topic: Width of bitmap inside movieclip

Posted: 10/06/05 03:32 AM

Forum: Flash

Well, the only problem with doing that is the GIFs are every single symbol on the keyboard (well, everything you can type)... so that would make a whole lot of movieclips. About 70 or something O_o


11.

None

Topic: How mutch Flash Player cost?

Posted: 10/05/05 11:08 AM

Forum: Flash

There is no Flash 9, Flash 8 was just released.


12.

None

Topic: Width of bitmap inside movieclip

Posted: 10/05/05 10:58 AM

Forum: Flash

Let's say I have a movieclip with several frames. Each frame contains a different bitmap object (a GIF-image, to be exact). Is it possible to get the width of the GIF somehow in the Actionscript code? Like _root.movieclip.thebitmap._width. Originally I tried just getting the width of the movieclip that the bitmaps are in, but it seems its width remains static even though the content inside is wider. So for instance, if your movieclip is 19 pixels wide but there's a 30 pixels wide bitmap inside it still says 19. What I would like is to somehow figure out what the dynamic width would be.


13.

None

Topic: (PHP) Hotmail-problem with mail()

Posted: 09/27/05 07:24 PM

Forum: Programming

When I hit the send button and the script does its thing I don't receive any new emails in my hotmail inbox. It just prints the text "Thanks for your comments" on the page but there's no new email when I go to check it. It doesn't even pop up in the junk email.


14.

None

Topic: (PHP) Hotmail-problem with mail()

Posted: 09/27/05 07:19 PM

Forum: Programming

I have a form where you're supposed to send in news articles to my email adress, but the problem is I'm signed up to Hotmail and it won't work properly. How can I make my script work? Here's the code:

if(mail($to,"Here is the subject",$message,"From: $email")) {
echo "Thanks for your comments.";
}


15.

None

Topic: Nintendo = King

Posted: 09/17/05 09:19 AM

Forum: NG News

Why did you choose the crappy site of some norwegian newspaper when there's tons of other good (not to mention more informative) articles on the web?


16.

None

Topic: Buttons inside movieclips?

Posted: 06/12/05 06:04 PM

Forum: Flash

Ok, I have this movieclip that works as an inventory where you store different items (like in RPGs). Now inside this movieclip I have other movieclips (the items) and I want to be able to click on them but flash won't let me. Is there some way of achieving this?


17.

None

Topic: Problem going to the next scene

Posted: 06/07/05 04:53 PM

Forum: Flash

Thank you so much :D I nearly went crazy with frustration over this.


18.

None

Topic: Problem going to the next scene

Posted: 06/07/05 04:01 PM

Forum: Flash

Wow, thanks for all the help...


19.

None

Topic: Motion Tween

Posted: 06/07/05 01:27 PM

Forum: Flash

It seems you have to put them on separate layers. Nice picture by the way :P


20.

None

Topic: Problem going to the next scene

Posted: 06/07/05 01:18 PM

Forum: Flash

I can't get this button to go to the next scene in my flash game, could it be because the button is a movieclip inside a movieclip?


21.

None

Topic: what is a good name...

Posted: 04/28/05 07:39 PM

Forum: General

Fraulein? :P


22.

None

Topic: Photoshoop Me, Pweasey.

Posted: 04/28/05 07:37 PM

Forum: General

This is, what... the millionth "Photoshop me" thread on Newgrounds? Geez...


23.

None

Topic: The game "Tag" banned from school.

Posted: 04/28/05 07:21 PM

Forum: General

Jesus christ that is stupid. America would be better off with monkeys as politicians.


24.

None

Topic: Opinions about School Dress Codes

Posted: 04/17/05 05:36 PM

Forum: General

I think any kind of dresscode should be banned. It's just not right, and against individualism.


25.

None

Topic: Attention fat people!

Posted: 04/17/05 05:33 PM

Forum: General

It's not just fat, it's fat... TO THE EXTREEEEME!


26.

None

Topic: What did you do last night?

Posted: 04/17/05 05:06 PM

Forum: General

I was out drinking with a friend, pretty decent night.


27.

None

Topic: Best Mario Game...you pick

Posted: 04/17/05 04:12 PM

Forum: General

I'll give you my top 5:

1. Super Mario World
2. Super Mario Kart
3. Super Mario World 2
4. Super Mario Bros. 3
5. Super Mario 64


28.

None

Topic: What sucks about being Atheist.

Posted: 04/17/05 04:05 PM

Forum: General

Well then maybe Jesus should show himself so we know what to believe, instead of being a shy bastard that challenges us to try to believe in something we haven't seen.


29.

None

Topic: Funny Made Up Words

Posted: 04/14/05 09:23 PM

Forum: General

Ziggy-buggy-boo! *KABOOM!"


30.

None

Topic: best locked topic

Posted: 04/14/05 09:01 PM

Forum: General

Well certainly not this one.


All times are Eastern Standard Time (GMT -5) | Current Time: 01:26 AM

<< < > >>

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