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: 'Lard-lad'

We found 483 matches.


<< < > >>

Viewing 1-30 of 483 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91317

1.

None

Topic: AS2 bullet?

Posted: 03/31/09 07:47 AM

Forum: Flash

I think the problem is the first line:

onClipEvent(enterFrame) {

That means whatever is in that block will be executed every frame, which means that it checks which way the bullet should be pointing and moving every frame. You want it to only check when it is first fired, but still do the rest of the script every frame. You need the checking action in (i think) a 'load' event, and the rest in an 'enter frame' event. Try this:

onClipEvent(load) {
speed = 20
if (_root.char._currentFrame == 1) {
this._x += speed;
this.gotoAndStop(1)
} else {
this._x -= speed;
this.gotoAndStop(2)
}
}

onClipEvent(enterFrame) {
if (this._x >= 800) {
removeMovieClip(this);
duplicateMovieClip(this,"bullet",3);
this._x = _root.char._x;
this._y = _root.char._y;
} else if (this._x <= -800) {
removeMovieClip(this);
duplicateMovieClip(this,"bullet",3);
this._x = _root.char._x;
this._y = _root.char._y;
} else {
this.play();
}
}


2.

None

Topic: Please help or i may kill myself :O

Posted: 09/08/08 02:31 PM

Forum: Flash

Not sure if it'll help in a short movie, but in long movies my sound often gets out of synch kind of thing.. it's not the same thing really, i know, but in case it helps, what i do is change the audio compression type to "ADPCM". Solves it straight away.

Good luck =p


3.

None

Topic: Looking for an Artist/Animator

Posted: 07/21/08 05:19 PM

Forum: Flash

I'm interested.

email me if you want to see some examples, lard.lad at hotmail.com, since I'm not on newgrounds much.

=)


4.

None

Topic: Try Honesty Collab

Posted: 06/25/08 03:44 PM

Forum: Flash

this officially dead then? I'm assuming so..


5.

None

Topic: The Food Collab!

Posted: 06/25/08 03:40 PM

Forum: Flash

Congrats to all the co's, and thanks for taking my part boogley =]

Let me know if you do another collab =D

has newground been really slow to load recently for anyone else? it's like i'm on dial-up :S

6.

None

Topic: The Food Collab!

Posted: 06/24/08 05:01 PM

Forum: Flash

Ach, damn. Missed the deadline. Been away, then ill, then my internet crashed for a few days xS

I've still got a part if you want it, boogley.. but i understand if you're not taking it ;)

http://spamtheweb.com/ul/upload/240608/7 8404_dancing_pizza.php

and the fla is here:

http://www.zshare.net/download/141493149 3767ae3/

Do what you want with it =]


7.

None

Topic: Artists/scripter Needed!

Posted: 06/16/08 02:08 PM

Forum: Flash

=|

if your sig is anything to go by, this isn't going to be of the higest quality...


8.

None

Topic: The Food Collab!

Posted: 06/09/08 12:41 PM

Forum: Flash

wow, there's some great stuff coming on here, sorry i've been inactive recently... other stuff going on...

I'm still alive though :P


9.

None

Topic: We want to work with you sexy mamas

Posted: 05/30/08 10:51 AM

Forum: Flash

ooh, you're pretty good =]

Unfortunately I don't think i have the skill to pull something like this off, so i'll leave it for someone more talented, i think.


10.

None

Topic: Time Travelling

Posted: 05/30/08 08:07 AM

Forum: General

At 5/30/08 06:08 AM, bigjuicy wrote: Just run down the street really really fast naked screaming "I believe!" over and over again, and father time will come and take you to the time jet and you can fly it around shooting at things in the past

Don't forget you have to play this crappy song while doing that =o


11.

None

Topic: The Food Collab!

Posted: 05/28/08 12:03 PM

Forum: Flash

At 5/28/08 02:55 AM, MeLucky wrote: lol, I really like the parts I'm seeing :D
oh, and on the topic of that random collab you were thinking of making or whatever, Boogley, is this the type you were thinking of?

That's so awesome xD


12.

None

Topic: The Food Collab!

Posted: 05/27/08 02:48 PM

Forum: Flash

At 5/27/08 02:33 PM, Gatling wrote:
At 5/27/08 01:15 PM, Rockin182 wrote: If i make another part can i be co'd ?
you gotta admit , im better than others in this collab
LOL

haha xD

Sorry, no progress on my part yet, been busy. I'll try and do some soon.


13.

None

Topic: The Food Collab!

Posted: 05/26/08 05:01 AM

Forum: Flash

At 5/25/08 04:55 AM, TheBoogley wrote: I done did draw me a burrito! WooOo!

http://spamtheweb.com/ul/upload/250508/6 8036_rickyburrito.php

Man, you're such an awesome animator xD


14.

None

Topic: Happy Bday Super Flash Bros - Tom

