-
Parabola
Clip | Source
-
30 Jahre Martin Vögeli
Ein Leben in acht Bildern:) Die Flash-Präsentation Animation | Quelle
-
Draw an Ellipse: drawEllipse()
Clip | Source
-
>| Adventskalender |<
Der Adventskalender / Download Advent, Advent ein Kerzlein brennt. Ein virtueller Adventskalender ist zwar nicht ganz so sinnlich, dafür ist er aber online verfügbar 😉 Die Ultrakurzdokumentation Die Bereiche der Imagemap sind mit advent() verknüpft, diese Funktion prüft, ob eine Türe geöffnet werden darf und öffnet je nach dem mit openNewWindow() ein Popup. Der Feedback Für…
-
Function Associated to Every Instance of a Symbol
Clip | Source Click on the buttons left of the grey square (instances of the symbol ClpClass) and it will show or hide itself. Click on the square and it will rotate. The two functions needed are defined once in the symbol ClpClass.
-
Barber Pole
Clip | Source
-
Define Path with Mouse and Draw Line
Clip | Source An ActionScript Snippet Example by birdy1976 // STEP 1 // run this script and press the // mouse button to record your path var i = 0; var flagRecord = false; var flagPlay = false; var arrXPos = new Array(); var arrYPos = new Array(); // // STEP 2 // copy and…
-
Circle Rotation Depending on Mouse Position
Clip | Source The ActionScript Snippet onClipEvent (load) { // set parameters: // amplify the speed var k = 0.03; } onClipEvent (enterFrame) { // loop: // recalculate the rotation this._rotation = this._rotation-k*(_parent._xmouse-this._x); }
-
Drag and Drop for Willi
Clip | Source