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

We found 6 matches.


<< < > >>

Viewing 1-6 of 6 matches.

1.

None

Topic: Problems

Posted: 05/26/08 06:37 AM

Forum: Flash

No, He Isnt Touching You Have To Jump To Touch Him >.>

Ill Try Next TIme Im On My Laptop (The Code).

Alex


2.

None

Topic: Problems

Posted: 05/25/08 04:34 PM

Forum: Flash

Another Problem Now (Very Sorry)

Ive Created My Enemy, Only I Have A Problem With The Code (Again)

<html>What Happens Is My Character Touches The Baddy And Explodes, All Fine, But Then He Wont Stop Exploding :S

Code Once Again:
onClipEvent (enterFrame) {
if (this.hitTest(_root.baddy)) {
_root.character.gotoAndPlay(201);
}

}
<html>


3.

None

Topic: Problems

Posted: 05/25/08 01:05 PM

Forum: Flash

Soz I Have Problems With The Shift Key Every Word I Type I Make Capitalised >.>

Anyway,

Idc What You Think Of My Previous And Blammed Submissions, Do You Have Anything Constructive To Say Or Not?

Alex


4.

None

Topic: Problems

Posted: 05/25/08 01:01 PM

Forum: Flash

What I Am Saying Is I Had 2 Movies With Allmost Perfect Graphics And They Were Blammed, The Other Was A Game Which I Admit Had Coding Errors Bit Graphics Fine Again.

Alex


5.

None

Topic: Problems

Posted: 05/25/08 12:56 PM

Forum: Flash

Yeah, Well My Last Like 3 Submissions Got Blammed For No Apparent Reason, Great Graphics Etc

Anyway

Got ANY Advise Apart From Telling Me To Stop?

Alex


6.

None

Topic: Problems

Posted: 05/25/08 12:51 PM

Forum: Flash

AC Problem :S

Im Working On A Game, I Havent Decided A Name But I Have Come Across A Problem, I Have Drawn A Up And Down Hill Sloping Ground, My Problem Is When I Make My Character Move Up It He Just Walks Into It, And Then When I Tell Him To Jump, He Appears Ontop Of The Ground He is Inside.

Any Advise // Actionscipt Problems?

My Characters Actionscript Is:

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; }}

And My Ground Simpally Uses A Instance Named ground

I Really Need Some Help Here, And If Possible, Any Other Tips For My Game?

If You Have Any Other Tips For Me Then Please, PLEASE Tell Me

Thanks Allready

Alex

P.S.

I Will Upload If Needed :)


All times are Eastern Daylight Time (GMT -4) | Current Time: 01:28 AM

<< < > >>

Viewing 1-6 of 6 matches.