-
Drag and Drop for Willi
Clip | Source
-
Damped Oscillation of a Spring Mass System
Clip | Source
-
Zoom Image or MovieClip
Clip | Source
-
Rotate to Mouse Click
Clip | Source
-
Time of Day Changes Background Image
Clip | Source
-
onClipEvent(data) Dynamically Assign Handler
Source
-
Tiled Wallpaper or Background
Clip | Source
-
print and printAsBitmap
Clip | Source
-
Gesprochener Text in Online-Lerneinheiten (Beispiel)
6. FNL-Mitgliedertreffen vom 2003/09/22 in Bern Dieses Beispiel (mit Ton) stammt aus dem SVC-Projekt „Signale und Systeme“ und dient dort als Appetitmacher für das Thema „Stabilisierung instabiler Systeme“. Nachtrag vom 8. Mai 2013: Bitte beachten Sie, dass die Antimation automatisch startet. Heute würde ich eher einen Startknopf vorsehen…
-
Flash Plot 0.4b
Clip | Source| Bsp: Trigon // load plotter #include „plot.as“ // use case 1 (matrix) var arrX = [0, 10, 30, 35, 44, 50, 66, 100]; var arrY = [0, 10, 55, 50, 55, 67, 40, 100]; clipPlot1.setDimension(330, 200); clipPlot1.plot(arrX, arrY, [1, 0x009900, 100, „d“]); // use case 2 (function) function plotFunction(x) { return 50*Math.cos(x/10)+50;…