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

We found 64 matches.


<< < > >>

Viewing 1-30 of 64 matches. 1 | 2 | 3

1.

Sleeping

Topic: Contest: Wacom Nude Portrait Contes

Posted: 03/14/09 06:20 PM

Forum: Art

Here's my beautiful picture, drawn with the worst tablet you could possibly find.

Contest: Wacom Nude Portrait Contes


2.

None

Topic: best place or way to learn as2?

Posted: 10/03/08 09:05 AM

Forum: Flash

At 10/3/08 08:51 AM, blueblade wrote:
At 10/2/08 11:14 AM, Rohedin wrote:
At 10/2/08 10:13 AM, blueblade wrote: i mite wait untill as4
That could take 6 or 7 years so you might as well start now. Just Google for 'AS2 Tutorials' or 'AS3 Tutorials'.
no flash cs4 coming out in about 2 or 3 months

That doesn't mean they're updating the AS engine, it's just a new version of the program.


3.

None

Topic: Subtitle On-off Script Help

Posted: 03/06/08 02:22 PM

Forum: Flash

Oh, and to have it work across scenes, use a global variable:

_global.sub_visible = false;

And when you enter the new scene, make it check the value:

if (_global.sub_visible == false)
{
subtitles.visible = false;
}
else
{
subtitles.visible = true;
}


4.

None

Topic: Subtitle On-off Script Help

Posted: 03/06/08 02:12 PM

Forum: Flash

on (release){
if (subtitles.visible == false)
{
subtitles.visible = true;
}
else
{
subtitles.visible = false;
}
}


5.

Resigned

Topic: Monthly Voting

Posted: 03/04/08 01:15 PM

Forum: NG News

One day, I'll be good enough for a job like that, but right now there's much more to learn. MUCH more....

Well, better get started!


6.

None

Topic: Need help with beginner Scripting!!

Posted: 03/01/08 08:58 AM

Forum: Flash

At 3/1/08 08:56 AM, Sevival wrote:
At 3/1/08 08:12 AM, Forgetthename wrote: Try onEnterFrame = function() on the first line.
I'm not sure about this, since I'm not familiar with AS3.
Can you edit the coding with"onEnterFrame = function( )"then?i am also not familiar whit any actonscript..

Just make it:
onClipEvent(enterFrame){
}

But then, you're pretty much back where you started :S


7.

None

Topic: Need help with beginner Scripting!!

Posted: 03/01/08 08:44 AM

Forum: Flash

At 3/1/08 08:39 AM, Sevival wrote: Well Witch AS version do you use then?maybe i can switch to that one too then.

Well it's for AS2. And it should only be used if the code is written on a frame.


8.

None

Topic: In-Game Shop Help

Posted: 03/01/08 08:25 AM

Forum: Flash

Try something like this.

Buy_btn.onRelease = function(){
if (_root.Knife < 10){
//do some stuff
}
}

This way you can only buy it if you have less than 10.


9.

None

Topic: Need help with beginner Scripting!!

Posted: 03/01/08 08:12 AM

Forum: Flash

Try onEnterFrame = function() on the first line.
I'm not sure about this, since I'm not familiar with AS3.


10.

None

Topic: Merry Christmas!

Posted: 12/25/07 09:48 PM

Forum: NG News

I love you Newgrounds, but I'm too drunt to write. That was a very big trouble to write, and writing it was a big trouble to write, was a even bigger trouble to write. Omg I gottes stop. See you in March :P


11.

None

Topic: Invisible MC

Posted: 10/24/07 09:19 AM

Forum: Flash

Just make a mc with two frames.
Then make a button and add this code:

on (release)
{
mc.gotoAndStop(2);
}


12.

None

Topic: Donno How To Make A Game

Posted: 10/23/07 09:05 AM

Forum: Flash

Get started here


13.

Elated

Topic: Treasure Hunt 2007!

Posted: 10/17/07 11:21 AM

Forum: NG News

Sweet, I'll begin searching later today :D


14.

None

Topic: Lol my best friend is mormon

