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

We found 3,679 matches.


<< < > >>

Viewing 151-180 of 3,679 matches. 1 | 24 | 5 | 6 | 7 | 865123

151.

None

Topic: Programming Regs Lounge

Posted: 07/12/09 02:14 PM

Forum: Programming

second that daniel


152.

None

Topic: NG Vista Sidebar app & mac app?

Posted: 07/12/09 02:09 PM

Forum: Programming

well thats not the problem

i know to use that code but my problem relies within the app itself the main part works but when i try and put in the flyout that doesnt work

oh well i should go to bed its 2am :P

no this is usually not what i do at 2am

153.

None

Topic: NG Vista Sidebar app & mac app?

Posted: 07/12/09 11:20 AM

Forum: Programming

*slamms head on desk*

this is so god damn hard because microsoft dont tell you what you need to be able to do it

they tell you the basics and hope you figure out the rest and right now i cant be fucked figuring it out, i am tired as hell and its only 11:20pm


154.

None

Topic: Office 2010 Movie!!!

Posted: 07/12/09 11:17 AM

Forum: General

i know eh thats fucking awsome


155.

None

Topic: Office 2010 Movie!!!

Posted: 07/12/09 11:12 AM

Forum: General

http://www.youtube.com/watch?v=VUawhjxLS 2I

i can assure you this is not a joke, this was really made by the microsoft marketing department

my freind just sent it to me


156.

None

Topic: NG Vista Sidebar app & mac app?

Posted: 07/12/09 09:07 AM

Forum: Programming

ok i'm back


157.

None

Topic: Keep your panties on guys.

Posted: 07/12/09 09:00 AM

Forum: General

unbannage ftw


158.

None

Topic: Programming Regs Lounge

Posted: 07/12/09 09:00 AM

Forum: Programming

unbanned whoo!


159.

None

Topic: NG Vista Sidebar app & mac app?

Posted: 07/12/09 06:39 AM

Forum: Programming

i should have v0.5 up in about a hour or so

that will have things like
Movies of the Week
Games of the Week
Today's Best

maybe the search

p.s. i tried to put the NG login into the app, it really doesnt like it :(

oh well i will have a talk to PsychoGoldfish or rob on how i could make it work


160.

None

Topic: NG Vista Sidebar app & mac app?

Posted: 07/12/09 05:59 AM

Forum: Programming

update anyone :)
i saw the template in raw materials and i couldnt pass down the chance to use it so here it is :)

NG Vista Sidebar app & mac app?


161.

None

Topic: NG Vista Sidebar app & mac app?

Posted: 07/12/09 04:33 AM

Forum: Programming

grrr stupid app keeps on breaking

yes i know its just html but it doesnt like me

this is what it looks like right now :(

argh gotta do more reading :(

NG Vista Sidebar app & mac app?


162.

None

Topic: NG Vista Sidebar app & mac app?

Posted: 07/11/09 06:27 AM

Forum: Programming

sorry i shouldhave explained it better i wanted the NG font

anyway i found it :)

grrr it keeps on screwwing up

oh well i have to go do the washing up

<sarcasm>

YAY!

</sarcasm>

back in a hour or so


163.

None

Topic: Sony vegas messed up colors

Posted: 07/11/09 05:25 AM

Forum: Programming

ring up the tech support and tell them i have the cd but lost the cd key, ask them if they can send it to you again


164.

None

Topic: NG Vista Sidebar app & mac app?

Posted: 07/11/09 05:15 AM

Forum: Programming

does anyone know what the newgrounds text style is and where i can get it :)

i need it for the app


165.

None

Topic: NG Vista Sidebar app & mac app?

Posted: 07/11/09 04:39 AM

Forum: Programming

ok i have figured out exactly how to do this :)

before i was doing it the wrong way XD

its starting to work now


166.

None

Topic: NG Vista Sidebar app & mac app?

Posted: 07/11/09 04:12 AM

Forum: Programming

At 7/10/09 03:25 PM, urbn wrote:
At 4/23/09 10:57 PM, adam2510 wrote: blah
Get one project finished before you start on others. I've seen you 5 minute wondering all over this forum.

i'm now focusing on this

At 7/10/09 02:44 PM, Jon-86 wrote: AM ??? Where do you live Australia?

yes i live in perth :)


167.

None

Topic: NG Vista Sidebar app & mac app?

Posted: 07/10/09 02:23 PM

Forum: Programming

this has not been touched in a few months :(

tomorrow i am going to try to complete this :)

