i am using a"pan and scan" for Flyer,, but how would one add "FadeArt" in to the script ?
iv tryed a few things but it breaks it....thanks
IE: local flyer = PanAndScanArt, FadeArt("flyer", 0, 0, flw, flh )
here is my script
//*******pan and scan******back ground flyer art*********
local flyer = PanAndScanArt("flyer", 0, 0, flw, flh )
flyer.set_fit_or_fill("fill");
flyer.set_anchor(::Anchor.Center);
flyer.set_zoom(4.5, 0.00008);
flyer.set_animate(::AnimateType.Bounce, 0.07, 0.07)
flyer.set_randomize_on_transition(true);
flyer.set_start_scale(0.998);
//*******pan and scan END***************************