Posted: 05/24/08 07:58 AM

Forum: Flash

happy birthday

hm, repetitive =|

15.

None

Topic: The Food Collab!

Posted: 05/24/08 07:51 AM

Forum: Flash

At 5/24/08 07:42 AM, Omenator wrote:
Does this even look any better? Looks mediocre in my opinion
Forgot Pic... As always... Gah!

DEFINATELY looks better =]

I like your style, actually, although i know it is time consuming. It's individual.


16.

None

Topic: Im new at flash got any tips?

Posted: 05/24/08 07:49 AM

Forum: Flash

At 5/24/08 07:09 AM, adman1993 wrote:
At 5/24/08 06:54 AM, MaestroCC wrote: Also, if you need help making games, I higly recommend this tutorial : The Ultimate Tutorial.
I think a link would have helped him more than a name..

I think providing the link for him would have helped more than just pointing it out.

Here.


17.

None

Topic: What beginners tablet to get?

Posted: 05/24/08 07:37 AM

Forum: Flash

I've got the Bamboo Fun (yeah, naf name), and it's been perfect for me. Easy to use and set up, cheap enough and comes with some good software too. i'd say it's well worth it, although i have heard of some people getting problems with it. Mine's been fine ever since i got it.


18.

None

Topic: The Food Collab!

Posted: 05/24/08 07:34 AM

Forum: Flash

eh, i was bored and slightly hyper, methinks :P

http://www.zshare.net/flash/125033560c93 37cb/

Not my collab part, unless you think it's good enough. It's just a loop really.


19.

None

Topic: The Food Collab!

Posted: 05/22/08 03:49 PM

Forum: Flash

At 5/22/08 12:37 PM, MarkyLyne wrote: I dont like it :(
what about you guys ?

eh, it's okay. I think i agree it'd be better without the grassy patch, just the grey. Simple is often better.


20.

None

Topic: The Food Collab!

Posted: 05/22/08 02:10 PM

Forum: Flash

lol, how come everyone's doing fruit and veg? :P

Hmm, still need an idea. Maybe some cheese. Doing... tap dancing. Inside an oversized party hat. or something.


21.

None

Topic: The Food Collab!

Posted: 05/21/08 04:03 PM

Forum: Flash

Heh, I probably won't use this since i'm pretty certain it's been used before in something else, but this is hilarious.

http://www.songstowearpantsto.com/songs/
the-renegade-muffin/

Old though.


22.

None

Topic: Need help with me logo.

Posted: 05/21/08 03:56 PM

Forum: Flash

¬-¬

...y'know, it's rude not to reply.

sorry for bump and triple post.


23.

None

Topic: Moving the HUD.

Posted: 05/18/08 02:59 PM

Forum: Flash

well, you either go in the script of the vcam and find the bit where it says something like "visible = false" and delete it, making it visible, ooorrr you make it so instead of the camera moving, the map behind moves to create the illusion. then the HUD doesn't have to move at all.

badly explained, but wth.


24.

None

Topic: The Food Collab!

Posted: 05/18/08 06:16 AM

Forum: Flash

WOO! Another Boogley Collab =D

I'll join, of course. Now, to think of an idea =]


25.

None

Topic: Need help with me logo.

Posted: 05/15/08 02:34 PM

Forum: Flash

Sorry for double post, but i thought i'd have a quick go. It's not that great, kinda cartoony really. Maybe that's how you wanted it though.

i took the liberty of smoothing it a little and squeezign the letters to make em look like they've got a rubber band around them.

Here's the White background, the other's exactly the same but with the colors switched for background and letters.

Need help with me logo.


26.

None

Topic: Need help with me logo.

Posted: 05/15/08 02:13 PM

Forum: Flash

myeh, I might have a go for you.

To be honest, i think the current letters are kinda not smooth enough though, maybe that needs to be sorted.


27.

None

Topic: How can the universe be infinite if

Posted: 04/29/08 12:13 PM

Forum: General

At 4/29/08 08:08 AM, CUBErt wrote: The universe is shaped exactly like the earth, if you go a straight long enough you'll end up where you were.

But if you're going along the earth's surface, you're not technically going in a straight line, because the earth's surface curves...?


28.

None

Topic: When You Were Young Collab

Posted: 04/27/08 03:05 PM

Forum: Flash

wahey! awesome =D


29.

None

Topic: When You Were Young Collab

Posted: 04/26/08 04:20 AM

Forum: Flash

At 4/26/08 02:29 AM, MarkyLyne wrote: Try -

FLA.

SWF.

Now were only waiting on rudy .

awesome part =]


30.

None

Topic: Try Honesty Collab

Posted: 04/22/08 04:42 PM

Forum: Flash

Then get on with it xD

C'mon c'mon c'mon.


All times are Eastern Standard Time (GMT -5) | Current Time: 07:06 AM

<< < > >>

Viewing 1-30 of 483 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91317