its 2:23AM i'm going to fucking bed

168.

None

Topic: sounds problem

Posted: 07/09/09 01:08 PM

Forum: Flash

this should work

AS2

on (release){
if(soundObjectName.Volume = 100){
soundObjectName.setVolume(0);
} else { 
soundObjectName.setVolume(100);
}
i dont know AS3 sorry

169.

None

Topic: loadMovie code help.

Posted: 07/09/09 12:57 PM

Forum: Flash

i'd say add a preloader in the 2nd swf


170.

None

Topic: Good With Flash?

Posted: 07/09/09 12:47 PM

Forum: Flash

heh no probs :)

most people skip what i post and they complain that it doesnt work when they missed a part in the post XD


171.

None

Topic: Good With Flash?

Posted: 07/09/09 10:19 AM

Forum: Flash

and the point of this topic is?

if you need a tutorial

http://www.newgrounds.com/collection/fla shtutorials.html

otherwise please dont post bullshit topics, that is what the General Forum! is for


172.

None

Topic: How Is Ng's Eyesight?

Posted: 07/08/09 11:27 AM

Forum: General

i want to get contacts because my glasses are a pain in the ass lol


173.

None

Topic: Tutorial??

Posted: 07/08/09 11:23 AM

Forum: Flash

are you using AS2 or AS3

i'd say with the hittest in AS2

onClipEvent (enterFrame) {
if (_root.playerMC, hitTest(_root.enemyMC)) {
if (jump = true){
_root.enemyMC.gotoAndPlay("squish");
} else {
trace("didnt work");
} 
}
if (_root.playerMC, hitTest(_root.enemyMC)) {
if (jump = false){
_root.playerMC.gotoAndPlay("dead");
} else {
trace("didnt work");
}
}
}

174.

None

Topic: Is using AS2 a bad idea now?

Posted: 07/06/09 10:09 AM

Forum: Flash

At 7/6/09 02:45 AM, Magical-Zorse wrote:
At 7/6/09 02:08 AM, matrix5565 wrote: @magical-zorse and adam:
unless you are trying to feel better about the fact that you still use AS2.
You say that like it's embarrassing to still use AS2

2nd'd

Stick with AS2 i say


175.

None

Topic: Is using AS2 a bad idea now?

Posted: 07/06/09 02:01 AM

Forum: Flash

if AS3 were based on AS2 i would say yes go to it but FOR GODS SAKE stay with AS2 if you know nothing of AS3 as Magical-Zorse said Good games still are being made in AS2, you might want to get AS3 for better physics engines or 3D engines, but i think its not worth it

i still use it but i have no ideas to run with so i have nothing to make

well i have several ideas now but before i had none

176.

None

Topic: Do you guys know how to play poker?

Posted: 07/05/09 11:37 AM

Forum: General

At 7/5/09 07:44 AM, citricsquid wrote:
At 7/5/09 07:00 AM, adam2510 wrote: me and my freind are insane at poker
just like you're insane at web design? lololol

i'm better at chance than everything else

web design has nothing to do with poker


177.

None

Topic: Flash Embedding Problem.

Posted: 07/05/09 11:35 AM

Forum: Programming

At 7/5/09 10:49 AM, citricsquid wrote:
At 7/5/09 10:45 AM, adam2510 wrote: 2. Citrics and Yhtomits posts are the same
You didn't explain where the problem was, I pointed out why it was failing.

true but i just showed him an easier way to do it :)


178.

None

Topic: Flash Embedding Problem.

Posted: 07/05/09 10:45 AM

Forum: Programming

At 7/5/09 10:31 AM, Relish wrote: Dammit I cant read today.

thats a given

Jon-86's way doesnt use embed, the topic creator's does, as does citrics.

1. i'm not Jon-86
2. Citrics and Yhtomits posts are the same

Sorry for triple post :/

I need sleep

well GO TO BED :P

anyway i did it without the embed because 1. problems with IE and FF3
2. easier to edit
3. looks better if you ask for help about the code


179.

None

Topic: Tell me, Captain...

Posted: 07/05/09 08:51 AM

Forum: General

Sir are you insane i dont see any


180.

None

Topic: i need good sfx for free

Posted: 07/05/09 08:31 AM

Forum: Flash


All times are Eastern Standard Time (GMT -5) | Current Time: 10:55 AM

<< < > >>

Viewing 151-180 of 3,679 matches. 1 | 24 | 5 | 6 | 7 | 865123