00:00
00:00
dnatoxic
Aspiring Developer

Taylor McKenzie @dnatoxic

Age 28, Male

Freelance Developer

HCC

Houston,Texas

Joined on 5/13/07

Level:
10
Exp Points:
915 / 1,110
Exp Rank:
71,664
Vote Power:
5.18 votes
Rank:
Civilian
Global Rank:
90,350
Blams:
4
Saves:
57
B/P Bonus:
0%
Whistle:
Garbage
Trophies:
2
Medals:
105

dnatoxic's News

Posted by dnatoxic - March 13th, 2008


Damnit,
Ive waited so long and we have all finnaly finished it! XenoEngine3.3 is finnaly available to the public.
I have decided to change "Chaos" to the 3rd installment of the engine so just another long wait.Here is a scrennie of it.

You can get it at www.xengine.com/sections/downloads/fil e6

The orange-version below is the gaming addon kit you can purchase for 1.95.
Also remember to get you're free version of XenoEngine1.3 at www.freespace.net/flesharing/671331

-The xeno-crew

XE3.3 finnaly realeased!


Posted by dnatoxic - March 3rd, 2008


Actionscript notepad.(c)Dnatoxic@gmail.com/www.dnat oxic.newgrounds.com

Collision box goto next frame.------------------------------

onClipEvent(enterFrame){
if(this.hitTest(_root.secondObj)){
_root.nextFrame()
}
}

--------------------------------------
-----------------------
Insatcne blockades.

onClipEvent(enterFrame){
if(this.hitTest(_root.man)){
_root.man._x -= 5;
}
}

--------------------------------------
--------------------------------------
--------------------------------------
--------------------------------------
--------------------------
barrier right.

onClipEvent(enterFrame){
if(this.hitTest(_root.man)){
_root.man._x -= 5;
}
}

Make movieclip of a wall or somthing that can block another instance.Then on the walls action paste the code above.

--------------------------------------
--------------------------------------
--------------------------------------
--------------------------------------
------------------------------
Barrier left.

onClipEvent(enterFrame){
if(this.hitTest(_root.man)){
_root.man._x += 5;
}
}

Same instrcutions as b-right above.

--------------------------------------
-----------------------------------
Barrier bottom.

onClipEvent(enterFrame){
if(this.hitTest(_root.man)){
_root.man._y -= 5;
}
}

--------------------------------------
-----------------------------------
Barrier top

onClipEvent(enterFrame){
if(this.hitTest(_root.man)){
_root.man._y += 5;
}
}
_________________

Make a shooting movieclip play with this actionscript.

onClipEvent (mouseDown) {
play();
}

--------------------------------------
------------------------------
Movieclip play wihle moving with arrow keys.

onClipEvent (load){movespeed = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT)) {
play();
_rotation = 90;
_x+= movespeed;
}
if (Key.isDown(Key.LEFT)) {
play();
_rotation = 270;
_x-= movespeed;
}
if (Key.isDown(Key.UP)) {
play();
_rotation = 0;
_y-= movespeed;
}
if (Key.isDown(Key.DOWN)) {
play();
_rotation = 180;
_y+= movespeed;
}
if (Key.isDown(Key.RIGHT) && Key.isDown(Key.UP)) {
_rotation = 45;
}
if (Key.isDown(Key.LEFT) && Key.isDown(Key.UP)) {
_rotation = 315;
}
if (Key.isDown(Key.RIGHT) && Key.isDown(Key.DOWN)) {
_rotation = 135;
}
if (Key.isDown(Key.LEFT) && Key.isDown(Key.DOWN)) {
_rotation = 225;
}
}

--------------------------------------
--------------------------------------
-------------------------------------
make movieclip follow along with mouse.

function convert(radians:Number):Number {
degrees = radians*(180/Math.PI);
return degrees;
}
man.onEnterFrame = function() {
var adjacent:Number = this._x-_xmouse;
var opposite:Number = this._y-_ymouse;
var angle:Number = Math.atan2(opposite, adjacent);
this._rotation = convert(angle);
};

-------------make movieclip move with w,a,s,d------------------------

onClipEvent(enterFrame){
if(Key.isDown(65)){
this._rotation = 270;
this._x -= 3;
; }else if(Key.isDown(68)){
this._rotation = 90;
this._x += 3;
}else if(Key.isDown(87)){
this._y -= 3;
this._rotation = 0;
}else if(Key.isDown(83)){
this._y += 3;
this._rotation = 180;
}else{
this.gotoAndStop(1);
}
}

