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: 'x-factor11'

We found 4,108 matches.


<< < > >>

Viewing 4,081-4,108 of 4,108 matches. 166131 | 132 | 133 | 134 | 135 | 136 | 137

4,081.

None

Topic: whats a good frame rate?

Posted: 06/23/05 09:40 PM

Forum: Flash


4,082.

None

Topic: whats a good frame rate?

Posted: 06/23/05 09:22 PM

Forum: Flash

ya 30 works best in my case....i dont know really how to show u my movie thought


4,083.

Questioning

Topic: whats a good frame rate?

Posted: 06/23/05 08:48 PM

Forum: Flash

what is a good frame rate for a motion tween flash movie? i have it on 30 right now


4,084.

None

Topic: question

Posted: 06/15/05 06:53 PM

Forum: Flash

oh allright........great another layer to serosly lag up my movie :P ya


4,085.

None

Topic: question

Posted: 06/15/05 06:36 PM

Forum: Flash

hey i have a question about bullits. should i make a ton of bullits and put them on thier own layers or a lot of bullits on one layer?


4,086.

None

Topic: need help

Posted: 06/04/05 01:41 PM

Forum: Flash

ya nevermind the trace with flash looks better


4,087.

Questioning

Topic: need help

Posted: 06/04/05 01:03 PM

Forum: Flash

ok im a bit confused........I want to trace a gun with flash but thats takes too long..and i cant figure out a way to create a black outline with photoshop..how do you make it that photoshop traces it for you......and no i tried filters


4,088.

Questioning

Topic: help!!!

Posted: 06/04/05 12:51 PM

Forum: Where is / How to?

ok im a bit confused........I want to trace a gun with flash but thats takes too long..and i cant figure out a way to create a black outline with photoshop..how do you make it that photoshop traces it for you......and no i tried filters


4,089.

Questioning

Topic: need help

Posted: 06/03/05 07:08 PM

Forum: Flash

im keep getting this error.....what does it mean???????

Clip events are permitted only for movie clip instances


4,090.

None

Topic: yet again another question

Posted: 05/27/05 09:13 PM

Forum: Flash

ya im looking for script because im going to make it that if u run over them with a car they die and u get a point and it needs to be random


4,091.

None

Topic: yet again another question

Posted: 05/27/05 09:01 PM

Forum: Flash

hey how do you make random goblin(or thing) pop on the top on the screen and fall on the bottom of the screen and whens it on the bottom of the screen it is removed ?????


4,092.

None

Topic: what does this mean

Posted: 05/27/05 07:09 PM

Forum: Flash

hey im haveing a syntax error and i dont know what the hell it means

here it is

Statement block must be terminated by '}'

can u help


4,093.

None

Topic: just need some help

Posted: 05/25/05 08:11 PM

Forum: Flash

actullay never mind that now i need code help

//movement w/ walls
onClipEvent (load) {
// Set the move speed
moveSpeed = 15;
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT)) {
if (_root.Walls.hitTest(getBounds(_root).xMax,_y,true)) {
} else {
this._x += moveSpeed;
this.gotoAndStop(3);
}
// Move Right
} else if (Key.isDown(Key.UP)) {
if (_root.Walls.hitTest(_x,getBounds(_root).yMin,true)) {
} else {
this._y -= moveSpeed;
this.gotoAndStop(2);
}
// Move Up
} else if (Key.isDown(Key.DOWN)) {
if (_root.Walls.hitTest(_x,getBounds(_root).yMax,true)) {
} else {
this._y += moveSpeed;
this.gotoAndStop(5);
}
// Move Down
} else if (Key.isDown(Key.LEFT)) {
if (_root.Walls.hitTest(getBounds(_root).xMin,_y,true)) {
} else {
this._x -= moveSpeed;
this.gotoAndStop(4);
}
// Move Left
}
}

Thier a problem w/ this code
when i hit a wall it goes throught it. can u help


4,094.

None

Topic: just need some help

Posted: 05/25/05 07:52 PM

Forum: Flash

uhhhhhhh i mean movement for a car.........like if u hold left the car spins around


4,095.

None

Topic: just need some help

Posted: 05/25/05 07:44 PM

Forum: Flash

hey i just need a code for a basic car and i need a code that ramdomly creats people on the top of the screen and they fall to the bottom of the screen..........help plz


4,096.

None

Topic: Gondor Gaming Challenge 2!!!

Posted: 05/25/05 05:19 PM

Forum: Flash

i might sibmit somethin for this.....but i was goin to do somethin for the minigame challenge but now.....o well .....i guess ill do both


4,097.

None

Topic: Gondor Minigame Challenge

Posted: 05/22/05 09:40 PM

Forum: Flash

oh I have a question...... can the minigame be funny....like can it have a halo 2 turret in a lotr setting?


4,098.

None

Topic: Gondor Minigame Challenge

Posted: 05/21/05 03:01 PM

Forum: Flash

allright then but one question............how do I send it to you....by the GoG website or what?


4,099.

None

Topic: Gondor Minigame Challenge

Posted: 05/21/05 12:45 PM

Forum: Flash

hmm i might submit somethin because.......I been wanting a ipod for so long.......and 25 bucks wouldnt be bad....so I might


4,100.

None

Topic: ok now i need help

Posted: 05/20/05 05:15 PM

Forum: Flash

uhhhhh i cant find it.....


4,101.

Questioning

Topic: ok now i need help

Posted: 05/20/05 04:58 PM

Forum: Flash

hey im trying to create a lightsaber but i cant make the glowing part. I got the base fine it just does anyone know how to make a light saber like look? like for example its white in the middle and it fades out blue.


4,102.

None

Topic: just a question

Posted: 05/06/05 10:49 PM

Forum: Flash

o thxs now it works


4,103.

None

Topic: just a question

Posted: 05/06/05 10:39 PM

Forum: Flash

uhh TCsyles worked but not the way I wanted it to.I want it to stay in the same position not spin like it was running in cirles


4,104.

None

Topic: umm..

Posted: 05/06/05 10:36 PM

Forum: Flash

TCstyles worked but not the way i wanted it. i want it to stay in the same position not spin as if it was running in ciricles


4,105.

None

Topic: just a question

Posted: 05/06/05 10:20 PM

Forum: Flash

I guess ill ask somewhere else


4,106.

None

Topic: just a question

Posted: 05/06/05 09:48 PM

Forum: Flash

because 2 reasons

1)im curious
2)im makin a game that might or might not come out


4,107.

Questioning

Topic: just a question

Posted: 05/06/05 09:37 PM

Forum: Flash

hey you know stickmanrpg2? have you played the combat demo? you know when you move the mouse the body turns in that direction? how do you do that?


4,108.

None

Topic: umm question

Posted: 05/06/05 06:02 PM

Forum: Flash

hey you know stickrpg 2? u know that when u move your mouse the head turns to the mouses direction. do you know how to do that?


All times are Eastern Standard Time (GMT -5) | Current Time: 05:00 PM

<< < > >>

Viewing 4,081-4,108 of 4,108 matches. 166131 | 132 | 133 | 134 | 135 | 136 | 137