Petros34
06-01-2008, 08:17 AM
I am trying to take an animation made in flash and make a rollover event in flash for my website. Im getting this error:
## [Tweener] Error: The property '_frame' doesn't seem to be a normal object property of [object paintings_1] or a registered special property.
Here is the script:
import caurina.transitions.*;
butt.addEventListener(MouseEvent.ROLL_OVER,butt_RO LLOVER);
function butt_ROLLOVER(e:MouseEvent):void {
Tweener.addTween(paintings,{_frame:17,time:0.5,tra nsition:"linear"});
}
What do you think?
## [Tweener] Error: The property '_frame' doesn't seem to be a normal object property of [object paintings_1] or a registered special property.
Here is the script:
import caurina.transitions.*;
butt.addEventListener(MouseEvent.ROLL_OVER,butt_RO LLOVER);
function butt_ROLLOVER(e:MouseEvent):void {
Tweener.addTween(paintings,{_frame:17,time:0.5,tra nsition:"linear"});
}
What do you think?