15.10.2012 Views

Actionscript 3 Entwicklerhandbuch

Actionscript 3 Entwicklerhandbuch

Actionscript 3 Entwicklerhandbuch

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

ACTIONSCRIPT 3.0 ENTWICKLERHANDBUCH<br />

Drucken<br />

}<br />

}<br />

}<br />

txt.text = "Hello World";<br />

private function initPrintJob():void<br />

{<br />

pj.selectPaperSize(PaperSize.LEGAL);<br />

pj.orientation = PrintJobOrientation.LANDSCAPE;<br />

pj.copies = 2;<br />

pj.jobName = "Flash test print";<br />

}<br />

private function draw():void<br />

{<br />

addChild(bg);<br />

addChild(txt);<br />

txt.x = 50;<br />

txt.y = 50;<br />

}<br />

Letzte Aktualisierung 27.6.2012<br />

996

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!