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

We found 112 matches.


<< < > >>

Viewing 1-30 of 112 matches. 1 | 2 | 3 | 4

1.

None

Topic: Isnt This Right?!!

Posted: 04/03/09 12:16 AM

Forum: Flash

Say what what...? I understand some of it, can you give me a example?


2.

None

Topic: Isnt This Right?!!

Posted: 04/02/09 11:37 PM

Forum: Flash

Nothing , would I be able use actionscript linkage, like "poop1" and "b3"?


3.

Elated

Topic: Isnt This Right?!!

Posted: 04/02/09 10:51 PM

Forum: Flash

Nevermind about that, I'll do that later, but going back to the ...

if (_root.poop1.hitTest(_root.b3)) {
_root.b3.gotoAndPlay(2);

I put it on the movieclip, which is located on the frame, and when I play it only works on that first one, though; all the others don't work because, another code says to duplicate b3 and launch it out...so I guess the code isn't staying on it when it gets duplicated...anything I can do?


4.

Happy

Topic: Isnt This Right?!!

Posted: 04/02/09 10:22 PM

Forum: Flash

Nvm I got it, but it only works on the first clip and the rest are normal...do I have to root to actionscript or whatever?


5.

Elated

Topic: Isnt This Right?!!

Posted: 04/02/09 08:07 PM

Forum: Flash

Yay Got it, thanks guys, now one more thing

This look right..its on my lifebar...

onClipEvent (load) {
total = 100;
_root.remaining = 100;
}
onClipEvent (enterFrame) {
this._xscale = _root.remaining/total*100;
}

onClipEvent (enterFrame) {
{ if (remaining<=10) { gotoAndStop(5);

}}}


6.

None

Topic: Isnt This Right?!!

Posted: 04/02/09 07:43 PM

Forum: Flash

At 4/2/09 07:29 PM, Lantay77 wrote: Keep it is onClipEvent(enterFrame), this is correct.

Ugh still nothing it must have some thing to do with the..

_root.b3.gotoAndstop(2);


7.

None

Topic: Isnt This Right?!!

Posted: 04/02/09 07:28 PM

Forum: Flash

At 4/2/09 07:24 PM, InnerChild548 wrote: onClipEvent (load)?

Are you sure, (load) means when the frame load.

Try replacing it with onClipEvent (enterFrame)

Nothing...=[


8.

Mad as Hell

Topic: Isnt This Right?!!

Posted: 04/02/09 07:17 PM

Forum: Flash

onClipEvent (load) {
if (_root.poop1.hitTest(_root.b3)) {
_root.b3.gotoAndPlay(2);
}}

Shouldn't that work, It traced perfectly, but It won't go the the second frame in b3 like I want it to.

_root.b3.gotoAndPlay(2);

Anyone?


9.

None

Topic: Jumping on the Floor?

Posted: 04/02/09 06:05 PM

Forum: Flash

My god


10.

None

Topic: Jumping on the Floor?

Posted: 04/02/09 05:26 PM

Forum: Flash

At 3/31/09 11:39 PM, Alpharius120 wrote:
At 3/31/09 10:46 PM, MilkMan268 wrote: Dammit Mech, work with me, but yea that code you sent me Dawn Of Dusk, Do I put it on b3, or on the main frame, I tired both, and nothing...=[
Are you using AS3 or AS2? DawnOfDusk gave you AS3 code.

PLEASE!


11.

None

Topic: Jumping on the Floor?

Posted: 04/02/09 03:52 PM

Forum: Flash

Oh damn Im using AS2, can anyone rewrite it for that?


12.

None

Topic: Jumping on the Floor?

Posted: 03/31/09 10:46 PM

Forum: Flash

Dammit Mech, work with me, but yea that code you sent me Dawn Of Dusk, Do I put it on b3, or on the main frame, I tired both, and nothing...=[


13.

None

Topic: Jumping on the Floor?

Posted: 03/31/09 09:03 PM

Forum: Flash

and yes and its 550 by 400


14.

Elated

Topic: Jumping on the Floor?

Posted: 03/31/09 08:57 PM

Forum: Flash

Hey so I ran into this problem in my game, how do I make it that when my symbol B3 hits the bottom of the screen, it will play frame 2 inside B3 which is like a jump animation...any help, advice? How would I make an object for it to hittest off off instead maybe?


15.

Happy

Topic: Timer/Points Help!?

Posted: 03/18/09 08:11 PM

Forum: Flash

Maybe something like, start that script on frame 2?


16.

Happy

Topic: Timer/Points Help!?

Posted: 03/18/09 07:11 PM

Forum: Flash

Wait, thats one thing but another is how do I get it to stop, but keep the number in the box, so you can enter it into the leaderbaords?


17.

None

Topic: Timer/Points Help!?

Posted: 03/18/09 07:02 PM

Forum: Flash

Yes! Everythings perfect now, but the stupid mouse effect thing, its an animation and I guess the timer is counting that too. Any fixes?


18.

None

Topic: Timer/Points Help!?

Posted: 03/18/09 06:20 PM

Forum: Flash

Dosen't seem to work, I did everything right. The instance I put as score? Isn't that correct


19.

None

Topic: Timer/Points Help!?

Posted: 03/18/09 05:51 PM

Forum: Flash

At 3/18/09 05:44 PM, Denvish wrote:
At 3/18/09 05:41 PM, MilkMan268 wrote: Ok so I want to make a score box ( static text i guess), that after ever 30 frames it adds 1 point to the score box.
No, dynamic textbox. Var: score

And the movies at 30fps.
Main timeline:

cnt=0;targ=30;score=0
onEnterFrame=function(){
cnt++;
if(cnt>=targ){
score+=1;cnt=0;
}
}

Untested

So is that place on every 30 frames, or just on the first one?
And what do I put on the first frame to reset the variables?


20.

Elated

Topic: Timer/Points Help!?

Posted: 03/18/09 05:41 PM

Forum: Flash

Ok so I want to make a score box ( static text i guess), that after ever 30 frames it adds 1 point to the score box. I have a vague idea of how to do this, but I need some help, anyone? Action Script 2 by the way.

And the movies at 30fps.

And i was thinking could i add some actionscritp on the main timeline every 30 frames, thats like: ...+1..

**Sorry for the other post too**


21.

None

Topic: Timer/Point System Help?!

Posted: 03/18/09 05:21 PM

Forum: Programming

Ok so I want to make a score box ( static text i guess), that after ever 30 frames it adds 1 point to the score box. I have a vague idea of how to do this, but I need some help, anyone? Action Script 2 by the way.

And the movies at 30fps.

And i was thinking could i add some actionscritp on the main timeline every 30 frames, thats like: ...+1..


22.

Elated

Topic: My Game And Tech News&review Site!

Posted: 02/14/09 07:26 PM

Forum: Video Games

Exactly!


23.

Elated

Topic: My Game And Tech News&review Site!

Posted: 02/14/09 05:01 PM

Forum: Video Games

Okay bro, cuz, son, dude ...what ever you say.


24.

Happy

Topic: My Game And Tech News&review Site!

Posted: 02/14/09 04:19 PM

Forum: Video Games

Shut up you fag, 15 and up, and I don't give a shit about putting my age on newgrounds....but really shut the fuck up, this can work, I know it can. Go read about blogs and what not, and you'll see that blogs about the most pointless shit even get a decent amount of views.


25.

Elated

Topic: My Game And Tech News&review Site!

Posted: 02/14/09 02:17 PM

Forum: Video Games

Send me a message then , we can talk.


26.

Happy

Topic: My Game And Tech News&review Site!

Posted: 02/13/09 10:31 PM

Forum: Video Games

I prefer Orange juice.


27.

Happy

Topic: My Game And Tech News&review Site!

Posted: 02/13/09 10:21 PM

Forum: Video Games

Okay buddy, whatever you say. You just don't see it the way I do. All your doing is bashing it for flaws you don't even explain.


28.

Happy

Topic: My Game And Tech News&review Site!

Posted: 02/13/09 10:06 PM

Forum: Video Games

What the fuck is wrong with you Matt, I don't get it, why the fuck are you like that. Do you have no life, no friends, your penis to small, or can't make a website of your own. What ever it be, your a douche, a little fucking shit that no one will ever respect in life.

I actually have confidence in this website, yes its slow now, but eventually it will be up and running.


29.

None

Topic: My Game And Tech News&review Site!

Posted: 02/13/09 09:48 PM

Forum: Video Games

At 2/13/09 09:28 PM, LTmatt wrote:
At 2/13/09 09:10 PM, MilkMan268 wrote: Okay so first LTmatt...go fuck yourself, I have a plan for this site, and I don't feel like fucking sharing it with you piece of shit and waste my time typing.
Then why did you make a thread?

And second the site is like getting all the news from multiple game sites, and putting it in one place.
News is often on every site within a few hours of its original publication.

Well I made it for suggestions dumb ass. And sometimes not all the news get on all sites, and I'll actually be fast on getting it for my site. So stop being a little bitch about this thread, I don't know whats in your ass, but criticizing it won't do shit for you, accept make you look like a dick.


30.

None

Topic: My Game And Tech News&review Site!

Posted: 02/13/09 09:25 PM

Forum: Video Games

Yea I know, trying to do that soon


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

<< < > >>

Viewing 1-30 of 112 matches. 1 | 2 | 3 | 4