Posted By


jamatryx on 05/10/10

Tagged


Statistics


Viewed 62 times
Favorited by 0 user(s)

hola estoy probando nuevamente


/ Published in: ActionScript 3
Save to your folder(s)

teclado


Copy this code and paste it in your HTML
  1. private function onAddedToStage( evt:Event ):void
  2. {
  3. this.stage.scaleMode = StageScaleMode.NO_SCALE;
  4. this.stage.align = StageAlign.TOP_LEFT;
  5. this.x=this.stage.stageWidth/2;
  6. this.y=this.stage.stageHeight/2;
  7. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.