Zurück   Flashforum > Flash > ActionScript > ActionScript 1

Antwort
 
LinkBack Themen-Optionen Ansicht
Alt 08-07-2006, 08:35   #1 (permalink)
Neuer User
 
Registriert seit: Jan 2002
Beiträge: 1.244
Spirale

Hi,

habe dieses Script hier im Forum gefunden.

PHP-Code:
_root.createEmptyMovieClip ("spirale", -3);
spirale._x Stage.width 2;
spirale._y Stage.height 2;
spirale._alpha 30;
radius 100;
startgrad 0;
anzahl 18;
abstand 20;
rate 5;
for (
zahl 0zahl anzahlzahl++)
{
    
radius2 radius;
    
startgrad2 startgrad + (abstand zahl);
    
spirale.lineStyle (10x000000100);
    
spirale.moveTo (Math.sin (Math.PI startgrad2 180) * radiusMath.cos (Math.PI startgrad2 180) * radius);
    for (
grad startgrad2grad <= startgrad2 360grad += rate)
    {
        
spirale.lineTo (Math.sin (Math.PI grad 180) * radius2Math.cos (Math.PI grad 180) * radius2);
        
radius2 -= radius 360 rate;
        
    }
}
spirale.onEnterFrame = function ()
{
    
this._rotation++;
}; 
Jetzt wollte ich es so verändern:

Jemand eine Idee ?
Angehängte Grafiken
Dateityp: jpg vorgabe.jpg (13,3 KB, 37x aufgerufen)
__________________
Mfg aus Brandenburg.

harego

Spiel

Zur Page
harego ist offline   Mit Zitat antworten
Alt 10-07-2006, 09:20   #2 (permalink)
Flashseppel
 
Benutzerbild von fred am rechner
 
Registriert seit: Sep 2004
Ort: Berlin
Beiträge: 442
wie soll das gehen? das ding dreht sich ja, sollen die horizontalen linien sich mitdrehen?
__________________
<<-->>
fred am rechner ist offline   Mit Zitat antworten
Antwort

Lesezeichen

Themen-Optionen
Ansicht

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks sind an
Pingbacks sind an
Refbacks sind an



Alle Zeitangaben in WEZ +1. Es ist jetzt 10:05 Uhr.

Domains, Webhosting & Vserver von Host Europe
Unterstützt das Flashforum!
Adobe User Group


Copyright ©1999 – 2012 Marc Thiele