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

We found 135 matches.


<< < > >>

Viewing 1-30 of 135 matches. 1 | 2 | 3 | 4 | 5

1.

None

Topic: Getting obssessive

Posted: 01/03/08 06:13 PM

Forum: General

just checking to make sure It works here cuz it messed up

jsut a check


2.

Happy

Topic: Need some good help

Posted: 03/10/07 03:32 PM

Forum: Flash

I need some help with how to make a bank so you can type in the ammount of money you wanna deposit and the amount you wana withdraw and stuff like that. And it says how much u got in the bank


3.

None

Topic: Action script help

Posted: 03/03/07 05:51 PM

Forum: Flash

kk....Like i have a little yellow sqquare in a cornor of my game, And its like an inventory box and i need it so when u hover your mouse over the little yellow square it shows what you have in your inventory. Same thing with stats i got a little square and i need it so when you hover your mouse over the square it like go's into the movie clip (the square is the movie clip) and shows all yur stats in a little white box. I got the white box drew inside the movie clip (thesquare) and all the stats i just need the script to put in the movie clip (thesquare of course) so it will goto the white box with the stats..understand???Please help if u do.


4.

None

Topic: Action script help

Posted: 03/03/07 05:42 PM

Forum: Flash

Does anyone know a good script so when you hover your mouse over something it go's inside a movie clip to a frame showing a white box still showing your previous screen?


5.

None

Topic: Quick help

Posted: 03/03/07 01:47 PM

Forum: Flash

Can some one give me a link to action script main?


6.

None

Topic: Still need help

Posted: 03/03/07 01:18 PM

Forum: Flash

kk it workd .I appreciatee the help


7.

None

Topic: Still need help

Posted: 03/03/07 01:11 PM

Forum: Flash

Can uu give me the total script, my characters instance is "player" and my door is "doors"


8.

None

Topic: Still need help

Posted: 03/03/07 01:06 PM

Forum: Flash

I'm still looking for a script so my character can go in a buidling .Likewhen he touches something it gos to another frame. I got a script from some one but it diddnt work any body else got 1?


9.

None

Topic: Action script help

Posted: 03/03/07 12:48 PM

Forum: Flash

Can some one please give me an action script so my character can enter a building like when the character touches something it go's to a different frame..


10.

None

Topic: board to death!

Posted: 02/25/07 09:11 PM

Forum: Flash

Im board! are any of u board??Lets disucss an action script or sumthin...some one tell me an action script or lets talk bout sumthin..lol


11.

None

Topic: Omg!

Posted: 02/25/07 09:06 PM

Forum: Flash

YYYYYYYEEEEEEEEEEESSSSSSSSSSSSS!!!!!!!!!!!!! FINALLY! THANK YOU SO MUCH..lol


12.

Shouting

Topic: Omg!

Posted: 02/25/07 09:04 PM

Forum: Flash

Hey im great at flash and everything but I can not figure this out no matter what. Ive looked and just cant figure it out How to make words fade out. LIke show words and make it like fade out.Can sum 1 help??


13.

None

Topic: As Help

Posted: 10/26/06 09:12 PM

Forum: Flash

are you meaning for it to go to a different frame when an object touches another one?


14.

None

Topic: Action scripts here!!

Posted: 10/14/06 10:32 PM

Forum: Flash

here is some action scripts for you all...

Make a character make it a movie clip and give it an instance name "character" withought the " Then make a rectangle and give it an instance name "ground" without the " and put this script in the character.

onClipEvent (load) { moveSpeed = 10;}onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x += moveSpeed; } else if (Key.isDown(Key.UP)) { this._y -= 0; } else if (Key.isDown(Key.DOWN) && !fall) { this._y += 0; } else if (Key.isDown(Key.LEFT)) { this._x -= moveSpeed; }}onClipEvent (enterFrame) { if (Key.isDown(Key.SPACE) && !jumping) { vel_y = 36; jumping = true; } if (jumping == true) { vel_y -= 2; if (vel_y<=-15) { vel_y = -15; } this._y -= vel_y; } if (_root.ground.hitTest(this._x, this._y+35, true)) { vel_y = 0; jumping = false; }}onClipEvent (enterFrame) { this._y += 16; if (_root.ground.hitTest(this._x, this._y+1, true)) { this._y -= 16; }}
That will make your character fall to the ground and you can move left and right with the arrow keys and jump with the space bar.

Ok, here is another helpful scripts, this makes your character shrink as he moves. Just put this whole script in the character.

onClipEvent (load) {
//
moveSpeed = 10;
srinkSize = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT)) {
this._x += moveSpeed;
// Move Right
} else if (Key.isDown(Key.UP)) {
this._y -= moveSpeed;
this._height -= srinkSize;
this._width -= srinkSize;
// Move Up
} else if (Key.isDown(Key.DOWN)) {
this._y += moveSpeed;
this._height += srinkSize;
this._width += srinkSize;
// Move Down
} else if (Key.isDown(Key.LEFT)) {
this._x -= moveSpeed;
// Move Left
}
}

Here is another script, put this on a movieclip, this script makes a custom cursor i would draw a big hand for a cursor. Put this script in it.

onClipEvent (load) { startDrag ("", true); Mouse.hide();}

Enjoy my scripts!
Well some one else put some action scripts or sumthin.

Action scripts here!!


15.

None

Topic: Im like really board so lets talk..

Posted: 10/14/06 09:55 PM

Forum: Flash

here is a action script that makes your character shrink as you move with the arrow keys.


16.

None

Topic: Im like really board so lets talk..

Posted: 10/14/06 09:48 PM

Forum: Flash

Im like really board so lets start a huge discussion about action scripts. So lets post action scripts and discuss them and stuff.

Im like really board so lets talk..


17.

Happy

Topic: New project.

Posted: 10/14/06 07:40 PM

Forum: Flash

Im a pretty good artist! You want me to help?


18.

None

Topic: Scrolling background

Posted: 10/08/06 06:41 PM

Forum: Flash

Can some one explain to me how to make a scrolling background? like in stick rpg how u can walk past buildings and stuff..


19.

None

Topic: Searching A.S main

Posted: 10/05/06 10:31 AM

Forum: Flash

Uh..wat is Action script main? everyones been tellin me to check out action script main but i dont know what it is or how to get to it.


20.

None

Topic: Help with character movement

Posted: 10/02/06 08:47 PM

Forum: Flash

Well..I need help with something thats a little complicated to explain..Like how do you make the screen move with your character so u dont have to skip frames or anything.Like on stick rpg how as u walk through the town like the environment moves with u.like u can walk past the buildings..Lol well if u know wat i mean please help me =)


21.

Happy

Topic: Need help

Posted: 09/19/06 09:00 PM

Forum: Flash

I need a link or sumthin so i can make walls so my Character cannot go throught them.

Need help


22.

None

Topic: Internet Bros 1

Posted: 09/18/06 05:27 PM

Forum: Flash

i dont quite understand this,


23.

None

Topic: Ragdoll

Posted: 09/18/06 05:25 PM

Forum: Flash

Explain it to me more and i might can help..


24.

Angry

Topic: Need sum help with boundarys(walls)

Posted: 09/18/06 03:49 PM

Forum: Flash

Can sum 1 give me an action script to put in a single rectangle or line or anything to make it a wall so yur character can not go through it please help ive been wanting this script for about 5 months now.Still found nuthin.


25.

None

Topic: Walls

Posted: 09/17/06 09:13 PM

Forum: Flash

like so if u make a house the character cant just walk through it.


26.

None

Topic: Walls

Posted: 09/17/06 09:07 PM

Forum: Flash

I need sum 1 to just give me a action script to put in a rectangle so yur character cant go through it.


27.

None

Topic: More great help!

Posted: 09/17/06 08:59 PM

Forum: Flash

I dont mean like u press the button and it goes to a different frame. I mean like as you walk through the town you can walk by buildings and stuff..Its hard for me to explain.


28.

Shouting

Topic: More great help!

Posted: 09/17/06 08:53 PM

Forum: Flash

I need to know how to make your character pass by, Well its hard to explain, like from one side u start walking and as u go the camera like moves , like in stick rpg


29.

None

Topic: In need of great help!

Posted: 09/17/06 08:48 PM

Forum: Flash

OH YES! thank you thank you ..i love you..lol Finally i got it..Ive been wanting this action script for about a month..lol thanx


30.

None

Topic: In need of great help!

Posted: 09/17/06 08:43 PM

Forum: Flash

What do I put that action script in?


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

<< < > >>

Viewing 1-30 of 135 matches. 1 | 2 | 3 | 4 | 5