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

We found 77 matches.


<< < > >>

Viewing 31-60 of 77 matches. 1 | 2 | 3

31.

None

Topic: Deleting Portal Entries

Posted: 06/22/06 12:54 PM

Forum: NG News

I've waited so long for this feature, thankyou!


32.

None

Topic: Best of May!

Posted: 06/13/06 08:57 AM

Forum: NG News

Korn: Coming Undone didn't make top 20? I enjoyed that a lot myself, got my vote.

No arguing with top game, JR2 was excellent.


33.

None

Topic: does wade still delete flashes?

Posted: 05/15/06 10:57 AM

Forum: General

Supposedly he does, but I've also had a couple up since last october.

I heard they might be making a system for deleting your own submissions. I hope they do that, it'd raise the standard of NG if people deleted all their crap, and it'd clear up some space too.


34.

None

Topic: Button Sound Trouble

Posted: 05/13/06 12:09 PM

Forum: Flash

First of all, you need the sound to export for actionscript:

-Right Click your sound in the library
-Select 'Linkage'
-Check 'export for actionscript'
-Type something in the Identifier box eg 'mySound'

Now the button script:

on(press){
mySound = new Sound(this);
mySound .attachSound("mySound");
mySound.start(0, 1);
}

That will play the sound once when the button is pressed. There's lots of things you can do with this, one useful one is to change the number 1 in the brackets to get the sound to play more than once eg mySound.start(0, 5); will play it 5 times.

Hope this helps :)


35.

None

Topic: Interactive Movie

Posted: 05/13/06 10:46 AM

Forum: Flash

you keep forgetting the ; at the end of teh code.


should be

on(press){
gotoAndPlay(choice2);
}

learn it.

Sorry, I'm not used to typing it seeing as Flash adds it automatically. You are right though.


36.

None

Topic: any flash makers for mac os?

Posted: 05/13/06 08:27 AM

Forum: Flash

Macromedia Flash 8 works on Mac:

https://store2.adobe..tionOID=105&NR=0

Requirements:

Macintosh®
At least 600 MHz PowerPC® G3 and processor
Mac OS® X 10.3, 10.4
256 MB RAM (1 GB recommended to run more than one Studio 8 product simultaneously)
1024 x 768, thousands of colors display (millions of colors recommended)
360 MB available disk space


37.

None

Topic: Man i have a problem with jonhhy 2

Posted: 05/13/06 08:20 AM

Forum: Flash

Wrong board buddy:

http://www.newground..m/bbs/forum.php?id=3

But to get in the sewers you need to use the knife on it. Theres a walkthrough here:

http://www.newground../topic.php?id=478321


38.

None

Topic: AS question

Posted: 05/13/06 08:17 AM

Forum: Flash

more detail needed. If each button switches between 'pressed' and 'unpressed' then it would be something like:

if((button1==pressed)&&(button2==pressed))
{
do action
}

But you'll need to give more details if that doesn't help.


39.

None

Topic: AS inventory help.

Posted: 05/13/06 08:14 AM

Forum: Flash

Just the very first frame in the main timeline of the Flash, this frame (the black one selected):

AS inventory help.


40.

None

Topic: AS inventory help.

Posted: 05/13/06 08:06 AM

Forum: Flash

At 5/13/06 08:01 AM, littleNorwegians wrote:
At 5/13/06 07:57 AM, _Orpheus_ wrote: It just means put _root.available=1 at the very start of the actionscript of the very first frame in the Flash.

Maybe you should try some more basic tutorials before trying that.
put _root.available=1 in the first frame or the thing?

The very first frame of the _root of the Flash.

It's just so that 'available' is defined, otherwise it would always stay as undefined when using _root.available++


41.

None

Topic: AS inventory help.

Posted: 05/13/06 07:57 AM

Forum: Flash

It just means put _root.available=1 at the very start of the actionscript of the very first frame in the Flash.

Maybe you should try some more basic tutorials before trying that.


42.

None

Topic: gotoAndPlay problem

Posted: 05/13/06 07:55 AM

Forum: Flash

At 5/13/06 07:52 AM, dEcamp3r wrote: gotoAndPlay("Scene name", 13);

And scenes smell like poo :(

umm no they does not. its much easier cause instead of 4k frames and searching them all the time you can put one menu item in one scene and else.

It's just a matter of opinion. In games they should never be used, it really screws up the script sometimes. But in movies they can help keep things more organized, so use them if you want. It helps to name them and use gotoAndPlay("sceneName",1) instead of just directing to the scene number.


43.

None

Topic: Interactive Movie

Posted: 05/13/06 07:51 AM

Forum: Flash

That'd just require some simple buttons. You'd just put a stop() action in the frame with the choice, then make two buttons. On one you;d put something like:

on(press){
gotoAndPlay("choice1")
}

and on the other:

on(press){
gotoAndPlay("choice2")
}

But that's a very brief description, I suggest taking some tutorials. I find this site very useful:

http://actionscript.org/tutorials.shtml

But there's some good ones all over the place, even right here on Newgrounds (I think there's a tutorials collection or something).


44.

None

Topic: gotoAndPlay problem

Posted: 05/13/06 07:44 AM

Forum: Flash

You just need a comma:

on (press) {
gotoAndPlay (4,13)
}


45.

None

Topic: Pico Day Winners

Posted: 05/07/06 06:37 AM

Forum: NG News

At 5/7/06 06:22 AM, Little_Wyvern wrote: I think NG museam 2 should be higher up, but congrats to all the winners!

I agree with that, but the money would be the same.

Pico's School Remake was definitely my favourite game, congrats to the winners.