Posted: 10/11/07 02:15 PM

Forum: General

Lol, what a nice best friend.


15.

None

Topic: DA-freakshow's Rant of everything!

Posted: 10/10/07 12:40 PM

Forum: General

Okay..... better make this thread spawn 5 pages...


16.

None

Topic: MapleStory

Posted: 10/10/07 12:19 PM

Forum: General

I've played the game and it's pretty much just grinding.
You kill different monsters, level up, kill harder monsters and so on. There's lot's of quests, and they're pretty much about killing monsters too.
You can also play party quests with others.

The game is frequently updated, and I haven't played i a while, so it might have more content. Plus it's 100% free to play :)


17.

None

Topic: Button on hover

Posted: 09/18/07 09:20 AM

Forum: Flash

on (rollOver) {
gotoAndStop(13);
}

That should work.


18.

None

Topic: flash movie maker help please

Posted: 09/12/07 08:57 AM

Forum: Flash

The program that is used is called Flash. Check Adobe's site for more info.
Here


19.

Happy

Topic: Random name generator

Posted: 09/12/07 08:39 AM

Forum: Flash

At 9/12/07 08:34 AM, ottermaniac wrote: sorry I'm not really sure where to go with that script, I'm trying something like

on (release) {
Array(Jeff,Bob,Charles);
_root.name1 = random(100);
}

but obviously it isn't working :P

var names:Array = new Array("Jeff", "Bob", "Charles");
_root.name1 = names[random(names.length)];

That should work I think. Or maybe not....


20.

None

Topic: Random name generator

Posted: 09/12/07 08:27 AM

Forum: Flash

That would be
random(100), I'm used to the PHP randomness.


21.

None

Topic: Random name generator

Posted: 09/12/07 08:25 AM

Forum: Flash

Make an array with all the names in it and select a random one:

names[random(1,100)];

I don't know if that'll work but give it a try.


22.

None

Topic: Nintendo Online Game

Posted: 09/11/07 04:38 AM

Forum: Flash

At 9/11/07 04:34 AM, Kuoke wrote:
At 9/11/07 04:20 AM, Forgetthename wrote: Yeah, I'd make my own characters. The Mario universe isn't really RPG material.
Oh really?

Hehe, I stand corrected :)


23.

None

Topic: Nintendo Online Game

Posted: 09/11/07 04:20 AM

Forum: Flash

Yeah, I'd make my own characters. The Mario universe isn't really RPG material.


24.

None

Topic: i need help..Quick!

Posted: 08/25/07 03:57 PM

Forum: Flash

ctrl z, unless you saved and closed it down.


25.

None

Topic: Problem making character die

Posted: 08/25/07 03:51 PM

Forum: Flash

Try to change it to this:

stop();
onEnterFrame = function () {
die();
}
function die() {
if (health <= 0) {
this.gotoAndStop(2);
}
}


26.

None

Topic: Putting flash on my website

Posted: 08/25/07 03:44 PM

Forum: Flash

Just try to link to the same link newgrounds does. Or link to the page where you have to click 'watch this movie'


27.

None

Topic: Symbols Help

Posted: 08/25/07 03:42 PM

Forum: Flash

It's probably because one or more movieclips share the same name.


28.

None

Topic: if, else

Posted: 08/25/07 03:14 PM

Forum: Flash

if (_global.score >= 300) {
_root.gotoAndStop(3);
} else {
_root.gotoAndPlay(95);
}

Here it just checks the score var. It should work if the score is 300 or higher. If it doesn't I really don't know.


29.

None

Topic: Item Desc

Posted: 08/25/07 02:57 PM

Forum: Flash

No problem. Hopefully someone else have the answer you need.


30.

Questioning

Topic: Item Desc

Posted: 08/25/07 02:53 PM

Forum: Flash

Hmm. I have no idea why it isn't workin :S


All times are Eastern Standard Time (GMT -5) | Current Time: 11:31 PM

<< < > >>

Viewing 1-30 of 64 matches. 1 | 2 | 3