![]() |
|
||||||||||
|
|||||||
|
|
« Предыдущая тема | Следующая тема » |
| Опции темы | Опции просмотра |
|
![]() |
|
|||||
|
меценат
|
Цитата:
Stage.showMenu = false; _root.StarNoxyS.onEnterFrame = function() { this.swapDepths(25); if (Key.isDown(Key.UP)) { this._y -= 6; } if (Key.isDown(Key.DOWN)) { this._y += 6; } if (Key.isDown(Key.RIGHT)) { this._x += 6; } if (Key.isDown(Key.LEFT)) { this._x -= 6; } } _root.attachMovie("ball","ball1",1) _root.ball1._x=550; _root.ball1._y=int(Math.random()*250); _root.ball1.onEnterFrame = function() { this._x-=6 if(this._x<0){ _root.ball1._x=550; _root.ball1._y=int(Math.random()*250); } } _root.onMouseDown = function() { _root.attachMovie("gun","gun1"+i,i); _root["gun1"+i]._x = _root.StarNoxyS._x _root["gun1"+i]._y = _root.StarNoxyS._y _root["gun1"+i].onEnterFrame = function() { this._x+=12; if(this._x>650){ this.unloadMovie() } if(this.hitTest(_root.ball1)){ this._x=649; _root.ball1.onEnterFrame = function() { this._yscale+=12; this._xscale+=12; this._alpha-=7; if(this._alpha<0){ _root.attachMovie("ball","ball1",1) _root.ball1._x=550; _root.ball1._y=int(Math.random()*250); _root.ball1.onEnterFrame = function() { this._x-=6 if(this._x<0){ _root.ball1._x=550; _root.ball1._y=int(Math.random()*250); } } } } } i++ } } можно подумать что этот скрипт для семерки должен быть каким то другим что бы работать )))))) нововведение и точка ))))))
__________________
Безвыходных положений небывает © Барон Мюнхаузен=)Исходники |
![]() |
Часовой пояс GMT +4, время: 23:48. |
|
|
« Предыдущая тема | Следующая тема » |
|
|