Hello,
I’m new to actionscript and am having difficulties creating a simple rollover action for a flash banner.
I have managed to make it repeat on rollover, but only the first couple of seconds of the animation.
the code I have used is:
ban.addEventListener(MouseEvent.ROLL_OVER, banOver);
function banOver(event:MouseEvent):void
{
ban.gotoAndPlay(“banner”)
}
any help would be much apreciated.
thanks in advance.