-----------Make all sounds stop------------
stopAllSounds();


Posted by dnatoxic - February 21st, 2008


Hey NG users,
Chaos:The city campaign is half-way done! DOnt play that crappy alpha demo i submitted a while back cause i trashed that and redid it putting my blood and sweat into this game and tutorials.Im not such good at animating and stuff so im out on the prowl for some people good at animating,you will be greatly rewarded.The following things are needed to join
-WindowsLive IM
-iq over 10
-flash mx or higher
-Know how to animate walking.

The following below are the rewards,
Mention in the credits.
Added as a temporary member to XNA design team
Chance to become full time member
Mentioned on the description of the game
Maybe some moolauh(I mean cash){MUST HAVE PAYPAL} 10+

Do not comment unless you are intreted or have questions about the game.

Anyways visit the forum and site for updates, www.freewebs.com/xnapowered
www.fragfest2008.forumarena.com

Thank you DNATOXIC.

LOOKING FOR ANIMATORS!


Posted by dnatoxic - February 13th, 2008


Hey guys,
Dnatoxic here just to let you all know about FF08.It is going to be a online-multiplayer birdseye shooter with many features such as chatting,hosting you're own servers and customizing you're player plus duel-wielding weapons such as mp5's m16's and even double-barrel shotguns!

Anyways I AM NOT MAKING THIS GAME the programmer is a very close friend of mine,JACKY RIAWAN aka jackisgames (The main developer of CQC a sidescroller that got front page).
He is programming the game and doing some artwork i am helping too.IF YOU WANT IN ON THE GAME AND TO BE A BETA-TESTER go to www.fragfest2008.forumarena.com to chat with other member's
remember if you're going to join the forum and be a beta tester you MUST STAY ACTIVE.

Again the link is www.fragfest2008.forumarena.com

And in other news CQC2-BloodWar is set to be delayed and started up on in late 08'.
Just posting on my page and forum this is DNATOXIC reporting on the latest and hottest games of 2008.

IN OTHER NEWS!!!!
Chaos city campaign is near finished! -
MAJOR NEWS:
Im starting a subproject,its going to be a series called Super.Awesome.Funny.Friends or (SAFF) for short.It's about 4 charachters that visit earth below is a back story.

Back story,
Well anyways the main charcters or basicaly all the characters are from the planet SuperAwesomeCoolPlanet.They are mixes between robots and animals.With the robot parts they can talk english and play and actually be intelligent the story sets around 2009 when they visit earth.

"They" Are Mr.Crumbs,Kool-Grade,Jackbo and finnaly finny.
The image above is a preview of Mr.Crumbs a giant fat Teddy-bear robo thingy.

Thats all for today folks hoep you read this so you can stay up to par with whats headed your way.

FlashNews 1st article.


Posted by dnatoxic - February 12th, 2008


The cqc source was just realeased!
Dont have the linking client? A free version is on our webpage www.freewebs.com/xnapowered.


Posted by dnatoxic - February 9th, 2008


Main site just got updated,so go and check it out
www.freewebs.com/xnapowered

Also join the frag fest forum! Become a beta tester!

www.fragfest2008.forumarena.com


Posted by dnatoxic - February 4th, 2008


On brake,
Hey guys im on a short break my lap-tops down and in service so chaos and CQC2 will be delayed.
Jack, the creator of cqc is working on "frag-fest 2008"an online shooting game where you can duel wield weapons,chat,make you're own charchters and even create co-op slayer games!
The games realeased date is TBA(to be announced).And a post-beta will head you're way soon so pm me if you want in.

FORUM UP AND RUNNING AGAIN!

http://fragfest2008.forumarena.com/


Posted by dnatoxic - January 25th, 2008


Hey guys,
JackIsGames now is part of the xna-design team and productions!
You know what that means???
Lots of updates for CQC and some teasers for CqC2:BloodRain

Whats happening to the original cqc?
Well it's being converted to the xna-engine wich means better frame-rate updated functions and much more(MUR HEALTHPACKS YAY =3).

Ai will now help you thorught the game.

When will this update be realeased to newgrounds you say? Soon we hope. Visit our webpage for the Upadated CQC and some trailers for cqc2!!!

www.freewebs.com/xnapowered


Posted by dnatoxic - January 17th, 2008


Im going to realese a edited version of my game ShadowFactored to NG later on thats all i have to say rite now.


Posted by dnatoxic - January 5th, 2008


Here is a screenie/spoiler of CHAOS!!!!

Chaos cutscene screenie!