Advertisement
Guest User

Untitled

a guest
Aug 8th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         Panels2color.width = swfWidth;
  2.         Panels2color.scaleY = Panels2color.scaleX;
  3.         Panels2color.x = stage.stageWidth / 2;
  4.         Panels2color.y = stage.stageHeight - Panels2color.height;
  5.  
  6.         Panels2.scaleX = Panels2color.scaleY;
  7.         Panels2.scaleY = Panels2.scaleX;
  8.         Panels2.x = stage.stageWidth / 2;
  9.         Panels2.y = stage.stageHeight - Panels2color.height;
  10.  
  11.         Panels1.scaleY = Panels2.scaleY;
  12.         Panels1.scaleX = Panels1.scaleY;
  13.         Panels1.x = 5;
  14.         Panels1.y = 5;
  15.  
  16.         Panels3.scaleY = Panels2.scaleY;
  17.         Panels3.scaleX = Panels3.scaleY;
  18.         Panels3.x = stage.stageWidth - Panels3.width - 5;
  19.         Panels3.y = 5;
  20.  
  21.         Background.scaleY = Panels2.scaleY;
  22.         Background.scaleX = Background.scaleY;
  23.         Background.x = stage.stageWidth / 2;
  24.         Background.y = stage.stageHeight / 2;
  25.  
  26.         Character.scaleY = Panels2.scaleY;
  27.         Character.scaleX = Character.scaleY;
  28.         Character.x = stage.stageWidth / 2;
  29.         Character.y = stage.stageHeight / 2;
  30.  
  31.         DDH.scaleX = Panels2.scaleY;
  32.         DDH.scaleY = DDH.scaleX;
  33.         DDH.x = stage.stageWidth / 2;
  34.         DDH.y = stage.stageHeight - Panels2.height;
  35.  
  36.         DDD.scaleX = Panels2.scaleY;
  37.         DDD.scaleY = DDD.scaleX;
  38.         DDD.x = stage.stageWidth / 2;
  39.         DDD.y = stage.stageHeight - Panels2.height;
  40.  
  41.         DraggiesTEMP.scaleX = Panels2.scaleY;
  42.         DraggiesTEMP.scaleY = DraggiesTEMP.scaleX;
  43.         DraggiesTEMP.x = stage.stageWidth / 2;
  44.         DraggiesTEMP.y = stage.stageHeight - Panels2.height;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement