Hi!
Me again, I’m experiencing some proprems when using your preloder: Some actionscript events in the movie loaded working when testing the movie doesn’t work when using the preloader, mainly button events like this type of code :
“import caurina.transitions.*;
butt1.addEventListener(MouseEvent.ROLL_OVER, butt1_ROLLOVER);
function butt1_ROLLOVER(e:MouseEvent):void
{
Tweener.addTween(this.francais, {_frame:45, time:1, transition:”linear”});
}
butt1.addEventListener(MouseEvent.ROLL_OUT, butt1_ROLLOUT);
function butt1_ROLLOUT(e:MouseEvent):void
{
Tweener.addTween(this.francais, {_frame:5, time
.4, transition:”linear”});
} “
do you have any quick idea on what’s wrong?
Maybe something to add to the script when using the preloader?
THX
laurent @opssm
Posted 3 months ago