- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 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