-
Mouse Regulated Pattern
I started out with a Processing sketch (code) provided by the course instructors. The soundtrack „Prelude No. 14“ by Chris Zabriskie is taken from YouTube’s audio library: A few rules generate intricate patterns – it’s fascinating! I’ve published my sketch on GitHub. Use the mouse to control the pattern: frame rate (left/right), cell size (up…
-
birdy1976: Introduction to the famous #Blender #3D software (workshop at #rmll) #mouse #newbie #opensource #shortcuts #tablet http://t.co/QwBxkKqu
Original-Tweet-Status (OTS)
-
birdy1976: #userfly records user visits and lets you play them back to see every #mouse movement, #click & form interaction http://icio.us/msqpcn
birdy1976: #userfly records user visits and lets you play them back to see every #mouse movement, #click & form interaction http://icio.us/msqpcn
-
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); }
-
Rotate to Mouse Click
Clip | Source
-
Clip „Follow Mouse“
Clip | Source
-
ScrollButtonsListBox
Scroll Buttons for a FListBox Clip | Source Original Question What I would like to do is to have an app which has a remote in the flash movie – and if you click on the arrow on the remote with the mouse, then it has the intended effect as using the arrows on the…
-
MouseOver: rollIn und rollOut
Clip | Source Ein Beispiel für MouseOver über einen unsichtbaren Bereich (Stichwort durchsichtiger Button mit gesetztem aktivem Bereich). Gleicht einer HTML-Imagemap.