MTCodeBeautifier from Sean Voisen is now available from the MT Plugin Directory.
MTCodeBeautifier makes color-coding so easy. Let us check out an example below;
//This is a comment test
//Let us do a fade out
MovieClip.prototype.fadeOut = function()
{
this.onEnterFrame = function()
{
if (this._alpha >= 0)
{
this._alpha = this._alpha - 5;
trace("The alpha value is : " + this._alpha);
} else {
delete this.onEnterFrame;
}
};
};
Brajeshwar posted this article
on Mon, Mar 17th, 2003 at 4:26 am
Categorized under Technology








Comments Post Yours
There are 6 responses so far. You can follow any responses to this entry through the RSS feed. You can skip to the end and leave a response. Pinging is currently not allowed.
Glad to see someone got it working
Sup, i got it working, but my font is too small for the rest of the page. and at the end of everyline it ads a /br> to my pages, would you mind telling us what files you edited so you would not get the /br> and changed the font size?
thank You!
ok, i figured it out, when i post i had to turn off the line breaks.
I still have problem with the size, but the thing that bother me most was the line brakes.
if you still can comment how to change size and colors i would really appreciate it
:o)
btw, i used the test code you have on the page, hope you dont mind, it was for purposes only
good points
good
I read an article the other day, and guess what? Scooters have been voted the top three most popular American’s sports? In some cases, scooters are not only used as a fun toy, lots of people even use it as daily transportation. A guy says he rides scooter to work everyday. It costs him about 15 to 20 dollars a month. Think about the high gas price these days, this may not be a bad idea. Hahaha÷
Post yours