| |||||||
Du magst keine Werbung? Wir auch nicht!
Einfach registrieren und die Werbung ist weg. Diese Nachricht sehen nur nicht registrierte Nutzer.
![]() |
| | LinkBack | Themen-Optionen | Ansicht |
| | #1 (permalink) |
| Neuer User Registriert seit: Apr 2006
Beiträge: 9
| Rotation stoppt nicht...
Hallo, kann mir einer sagen warum der MC "flocke" nicht aufhört zu rotieren ??? Code: stop();
this.flocke._xscale = 100;
this.flocke._yscale = 100;
this.flocke._alpha = 60;
onMouseDown = function () {
if (this.flocke._xscale<200) {
onEnterFrame = function () {
this.flocke._rotation += 7;
this.flocke._xscale += 17;
this.flocke._yscale += 17;
this.flocke._alpha += 6;
};
}
}; Cytrix |
| | |
![]() |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | |
| |