?? Adobe Flash. |
??? ? ?? AS2 ?Adobe Flash CS6. ?? . 1 ???. ?- ?. ??) ? ? ActionScript ?? flocon , . ???,? ,? ????? ?? ? ? ?? ?? ? this.vitesse = random(4) + 1; this.coef = random(60) + 10; this._xscale = coef; this._yscale = coef; this._alpha = random(80) + 10; this._rotation = random(360); this.onEnterFrame = function () { this._y = this._y + vitesse; if (this._y > 440) { this._y = -10; this.vitesse = random(4) + 1; coef = random(60) + 10; this._xscale = coef; this._yscale = coef; this._alpha = random(80) + 10; this._rotation = random(360); } // end if }; ? ?? ??????: stop (); for (i = 1; i <= 300; i++) { _root.attachMovie("flocon", "flocon" + i, i); _root["flocon" + i]._x = 10 + random(730); _root["flocon" + i]._y = 10 + random(530); } // end of for ?? ?? (? ?(? ??? ? * * * * * * ? ? ?? ?? , ??? ???, - , - ? ,,??????. ??(??? ? s1 ? ?. ?(? ??? b1 ? ?: b1.onPress = function () { gotoAndStop(2); }; s1.onPress = function () { gotoAndStop(1); }; * * * * * * ,? ???? ??, , ? ? ActionScript,??font face="" size="4" color="#AF0000"> goutte ,. ??? ,?. ,????,??? ? ?,?? ??,???. ?? ????? coef = random(100); this._xscale = coef; this._yscale = coef; this._alpha = 100 - coef; this.onEnterFrame = function () { this._xscale = this._xscale + 3; this._yscale = this._yscale + 3; this._alpha = this._alpha - 3; if (_alpha <= 0) { this._x = 10 + random(730); this._y = 10 + random(550); coef = random(100); this._xscale = coef; this._yscale = coef; this._alpha = 100 - coef; } // end if }; ? ??? ??2 ???: stop (); for (i = 1; i <= 300; i++) { _root.attachMovie("goutte", "goutte" + i, i); _root["goutte" +i]._x = 10 + random(730); _root["goutte" +i]._y = 10 + random(550); } // end of for ,???? ?? ??????. ? Fla. |
?"?Flash":?? , ??flash?1 - . flash.
?2 - ?? ? ???? ?
...
?35 - ? .
?36 - " ?quot; BAT
?37 - ?? Adobe Flash.
?38 - ? . Photo Stack Gallery?
?39 - funkSnow? Adobe Flash CS6.
...
?48 - ? ??? Adobe Flash.
?49 - ? ????Adobe Flash CS6.
?50 - ? ? Flash(?.
?"??/a>":
?1 - ?.
?2 - ?"".
...
?22 - ???
?23 - . ???? ? ?
?24 - ?? Adobe Flash.
?25 - ? ??
?26 - ?? ? ?
...
?30 - . - ?
?31 - ?? ????
?32 - ???
?" ":
?1 - " ..."
?2 - ? ??Aleo Flash Intro Banner Maker.??.
...
?14 - ??.
?15 - ? . Sothink SWF Quicker.
?16 - ?? Adobe Flash.
?17 - ??, ? ??
?18 - ?? ?
...
?25 - ? ???
?26 - ?015?
?27 - ???
code:
mydate = new Date();
sec = mydate.getSeconds();
min = mydate.getMinutes();
hour = mydate.getHours();
if (sec < 10)
{
sec = "0" + sec;
} // end if
if (min < 10)
{
min = "0" + min;
} // end if
if (hour < 10)
{
hour = "0" + hour;
} // end if
time = hour + " : " + min + " : " + sec;