Flash (AS3) Movieclip-Rotation

    if (rotCW)
{
    tramp1.rotation += 3;
    if (tramp1.rotation = 90){
        tramp1.rotation += 0;
    }
}

Ich versuche es so zu machen, dass, wenn der movieclip-rotation ist 90, seine Drehzahl ist 0.
Aber jedes mal, wenn ich drücken Sie die ' - Taste (der Auslöser rotCW), die movieclip-rotation geht nur bis 90.

InformationsquelleAutor LaPXL8R | 2013-08-17

Schreibe einen Kommentar