clickTag issue in AS3 banner - quick retrograde advice needed

Hi,

I built the following banner using AS3 http://www.airsauce.com/clients/filter/tick.html
but when I came to publish it after adding an invisible button with the standard clickTag code I noticed the output error, investigated and discovered that AS3 does not support the onRelease markup.

This is the very simple code I’ve been using in the banner which I need to change so it is AS2 compatible which will enable me to publish the banners with the clickTag in place.

import fl.transitions.Tween;
import fl.transitions.easing.*;
import fl.transitions.TweenEvent;

var myTween10:Tween = new Tween(down2, “x”, Bounce.easeOut, 140, 102, .5, true);

Any help would be much appreciated.

:smiley: