View Single Post
Old 05-20-2003, 02:03 PM  
ztik
Confirmed User
 
ztik's Avatar
 
Industry Role:
Join Date: Aug 2001
Location: Nomad
Posts: 5,196
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();
ztik is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote