Flash Question

Out of context: Reply #2

  • Started
  • Last post
  • 10 Responses
  • PonyBoy0

    the top 3 lines control your stage's scale ability, alignment and display state...

    the forth line creates a listener for the 'stage' calling a function 'stageRESIZE'... which has two variables - note that they're equal to stage.stageWidth etc (properties of the stage class)... these variables allow you to capture the width / height of the stage and then of course you'd need extra code after those two variables that control the table that holds all your content...

    • er... properties that extend the 'display' class actually... i think... yeah :)PonyBoy

View thread