# clickTag issue in AS3 banner - quick retrograde advice needed

**URL:** https://forum.kirupa.com/t/clicktag-issue-in-as3-banner-quick-retrograde-advice-needed/274998
**Category:** flash
**Created:** [November 7, 2008, 3:35pm UTC](https://forum.kirupa.com/t/clicktag-issue-in-as3-banner-quick-retrograde-advice-needed/274998 "2008-11-07T15:35:57Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![danx](https://avatars.discourse-cdn.com/v4/letter/d/6f9a4e/32.png) [@danx](https://forum.kirupa.com/u/danx)
#### Post date: [November 7, 2008, 3:35pm UTC](https://forum.kirupa.com/t/clicktag-issue-in-as3-banner-quick-retrograde-advice-needed/274998/1 "2008-11-07T15:35:57Z")

</div>

Hi,

I built the following banner using AS3 [http://www.airsauce.com/clients/filter/tick.html](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.

😃
