"I'm just going to say this again, but I'm only actually 12 and I'm the one who makes these animations independently."
-Charlie Y.
Sup......ma namez Charlie, oh ya make sure you lock the door im going out for some drinks....
Age 37, Male
Flash Intermediate
What!?
Canada
Joined on 7/19/08
Posted by loopchocolateman1234 - July 25th, 2011
"I'm just going to say this again, but I'm only actually 12 and I'm the one who makes these animations independently."
-Charlie Y.
Posted by loopchocolateman1234 - July 21st, 2011
Finally! Something that I have been proud of and the animations and games are becoming a lot more better! (Mostly because I've been working with Flash more and I've also upgraded to Flash 8)
Posted by loopchocolateman1234 - July 10th, 2011
Yay! The demo for the game is on the way for newgrounds.com! I'm extremely close to finishing it and I hope everybody enjoys it!
Posted by loopchocolateman1234 - June 26th, 2011
Hello my fellow newgrounders! This summer (or at least) will a game come to newgrounds.com called (Master Disaster). A retro obstacle space type game will be my first game that will be put a lot of work into. The game consists of your ship in space being attacked by aliens known as "The Watchers". Before the ship explodes you escape into a escape ship left on aboard. You now dodge all kinds of obstacles in space through out 25 action packed levels. The objective to the game is to retreat on the planet Earth. Updates will be posted every once in a while for the game. Good luck Earthlings!
Post Update: Demo version will be made and posted in the middle of July (or earlier)....
Posted by loopchocolateman1234 - May 22nd, 2011
Sorry Edd that you have cancer, specifically "Leukemia". Hope you get better soon!
Posted by loopchocolateman1234 - April 19th, 2011
Here it is!
onClipEvent (load) {
var acceleration = 0.005;
var termVelocity = 20;
var yVel = 0;
var xVel = 0;
var e = 0.8;
var f = 0.8;
var dragged = 0;
}
onClipEvent (enterFrame) {
if (this._y<380) {
if (dragged == 0) {
yVel += (termVelocity-yVel)*acceleration;
}
} else if (this._y>380) {
yVel *= -1*e;
xVel *= f;
this._y = 380;
}
if (this._x>530) {
xVel *= -1*e;
yVel *= f;
this._x = 530;
} else if (this._x<20) {
xVel *= -1*e;
yVel *= f;
this._x = 20;
}
if (dragged == 0) {
this._y += yVel;
this._x += xVel;
}
}
on (press) {
this.startDrag(false);
dragged = 1;
velocity = 0;
xVel = 0;
}
on (release, releaseOutside) {
this.stopDrag();
dragged = 0;
}
Posted by loopchocolateman1234 - April 5th, 2011
There's this one film that I've been trying to publish but it won't all it says is "Flash MX 2004 has errored"
And that if any way I try to make the film into a swf. file it just gets half-way through then says again"Flash MX 2004 has errored"! Someone please help me!!!
Posted by loopchocolateman1234 - April 3rd, 2011
Bob's Adventure 2:The Doorz (I - - - - - - - - -) 9% Complete Beginner
Yesh Or No? (I I I - - - - - - -) 25% Complete Starting Up
Random Button Math Quiz! (I I - - - - - - - -) 18% Complete Getting Some where's
3-D Fill Effects Tutorial (I I I - - - - - - -) 29% Complete Flowing Through
The Epic Smell (- - - - - - - - - -) 2% Complete Just Started
Mrs.Henrey's Restaurant (I - - - - - - - - -) 12% Complete Beginner
The Ultimate Countdown (I - - - - - - - - -) 12% Complete Beginner
Posted by loopchocolateman1234 - March 28th, 2011
Bob's Adventure 2:The Doorz (I - - - - - - - - -) 9% Complete Beginner
Yesh Or No? (I - - - - - - - - -) 8% Complete Beginner
Random Button Math Quiz! (I I - - - - - - - -) 18% Complete Getting Some where's
3-D Fill Effects Tutorial (I I I - - - - - - -) 29% Complete Flowing Through
The Epic Smell (- - - - - - - - - -) 2% Complete Just Started
Mrs.Henrey's Restaurant (I - - - - - - - - -) 12% Complete Beginner
The Ultimate Countdown (I - - - - - - - - -) 12% Complete Beginner
Winblows 98 (I I I I I I I I - -) 80% Complete Almost Done
Posted by loopchocolateman1234 - March 26th, 2011
Bob's Adventure 2:The Doorz (I - - - - - - - - -) 9% Complete Beginner
Yesh Or No? (I - - - - - - - - -) 8% Complete Beginner
Random Button Math Quiz! (I I - - - - - - - -) 18% Complete Getting Some where's
3-D Fill Effects Tutorial (I I I - - - - - - -) 29% Complete Flowing Through
The Epic Smell (- - - - - - - - - -) 2% Complete Just Started
Mrs.Henrey's Restaurant (I - - - - - - - - -) 12% Complete Beginner
The Ultimate Countdown (I - - - - - - - - -) 12% Complete Beginner