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: 'beast-unleashed'

We found 716 matches.


<< < > >>

Viewing 1-30 of 716 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91624

1.

None

Topic: Oh my God it's so big!

Posted: 02/05/09 04:28 PM

Forum: General

At 2/5/09 04:26 PM, RyuMaple wrote: My moniter is like 20 i think... Some where around 20

but mines 19 :c


2.

Winking

Topic: Dick Size

Posted: 02/04/09 06:30 PM

Forum: General

aslong as you know how to use your wang your good to go

otherwise you better have a huge cock

3.

Elated

Topic: Photoshop the creepy kids.

Posted: 02/03/09 06:22 PM

Forum: General

At 2/3/09 05:51 PM, BonSkaffa wrote: No! Why'd you post this!? You've doomed us all, fool!

This painting is haunted!

so is anyone dead yet


4.

None

Topic: worst pain you ever experienced

Posted: 02/03/09 06:11 PM

Forum: General

At 2/3/09 03:52 PM, simple-but-sandy wrote: How the fuck does a 14 year old get kidney stones?

Isn't that sort of thing reserved for middle-aged men whose diet consists of salt and nothing else?

i got them when i was 10 actually.

heh :/

5.

None

Topic: worst pain you ever experienced

Posted: 02/03/09 06:08 PM

Forum: General

At 2/3/09 05:47 PM, TheCarny wrote: lemonparty

no but seriously, i stepped on my testicle. more then once.

i'm trying to imagine how that happened

everytime i try it just doesn't make sense :c

6.

Questioning

Topic: worst pain you ever experienced

Posted: 02/03/09 03:51 PM

Forum: General

what was the worst pain you ever experienced in your life? mines was kidney stones. 2 of them 1 on both kidneys.


7.

Shouting

Topic: flash cs3

Posted: 02/02/09 02:36 PM

Forum: Flash

does anyone an alternative download for flash cs3 (the free trial). its for my friend he wants cs3 and adobe only lets you get cs4 but there is usually alternatives for the download. and yes i googled it for hours and never found it. if you know were to get it plz do tell


8.

None

Topic: Fuck face!

Posted: 01/29/09 05:26 PM

Forum: General

At 1/29/09 03:28 PM, Raguel wrote: grr!

arghh!

that fucking owned


9.

Elated

Topic: Would moderates make good parents?

Posted: 01/29/09 04:48 PM

Forum: General

At 1/29/09 04:46 PM, BlazingIce wrote:
At 1/29/09 04:46 PM, DgsGaming wrote:
At 1/29/09 04:45 PM, physco-pickle wrote:
At 1/29/09 04:44 PM, ChocEliteBar wrote: I want Jade to spank me.
I want Blue Hippo to spank me.
I want Jade to spank Blue Hippo for me.
What is wrong with you people?

welcome to newgrounds :D you must be new here


10.

None

Topic: Hanna montanna movie

Posted: 01/29/09 04:31 PM

Forum: General

At 1/29/09 04:29 PM, EyeLovePoozy wrote: Quit being a hater man. If you don't like it then ignore it.
I say more power to her and here's to hoping she doesn't end up sucking cock for blow, lol.

get'cho money honey

XD HAHAHA that was good laugh. but i did see this comming. never thought it would be THAT bad


11.

None

Topic: Hanna montanna movie

Posted: 01/29/09 04:27 PM

Forum: General

At 1/29/09 04:25 PM, Frenzy wrote: That looks pretty terrible.

yet again when is anything involving her or disney in general not terrible


12.

Angry

Topic: Hanna montanna movie

Posted: 01/29/09 04:25 PM

Forum: General

At 1/29/09 04:24 PM, DgsGaming wrote:
At 1/29/09 04:23 PM, agustana wrote: Who wants to come see it with me?
Oh! Oh! Pick me! Pick me!

YOU WHORE!

not all caps

13.

Crying

Topic: Hanna montanna movie

Posted: 01/29/09 04:19 PM

Forum: General

NO NO NO NO WHY GOD WHY


14.

None

Topic: AS3 stopping sounds

Posted: 01/28/09 07:53 PM

Forum: Flash

never mind i got it


15.

Angry

Topic: types of people you hate

Posted: 01/28/09 07:48 PM

Forum: General

fanboys/girls.

fucking annoying faggots

16.

None

Topic: AS3 stopping sounds

Posted: 01/28/09 07:22 PM

Forum: Flash

alright. i got my menu done. well the most important parts of it. and i put a song in the menu that loops. i want so once i press the play button and it takes me to the new scene first frame the music stops playing. in AS2 the stopALLSounds code was how you would do it but in AS3 i dunno =\. help


17.

None

Topic: another AS3 problem

Posted: 01/28/09 05:27 PM

Forum: Flash

nevermind i got it


18.

None

Topic: another AS3 problem

Posted: 01/28/09 05:16 PM

Forum: Flash

a quick question so i wont have to waste another topic. how do i make it go to the 1 frame of the next scene. i know it has something to go with gotoANDstop


19.

None

Topic: another AS3 problem

Posted: 01/28/09 04:59 PM

Forum: Flash

alright i got it to work. i had to back and make sure it was named P_btn in every frame its been on :P sorry for being an idiot


20.

None

Topic: another AS3 problem

Posted: 01/28/09 04:56 PM

Forum: Flash