46.

None

Topic: Edmund Interview, Juiceman Series

Posted: 05/04/06 12:13 PM

Forum: NG News

How come Nene's Suicide is in the vote? Would you just keep the money if it won?

Also, I somehow managed to vote for Bullet Bill as my 2nd and 8th top submission. There must be a problem in the code somewhere that allows duplicate selections, might want to try and fix that.


47.

None

Topic: Pink Floyd songs, personal meanings

Posted: 04/25/06 12:59 PM

Forum: General

Don't know about impact but these are my favourite ones:

Shine On You Crazy Diomand parts I-IX
Welcome to the Machine
Wish You Were Here
One of These Days
Atom Heart Mother Suite
Sumer 68
Pigs (Three Different Ones)
The Dogs of War


48.

None

Topic: Important Browser News

Posted: 04/15/06 03:33 PM

Forum: NG News

Opera may be better than Firefox out of the box, but jacked up with extensions I much prefer Firefox. I couldn't live without the likes of Foxytunes, Gmail Notifier, Paste Email and Reveal.

But either way, IE sucks and this is great news.


49.

None

Topic: Dad 'n Me Bug Fixes

Posted: 03/20/06 04:50 PM

Forum: NG News

I finally beat Sunchips now its easier, but I was kinda disappointed that it ended right there. I thought we'd get to play as the Dad too.

But who am I to complain, still one of the best damn games at Newgrounds.


50.

None

Topic: Best of February

Posted: 03/08/06 10:08 AM

Forum: NG News

I got 17th best game! Very happy with that :)

The top 3 games were pretty obvious. The 4th and 5th not so much, I thought Submachine1: extended would get one of them. But well done to all 5 winners!

For the movies, I'm really not a fan of Metal Gear Awesome, the graphics are nowehere near some of the best. But well done to those 5 winners too :)


51.

Happy

Topic: Top entries from 02/27/2006!

Posted: 02/28/06 08:46 AM

Forum: P-bot's Postings

I got daily 4th :)

My second one of these, I'll aim for 3rd next time.


52.

None

Topic: Monthly Vote, New Section...

Posted: 02/01/06 06:29 PM

Forum: NG News

Jack Russell should get top game.

And that one about sheep in second.

There were a lot of good games this time round. All but 1 of my top ten were games this time.


53.

None

Topic: Goth collection!

Posted: 01/16/06 02:06 PM

Forum: NG News

Good collection

Might it be a good idea to link to the Vampire collection from the goth one?


54.

None

Topic: Best of December Winners!

Posted: 01/12/06 06:55 AM

Forum: NG News

It's good the The Ugly got a place. It deserved a far higher score than it got. I've been voting 5 every day but it hasn't helped much.

Well done to everyone.


55.

None

Topic: Underworld Game, Logo Stuff

Posted: 01/12/06 06:53 AM

Forum: NG News

It looks a lot like the old logo

But the text is a lot better. The pixelated text was out of date. And the new shiny bits make it look a lot better. I've put the old one below if anyone wants to compare.

Nice work ;)

Underworld Game, Logo Stuff


56.

None

Topic: New Grounds Gold

Posted: 01/09/06 04:39 PM

Forum: NG News

At 1/9/06 04:30 PM, -Err0r wrote: MY IDEA!
I personaly hate the new NG account layout, it's bulky and awkward and i loved the old one how you could see all of your options in one window, instead of having to scroll up and down.

So i think Tom should add in an option in your account wheather you would like it to look like that(Say for the people with pop-up blockers) or wheather you wanted it in the mini form.
So one click would make it a large page and another click would make it the old pop-up one which was cute.

I feel that Tom shouldn't compromise the site Account appearance because some people complain they have pop-up blockers, i mean it's not difficult to halt them for this site..

I disagree with both things. Two systems would be ridiculously confusing and hard to maintain. A choice of background colour is one thing, but two entirely different systems is not possible for a site like this.

And it's important to create the site with as many people as possible in mind. I always check my site in various browsers even though some are used by 1% of the internet. You never know if one of the people turned away could be the next big Flash artist.


57.

Happy

Topic: New Grounds Gold

Posted: 01/09/06 04:34 PM

Forum: NG News

I tried a html popup system once thinking that nobody would have problems, but the complaints still came in. It might have helped a bit, but would not be a fix.

This is a better system. I hope the graphical improvements planned stop all these complainers. Newgrounds is moving in the right direction.


58.

None

Topic: New Grounds Gold

Posted: 01/09/06 02:01 PM

Forum: NG News

From a web designers point of view, this is much better. Pop ups are a big area to avoid, I've had many problems with them through certain Firefox extentions. It might not look as good, but it is an improvement.

If I still have one complain, it's that the 'sign in' button is Flash. I usually open account pages like that in a new tab. I know this isn't an easy fix because it would mean major changes to the header, but it would be a good thing to work towards.


59.

Angry

Topic: Top entries from 12/28/2005!

Posted: 12/29/05 11:09 AM

Forum: P-bot's Postings

Dammit I spent ages reviewing those 30-second movies. I thought he made the Star Wars one cause I suggested it.

I feel cheated >:(

Can anyone tell me where I can find the real versions of these movies?


60.

None

Topic: Contest Results, NG Mag, and more!

Posted: 11/20/05 11:49 AM

Forum: Network News

You gave my game (chronicles of the slayer) a front page mention again! Thanks!


All times are Eastern Standard Time (GMT -5) | Current Time: 04:51 AM

<< < > >>

Viewing 31-60 of 77 matches. 1 | 2 | 3