Tag Archives: interactive
Dynamic Scrolling Buttons
Posted in portfolio, tutorial Also tagged actionscript, as2, download, experiment, flash, open source, tutorial 13 Comments
Synesthesia | Installation- converting sound to shape and color
synesthesia 1. A condition in which one type of stimulation evokes the sensation of another, as when the hearing of a sound produces the visualization of a color. Installation. May 2005 I had a microphone feed into the computer and audio from the room changed the display. I displayed a circle related to the voice [...]
Evanrude Website

Here’s my first portfolio website, from the archive in 2004. Some of the links are broken, but you get the idea. I made an interactive flash version and an html version with frames in dreamweaver. Evanrude link
Posted in portfolio Also tagged animation, as2, dreamweaver, flash, html, self portrait, website Leave a comment
Gravity
Drag Line
Actionscript exercise with a line connecting movable movieClips. Flash Example
actionscript // get x and y coordinates of the circles var ax = _root.point1._x; var ay = _root.point1._y; var bx = _root.point2._x; var by = _root.point2._y; var cx = _root.point3._x; var cy = _root.point3._y; // draw line [...]Multiple Targets
An actionscript exercise. Trying to get a movie clip to go to the closest dynamically created target. Click the button to make more targets. Dragable targets. Move the targets around to see the ball’s target change. Example
actionscript Here’s the actioscript for the little ball: onClipEvent (load) [...]Posted in portfolio, tutorial Also tagged actionscript, as2, experiment, flash, open source Leave a comment












Lori Newman