[hide]
תעתיקרו את זה לתיבת הסקריפטים:
אפשר לשנות לפי הצורךקוד:Text = "shokomoka"; letters = Text.split(""); letterformat = new TextFormat(); letterformat.font = "VIPER NORA"; letterformat.align = "center"; letterformat.size = "15"; spacing = 15; speed = 2; for (var LTR = 0; LTR<letters.length; LTR++) { mc = _root.createEmptyMovieClip(LTR+"l", LTR); mc.createTextField(letters[LTR]+"t", LTR, LTR*spacing, 10, 20, 20); with (mc[letters[LTR]+"t"]) { text = letters[LTR]; setTextFormat(letterformat); selectable = false; } if (LTR) { mc.prevClip = _root[(LTR-1)+"l"]; mc.onEnterFrame = function() { this._x += (this.prevClip._x-this._x+5)/speed; this._y += (this.prevClip._y-this._y)/speed; }; } else { mc.onEnterFrame = function() { this._x += (_root._xmouse-this._x+20)/speed; this._y += (_root._ymouse-this._y)/speed; }; } }
[/hide]
הנה הדוגמה: http://img451.imageshack.us/my.php?i...okomokair4.swf
שווה מאוד!!
תהנו





הירשם כדי להגיב לנושא


