mouse optico sin alambre


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

esta es una segunda prueba


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


You need to login to view comments.