Newgrounds.com — Everything, By Everyone.

Checking login status…

USERNAME:

PASSWORD:

Logging in…

Logged in as:
.
Logging out…
Inbox My Account Log Out


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

We found 814 matches.


<< < > >>

Viewing 781-810 of 814 matches. 11120 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28

781.

None

Topic: Actionscript codes here!

Posted: 09/28/04 06:01 PM

Forum: Flash

Hey, here is a gravity script I made
put it on a MC

onClipEvent (load) {
XSpeed = math.random()*25-math.random()*25;
YSpeed = -(math.random()*10)-10;
Scale = math.random()*75+25;
Gravity = Scale/70;
Rot = random(6);
setProperty(this, _rotation, math.random()*360);
setProperty(this, _x, math.random()*450+50);
setProperty(this, _y, math.random()*350);
setProperty(this, _xscale, Scale);
setProperty(this, _yscale, Scale);
}
onClipEvent (enterFrame) {
setProperty(this, _rotation, getProperty(this, _rotation)+XSpeed*Rot);
setProperty(this, _x, this._x+XSpeed);
setProperty(this, _y, this._y+YSpeed);
YSpeed = YSpeed+Gravity;
XSpeed = XSpeed/1.05;
if (this._y>350) {
setProperty(this, _y, 350+gravity);
XSpeed = math.random()*25-math.random()*25;
YSpeed = -(math.random()*15)-10;
}
if (this._x>500) {
setProperty(this, _x, this._x-1);
XSpeed = -XSpeed;
}
if (this._x<50) {
setProperty(this, _x, this._x+1);
XSpeed = -XSpeed;
}
}

this will make the movie clip bounce in random directions
30 fps is the best frame rate for it


782.

None

Topic: Image Gallery

Posted: 09/27/04 10:20 PM

Forum: General

Hey I made this
Disco Domo Kun!!


783.

None

Topic: Name My Monkey ^_^

Posted: 09/27/04 09:46 PM

Forum: General

Name him Billy the Cat


784.

None

Topic: Volcanic Eruption

Posted: 09/26/04 06:47 PM

Forum: Flash

For the sparks i would use actionscripts :
Draw a orange or red or yellow circle and convert it to a movie clip then add this to its actions :

onClipEvent (load) {
XSpeed = random(10) - random(10);
YSpeed = - random(10) - 10;
Scale = random(50) + 50;
setProperty(this, _alpha, random(50) + 50);
setProperty(this, _xscale, Scale);
setProperty(this, _yscale, Scale);
}
onClipEvent (enterFrame) {
setProperty(this, _x, this._x + XSpeed);
setProperty(this, _y, this._y + YSpeed);
YSpeed = YSpeed + 1;
}

now copy and paste it as much time as you want and it will make some sparks


785.

None

Topic: Help Mmmeeeeeeeeeeeeeeeeeee Please!

Posted: 09/26/04 06:39 PM

Forum: Flash

Hey

fscommand("showmenu", "false");

this will hide the right-click menu.
and for your other problems, try viewing the swf with flash player instead of doing control + enter in flash... do you understand what i mean?


786.

None

Topic: As Newgrounds Jam

Posted: 09/14/04 07:39 AM

Forum: Flash

Great but you shold make something that makes the mower "mow" the dead bunnies...


787.

None

Topic: As Newgrounds Jam

Posted: 09/12/04 05:32 PM

Forum: Flash

Hum ok, then adding an on/off button might be a good idea


788.

None

Topic: As Newgrounds Jam

Posted: 09/12/04 05:03 PM

Forum: Flash

Ok thx for the comment, I'll make the ship faster


789.

None

Topic: As Newgrounds Jam

Posted: 09/12/04 04:55 PM

Forum: Flash

Will someone every try my game?


790.

None

Topic: As Newgrounds Jam

Posted: 09/09/04 10:22 PM

Forum: Flash

Here's a pic from my game

As Newgrounds Jam


791.

None

Topic: As Newgrounds Jam

Posted: 09/09/04 07:59 PM

Forum: Flash

Hey! I've finished my game!

Try it here

Sorry for the poopish host, freewebs, but I didn't find anything better :(


792.

None

Topic: As Newgrounds Jam

Posted: 09/05/04 04:03 PM

Forum: Flash

Hey I'd like to know if we need to include a menu that explains the controls and things like that or if you will make it


793.

None

Topic: As Newgrounds Jam

Posted: 09/04/04 01:13 AM

Forum: Flash

I have a nice idea, however i'm not sure if it'll work but I'll do my best!


794.

None

Topic: Movie Clips duplicating

Posted: 08/02/04 02:28 AM

Forum: Flash

Yeah, I thought about this but it means that I'd need to give an instance name to all the destroyable things and put actions for each of them on the bullets


795.

None

Topic: Movie Clips duplicating

Posted: 08/02/04 01:47 AM

Forum: Flash

Hey. I always wanted to know how to make a Side Scrolling game but I couldn't try cause I didn't know how to duplicate movie clips. Now I have found, I use this script:

