Age/Gender: 15, Male
Location: England
Newgrounds Stats
Whistle Status: Normal
Exp. Points: 1,310 / 1,350
Exp. Rank #: 26,697
Voting Pow.: 5.35 votes
BBS Posts: 741 (1.83 per day)
Flash Reviews: 0
Music Reviews: 0
Trophies: 0
Stickers: 0
Latest News
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!...