• Style Pro CMS Flash Template
    Paypal Shopping Cart
    iPhone/iPad compatible



  • Style Portfolio v.3 CMS Flash Template
    Paypal Shopping Cart
    iPhone/iPad compatible



Welcome, Guest

Re-size component/news
(1 viewing) (1) Guest
Welcome to the Power XML Template support forum!

TOPIC: Re-size component/news

Re-size component/news 2 years, 4 months ago #22

  • GEEK420
  • OFFLINE
  • Junior Boarder
  • Posts: 26
  • Karma: 0
How would I go about re-sizing the news component to a larger size?

Re:Re-size component/news 2 years, 4 months ago #23

  • admin
  • OFFLINE
  • Administrator
  • Posts: 569
  • Karma: 13
hi

to do this you need to work on the as file.

size and scroll is fixed on 3 news per page



cheers

marco

Re:Re-size component/news 2 years, 4 months ago #24

  • GEEK420
  • OFFLINE
  • Junior Boarder
  • Posts: 26
  • Karma: 0
I don't want to re-size the contents of the block, I just want to display the whole block bigger.

Re:Re-size component/news 2 years, 4 months ago #26

  • admin
  • OFFLINE
  • Administrator
  • Posts: 569
  • Karma: 13
I didn't ever tried something like this

You can have problem with fonts alias, but you can try to enlarge it by scaleX and scaleY

in main.as search for:

closeG();
newsF = new news(this,website[cliCked][2],true);
				newsF.x = stage.stageWidth / 2 ;
				newsF.y = stage.stageHeight / 2 - newsF.height / 2;


and add below:

newsF.scaleX=1.5;
newsF.scaleY=1.5;

Re:Re-size component/news 2 years, 4 months ago #30

  • GEEK420
  • OFFLINE
  • Junior Boarder
  • Posts: 26
  • Karma: 0
I tried your suggestion but there is no change.
I just wanted to make the news module bigger so the old people can read the text.

Re:Re-size component/news 2 years, 4 months ago #31

  • admin
  • OFFLINE
  • Administrator
  • Posts: 569
  • Karma: 13
it works

but you need to recompile main_full.fla
Time to create page: 0.24 seconds