Quote:
Originally posted by ztik
There is nothing in the banner. There is no secret.
// Action script...
// [Action in Frame 1]
function babah()
{
delete("onEnterFrame");
gotoAndStop(2);
} // End of the function
stop();
speedList = new Array(5, 6, 7, 8);
speed = speedList[random(SpeedList.length)];
function ()
{
this._x = this._x + speed;
if (this._x >= 664)
{
delete("onEnterFrame");
this._x = -40;
gotoAndStop(4);
} // End of the function
} // end if
onEnterFrame = function ();
// [Action in Frame 3]
stop();
function ()
{
this._x = this._x + speed;
if (this._x >= 664)
{
delete("onEnterFrame");
this._x = -40;
gotoAndStop(4);
} // End of the function
} // end if
onEnterFrame = function ();
// [Action in Frame 4]
stop();
delete("onEnterFrame");
randomPause = random(72);
counter = 0;
function ()
{
if (counter hahahaha randomPause)
{
delete("onEnterFrame");
gotoAndStop(1);
} // end if
counter++;
} // End of the function
onEnterFrame = function ();
// Action script...
// [Action in Frame 45]
_parent.nextFrame();
stop();
|
You just took out that one line so others can't claim the $20.

:
Btw, what program did you use to decompile it?

Let me know: progex [at] comcast.net