- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.lled)) {
if (this._parent.sol.gotoAndStop(2) ){
if (this._parent.polzu._y<210) {
this._parent.polzu._y += 1;
}
}
} else {
if (this._parent.polzu._y>150) {
if (this._parent.sol.gotoAndStop(3) ){
this._parent.polzu._y -= 0.3;
}
}
}
}
Комментарии (0) RSS
Добавить комментарий