At 1/28/09 04:47 PM, zuperxtreme wrote: "1120: Access of undefined property P_btn. source:1120: Access of undefined property P_btn.
were exactly am i suppose to change something"

That's saying that there isn't anything called "P_btn". Are you sure your button is instanced named like that?

If it is, in a frame where the button is, just do:

P_btn.addEventListener(MouseEvent.CLICK, function(){
gotoAndStop(1);
})

...

yes it is named P_btn. i even renamed it and everything to try it and it still says the same thing yet i check on the button and it has the instance name. :(. would it matter if inside the button theres a movie clip? and the movie clip is only there so i when the mouse goes over the button it glows


21.

None

Topic: another AS3 problem

Posted: 01/28/09 04:38 PM

Forum: Flash

i tried to name it backClick2
this is for the play button
stop();
P_btn.addEventListener(MouseEvent.CLICK, backClick);

function backClick2(event:MouseEvent):void{
gotoAndStop(1);//replace one w/ any #
}
and it gave me this error
1120: Access of undefined property P_btn. source:1120: Access of undefined property P_btn.
were exactly am i suppose to change something


22.

None

Topic: another AS3 problem

Posted: 01/28/09 04:29 PM

Forum: Flash

At 1/28/09 04:26 PM, zuperxtreme wrote: Well you can either name them "backClick1" and "backClick2", or you could do something like:

G_btn.addEventListener(MouseEvent.CLICK, function(){
gotoAndStop(3);//replace one w/ any #
}

and

G_btn.addEventListener(MouseEvent.CLICK, function(){
gotoAndStop(1);//replace one w/ any #
}

You don't necessarily need to define the function apart from the event listener.

so basically what your is it would work without the
function backClick(event:MouseEvent):void{


23.

None

Topic: another AS3 problem

Posted: 01/28/09 04:17 PM

Forum: Flash

At 1/28/09 04:12 PM, zuperxtreme wrote:
At 1/28/09 04:07 PM, beast-unleashed wrote: 1021: Duplicate function definition. source: function backClick(event:MouseEvent):void{
what i do wrong?
Well, it says it right there. "Duplicate function definition". You can't use the same name for 2 functions. Change them.

what would i put instead then. (sorry my second day with AS)


24.

None

Topic: another AS3 problem

Posted: 01/28/09 04:07 PM

Forum: Flash

alright so the first button problem was solved got it to work with this code
stop();
G_btn.addEventListener(MouseEvent.CLICK, backClick);

function backClick(event:MouseEvent):void{
gotoAndStop(3);//replace one w/ any #
}
now a couple of frame later i made the menu and i have 2 more buttons. the play button and the scene select button. i gave the play button the instance name of P_btn and put in the same code only i changed the the MC instance name
stop();
P_btn.addEventListener(MouseEvent.CLICK, backClick);

function backClick(event:MouseEvent):void{
gotoAndStop(1);//replace one w/ any #
}
once i test the movie i get this error
1021: Duplicate function definition. source: function backClick(event:MouseEvent):void{
what i do wrong?


25.

None

Topic: newgrounds ad download?

Posted: 01/28/09 11:58 AM

Forum: Where is / How to?

At 1/28/09 04:17 AM, TheNossinator wrote: That is distributed by the admins to artists they deem worthy of it - though of course it's been leaked.
I won't give you the link, however, as it's only meant for the cream of the crop. If you want it, you'll have to prove yourself.

Sorry, but that's the way it is.

understandable thanx


26.

None

Topic: an action script code

Posted: 01/28/09 12:40 AM

Forum: Flash

nevermind it worked :). i went to the next frame stopped and i just added play(); and it worked like normal. thanx for your help so much im very greateful


27.

None

Topic: an action script code

Posted: 01/28/09 12:37 AM

Forum: Flash

At 1/28/09 12:34 AM, Nano256 wrote: You need to reference the MainTimeLine with parent, and do the casting stuff too.

how exactly do i do that part


28.

None

Topic: an action script code

Posted: 01/28/09 12:22 AM

Forum: Flash

At 1/28/09 12:12 AM, Nano256 wrote: Oh... that is because flash attempts to find a DisplayObjectContainer when you reference 'parent'.

However, DisplayObjectContainer does not define the nextFrame() method.

All you need to do in order to fix this, is cast the 'parent' reference into a MovieClip, which does indeed define the nextFrame() method.

MovieClip(parent).nextFrame();

in n00b words plz lol i did just start today. also i tried it without parent while i was waiting for you to respond. i also removed the codes on the third frame and changed the code on the 2 frame from gtoANDPlay to gotoANDStop. and i left the last frame in the movie clip to just nextFrame(); and this time the movie clip played 1 time but wouldn't go to the next frame it just stayed blank when it was done.


29.

None

Topic: an action script code

Posted: 01/28/09 12:00 AM

Forum: Flash

At 1/27/09 11:49 PM, Nano256 wrote: parent.nextframe();

should be

parent.nextFrame();

>.>

AS is case sensitive..

did that and got this error.
1061: Call to a possibly undefined method nextFrame through a reference with static type flash.display:DisplayObjectContainer.
:(


30.

None

Topic: an action script code

Posted: 01/27/09 11:41 PM

Forum: Flash

c'mon NG HELP


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

<< < > >>

Viewing 1-30 of 716 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91624