AlmostDead1

Favorites Audio Flash News Main
AlmostDead1

Age/Gender: 17, Male
Location: England

Newgrounds Stats

Sign-Up Date:
10/19/08

Level: 11
Aura: Light

Rank: Portal Security
Blams: 85
Saves: 342
Rank #: 22,072

Whistle Status: Normal

Exp. Points: 1,310 / 1,350
Exp. Rank #: 32,322
Voting Pow.: 5.35 votes

BBS Posts: 762 (0.63 per day)
Flash Reviews: 0
Music Reviews: 0
Trophies: 0

Latest News

AlmostDead1

A.S 2.0 Shooting!

Posted by AlmostDead1 Dec. 9, 2008 @ 2:40 PM EST

SOo...

How's everyone?

...............................

onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.gotgun = true;
unloadMovie(this);

}
}

I now have a gun!

if (Key.isDown(Key.SPACE)) {

if (_root.gotgun == true && !_root.shooting) {
_root.attachMovie("bullet", "bulleter", 1, {_x:_root.char._x, _y:_root.char._y-25});
_root.shooting = true;
with (_root.bulleter) {
onEnterFrame = function () {
if (_root.timer>_root.maxshoottime) {
_root.shooting = false;
unloadMovie(this);
}

I shoot you!
I'm bored now!...

All News Posts 3 comments | Log in to comment! | Share this!