Category Archives: tutorial

Dynamic Scrolling Buttons

Here’s an example. A dynamic scroll, that changes speed according to your mouse. Here is the code for it as well, I tried to keep it pretty generic, just put this onto a movie clip I named “scroll.” And change the variables to fit your needs. Enjoy, and let [...]
Also posted in portfolio | Tagged , , , , , , , | 13 Comments

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: 123456789101112131415161718192021222324252627282930313233343536373839404142434445onClipEvent (load) {   //random [...]
Also posted in portfolio | Tagged , , , , , | Leave a comment