بسم الله الرحمن الرحيم
درس صممته بنفسي و الكودات انا من كتبها ^^
انشاء الله تستفيدون من الدرس :
رابط التحميل :
http://www.9q9q.net/up2/index.php?f=XXWmljfCB
اكشن رقم 1
اكشن رقم 2كود:onClipEvent (enterFrame) { this._x += Math.random()*(this._xscale)/10; this._y += Math.random()*(this._xscale)/10; if (this._x>500) { this._x = 0; } if (this._y>330) { this._y = 0; }}
و السلام عليكمكود:for (i=1; i<40; i++) { montada.duplicateMovieClip("montada"+i, i); eval("montada"+i)._x = Math.random()*500; eval("montada"+i)._y = Math.random()*333; eval("montada"+i)._xscale = Math.random()*70+30; eval("montada"+i)._yscale = eval("montada"+i)._xscale; eval("montada"+i)._alpha = eval("montada"+i)._xscale+20; } stop();






























