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: 'D-J-S'

We found 7 matches.


<< < > >>

Viewing 1-7 of 7 matches.

1.

None

Topic: AS2 bullet?

Posted: 04/01/09 12:55 AM

Forum: Flash

yeh i tried that but it duplicates and removes the MC continuously flashing on the screen and it doesn't move.

Don't know why it does this wish I could fix it


2.

Questioning

Topic: AS2 bullet?

Posted: 03/30/09 11:47 PM

Forum: Flash

I have this code in my bullet MC

onClipEvent(enterFrame) {
speed = 20
if (_root.char._currentFrame == 1) {
this._x += speed;
this.gotoAndStop(1)
} else {
this._x -= speed;
this.gotoAndStop(2)
}

if (this._x >= 800) {
removeMovieClip(this);
duplicateMovieClip(this,"bullet",3);
this._x = _root.char._x;
this._y = _root.char._y;
} else if (this._x <= -800) {
removeMovieClip(this);
duplicateMovieClip(this,"bullet",3);
this._x = _root.char._x;
this._y = _root.char._y;
} else {
this.play();
}
}

I made it to the point where the character shoots but when ever it looks left or right the bullet will change direction, how can I have the bullet go one way without it changing direction when the character looks left or right? little help


3.

Questioning

Topic: maya image plane?

Posted: 03/25/09 01:02 AM

Forum: Programming

bump!!


4.

Questioning

Topic: maya image plane?

Posted: 03/23/09 07:18 AM

Forum: Programming

I put a polygon planer, pPlane1 and assigned a new material, lambert and went to color to add a picture file on the planar but it doesnt show in the design window. But when I do a quick frame render it shows on the preview but I dont see it on the pPlane1 it just has the standered dark grey render when you push 5? how can I see the change in design view?


5.

None

Topic: The Flash 'Reg' Lounge

Posted: 03/06/09 03:40 AM

Forum: Flash


6.

None

Topic: firing?

Posted: 03/04/09 12:18 AM

Forum: Flash

that worked but it fires automatically and when i look left or right the bullet changes direction in flight lol and it won't wait for to hit fire.


7.

Questioning

Topic: Wacom 13: FleckoGold

Posted: 12/04/08 07:53 AM

Forum: NG News

giving free wacoms away to those who DON'T NEED IT!

...oh thats just awsome Fulp really awsome like don't forget give away free money to
RICH people too that would be even awsomer...K'MoN!! your not generous...


All times are Eastern Daylight Time (GMT -4) | Current Time: 04:36 PM

<< < > >>

Viewing 1-7 of 7 matches.