on (keyPress "<Space>") {
i++;
duplicateMovieClip(_root.Bullet, "Bullet"+i, i);
}

The duplication works, however, there's one thing I can't do : Let's say a duplicated bullet touches an ennemy, it would kill him. That's what I can't do, as I don't know how to make the hittest react if any of the duplication touches the ennemy. I tried

onClipEvent (enterFrame) {
if (this.hittest (Bullet + I)) {
play();
}
}

but it didnt work. Does anyone know how to fix that?


796.

None

Topic: Punk-O-Matic Song Raters Crew (Psr)

Posted: 07/31/04 01:50 AM

Forum: Clubs & Crews

Hey everyone! Does anyone want to rate my song?

----2---2---2---3---3---0---1------80---0---4-1---3---3---1---0-------78786
-870--9-------0---1---0---2---2---4---5-4-c---0---0---4---5-2---2---4---5-5
-----a---a---1--c---7-7-7-6-7-7-7-6-3-443-448--98--97-7-7-6-6-6-2-3-4-0---0
-441--91---8-6-8-6-8-4-7-6a---


797.

None

Topic: Not working actionscript

Posted: 07/23/04 10:39 PM

Forum: Flash

Yeah it worked! Thanks a lot


798.

None

Topic: Not working actionscript

Posted: 07/23/04 03:42 AM

Forum: Flash

Hey everyone
This is my problem :
I have a movie clip, which is an explosion. In this movie clip, i want an action that will make another movie clip (instance name : ExplosionDMG) go to the position of the explosion (using the setproperty action). I tried to do this by putting a movie clip in the explosion with those actions :
onClipEvent (enterFrame) {
setProperty("_root.ExplosionDMG", _x, getproperty ("this", _x) + 1);
}
but it didnt work. I'd like to know if their is a way to solve my problem without giving an instance name to the explosion MC or the MC in the explosion. Hum plz help?


799.

None

Topic: Punk-o-matic 2 : LOGO CONTEST ! :D

Posted: 05/25/04 09:41 PM

Forum: General

here are mine!

Punk-o-matic 2 : LOGO CONTEST ! :D


800.

None

Topic: I'm sorta behind on these things..

Posted: 02/29/04 02:34 AM

Forum: General

It is said that if you play on outwar 5 hours/day, your intestines will explode. But Newgrounds is safe, so you should stay here.


801.

None

Topic: Fucking Sprites

Posted: 02/29/04 02:26 AM

Forum: General

I hate sprites too, but maybe is it because of the incredible amout of shit that flows in the portal somedays?
Of course there are nice sprite movies/games... But most of the sprites things I saw sucked, and got past judgment with a very low score


802.

None

Topic: why clocks?

Posted: 02/29/04 02:12 AM

Forum: General

Well... Most of the clocks are easy to draw as they are simple so maybe this is why so much people like to draw them.


803.

None

Topic: Newground Artist showcase thread

Posted: 02/15/04 02:27 AM

Forum: Flash

Well I don't remember why I drew this but I found it today when looking at my old animations. I think it is pretty nice.

Newground Artist showcase thread


804.

None

Topic: DAMIT NEED SOUND EXPERT

Posted: 02/13/04 09:45 PM

Forum: Flash

I already had this problem (really annoying, isn't it?) and I found a way to fix it (even though there are surely better ways) :
I putted the sound in a movie clip and I putted the movie clip on the frame where I wanted the sound to start. It worked well with short sounds


805.

None

Topic: Motion Guides

Posted: 12/20/03 01:43 AM

Forum: Flash

Ok, to create and use a motion guide you must draw a line with a pencil in the guide layer (make sure the line doesnt touch itself)
Then in a layer under the guide layer make your drawing and make it a tween. After that, put the litle circle of your tween (the center) on the line, and make it go to the other tip (is it that word? srry im tired) of the line in your tween. that should work


806.

Questioning

Topic: Wall detection

Posted: 12/16/03 07:39 AM

Forum: Flash

hey, I need a script that'll make my hero stop when he goes in a certain area. I already made the moving script, and only the wall detection causes me a problem. can anyone help?
(see pic)

Wall detection


807.

None

Topic: Wall detection

Posted: 12/16/03 07:31 AM

Forum: Programming

Well it's for flash... Thx anyway


808.

None

Topic: Post some screenshots from...

Posted: 12/15/03 08:10 PM

Forum: General

Here is a pic of a game that I'll finish someday... Maybe...

Post some screenshots from...


809.

Questioning

Topic: Wall detection

Posted: 12/15/03 07:38 PM

Forum: Programming

hey, I need a script that'll make my hero stop when he goes in a certain area. I already made the moving script, and only the wall detection causes me a problem. can anyone help?
(see pic)

Wall detection


810.

None

Topic: I need help for a stupid problem

Posted: 11/25/03 10:43 AM

Forum: Programming

Well finaly i figured it out myself, it was
_parent.Action
But thx for helping


All times are Eastern Daylight Time (GMT -4) | Current Time: 07:35 AM

<< < > >>

Viewing 781-810 of 814 matches. 11120 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28