-
Actor with Flare and Sparks (VFX)
The first exercise (fundamentals of working with multiple layers) of Visual Effects for Guerrilla Filmmakers was to create a composition from three strips provided by the course instructors. Freeze frames: I put Blender to the task. This video tutorial was a good start! But in the dialog window „Edit Strip“ I used „Add“ for the…
-
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); }
-
Rotate to Mouse Click
Clip | Source
-
Drag ’n‘ Drop and Rotate Clips
Clip | Source