-
Kurs www.lbl.ch 2004/08/23
Gewünschtes Programm Einbetten von kurzen Audio- und Videosequenzen in Powerpoint. Zusammenbau aller Elemente (mit Text, Hyperlinks und Animationen) zu einem Multimedia-Dossier in den Formaten PPS und PDF. Kurze Grundlagen der Filmbearbeitung der Videosequenzen (einfache Funktionen wie schneiden, Einbau von Text): Möglichkeiten z. B. mit QuickTime (einfache und kostengünstige Software) Möglichkeiten zur Reduktion der Datenmengen (webfähiges PDF…
-
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
-
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