18 Apr

Screensaver for your Flash Kiosk Multimedias

This code I use in most of my stand alone flash multimedias.  The code is designed to monitor if any buttons have been pressed. var intervalIdScreensaver:Number;var durationScreensaver:Number = 1000; //this set the time in ticks between checking functi… more »

free b2evolution skin
18 Jan

Tween function for changing a movieclips properties over a specified period of time

<code>import mx.transitions.Tween;_root.tweenObject = function(mc, mcProperty, ease, startVal, endVal, timeVal) { if (ease == "in") { //trace("ease = "+ease); ease = mx.transitions.easing.Regular.easeIn; } else if (ease == "out") { //trace("ease =… more »

free b2evolution skin
18 Jul

Drag, Drop and Swap Flash CS3

I needed to create a interface that allowed me to re-order a list. I found this tutorial on FlashKit www.flashkit.com/tutorials/Actionscripting/Drag_Dr-Gorky-126/ which allows to not only drag and drop but to also swap movie clips. Unfortunately this w… more »

free b2evolution skin
18 Jun

Saving Flash graphics as image files at runtime


free b2evolution skin