Author Topic: can modules be ran together?  (Read 4074 times)

jedione

  • Hero Member
  • *****
  • Posts: 1135
  • punktoe
    • View Profile
can modules be ran together?
« on: September 28, 2016, 07:06:11 AM »

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***************************
help a friend....