PDA

View Full Version : [Tweener] Error


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?

guiltfilter
06-01-2008, 01:33 PM
this code works fine for me, make sure the instance 'paintings' has 17 frames and a stop action on frame 1.

Petros34
06-01-2008, 04:29 PM
it has the stop action as layer one and 17 frames as layer two sitll nothing tho =\