Guest User

Untitled

a guest
Jul 17th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. var initModule:Function = function ():Void {
  2. __root.init = true;
  3. __root.news_detail_clip._y = 0 - __root.news_detail_clip._height;
  4. __root.news_clip._y = 0 - __root.news_clip._height;
  5. __root.news_clip._alpha = 100;
  6. __root.back_ground._y = Math.round(((Stage.height + 70) / 2) - (__root.news_clip.back_ground._height / 2)) + 120;
  7. if (__root.totalNews > 7) {
  8. __root.addNewsListScrollBar();
  9. }
  10. Tweener.addTween(__root.back_ground, {_y:Math.round(((Stage.height + 70) / 2) - (__root.news_clip.back_ground._height / 2)) + 60, _alpha:Number(__root.xmlSettings.attributes.backGroundAlpha), time:1, delay:0.5, transition:"easeOutExpo"});
  11. Tweener.addTween([__root.news_clip, __root.news_detail_clip], {_y:Math.round(((Stage.height + 70) / 2) - (__root.news_clip.back_ground._height / 2)), time:1, transition:"easeInOutExpo"});
  12. };
Add Comment
Please, Sign In to add comment