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

We found 3 matches.


<< < > >>

Viewing 1-3 of 3 matches.

1.

None

Topic: How do I make this waterfall...

Posted: 09/09/08 09:44 PM

Forum: Flash

Thanks Mongoid, I'll try that out.


2.

None

Topic: How do I make this waterfall...

Posted: 09/08/08 11:01 PM

Forum: Flash

Alright I made a waterfall in Actionscript 3.0, this is my code (on the main timeline)

var mcArray:Array = new Array();

for(var i:uint=0; i<100; i++) {
var myMc:MovieClip = new waterfall;
myMc.y = 85;
myMc.x = Math.random()*60 + 813.5;
myMc.scaleX = myMc.scaleY = Math.random()*0.75
myMc.gotoAndPlay(Math.ceil(Math.random()*20));
addChild(myMc);
mcArray.push(myMc);
}

var myArray:Array = new Array();

for(var u:uint=0; u<50; u++) {
var yourMc:MovieClip = new splash;
yourMc.y = 300;
yourMc.x = Math.random()*60 + 758.5;
yourMc.rotation = Math.random()*90 - 45
yourMc.scaleX = yourMc.scaleY = Math.random()*0.75
yourMc.gotoAndPlay(Math.ceil(Math.random()*10));
addChild(yourMc);
myArray.push(yourMc);
}

The first array is the waterfall, and the second array is the splash effect. However, I want these things to be a part of the background, so for instance if something flies past the waterfall it doesn't get covered by the falls. I tried to put the code into the "background" movie clip but that doesn't work. So if anyone can help me out with this that'd be great.


3.

None

Topic: Most anticipated game?

Posted: 03/22/08 10:16 PM

Forum: Video Games

I'm gonna go with MGS4 (even though I have no PS3), Mario Kart Wii (definitely) Starcraft 2... if it ever comes out, at all... Spore... Deca Sports...

Jeez. I'm tied in between a million games. But I think I'm just waiting for MKW


All times are Eastern Daylight Time (GMT -4) | Current Time: 11:09 AM

<< < > >>

Viewing 1-3 of 3 matches.