Dejo el código:
Código :
onClipEvent (load) { var myShadow1:flash.filters.DropShadowFilter = new flash.filters.DropShadowFilter (0, 0, 0xffffff, 0.5, 5, 5, 1, 5, false, false, false); var myShadow2:flash.filters.DropShadowFilter = new flash.filters.DropShadowFilter (10, 0, 0xffffff, 1, 20, 20, 2, 5, false, false, false); this.dropShadowTo(myShadow1, 1); this.glowTo(0x1C3F94, 1, 20, 20, 2, 4, false, false, 2); this.onRollOver = function() { _root.Tooltip.showTooltip(); this.dropShadowTo(myShadow2, 2); this.glowTo(0x1C3F94, 1, 20, 20, 2, 4, false, false, 2); this.resizeTo(279,198,4,"easeoutelastic"); }; this.onRollOut = function() { _root.Tooltip.hideTooltip(); this.dropShadowTo(myShadow1, 1); this.glowTo(0x1C3F94, 1, 20, 20, 2, 4, false, false, 2); this.resizeTo(249,168,2,"easeoutelastic"); }; } onClipEvent (load) { this.onPress = function() { this.dropShadowTo(myShadow1, 2); }; } onClipEvent (load) { this.onRelease = function() { this.dropShadowTo(myShadow2, 2); this.glowTo(0x1C3F94, 1, 20, 20, 2, 4, false, false, 2); this.getURL("http://www.kolobo.com",_self); }; } onClipEvent (load) { this.onDragOut = function() { this.dropShadowTo(myShadow1, 1); this.glowTo(0x1C3F94, 1, 20, 20, 2, 4, false, false, 2); this.resizeTo(249,168,2,"easeoutelastic"); }; }
¿Qué le tengo que decir para que haga una especie de TellTarget con un mc que le ponga para que cuando haga el Rollout aparezca una animación? Y al hacer Rollout pues que se desvanezca.... ??
Gracias!!