actionscript:start
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
actionscript:start [2015-03-09 18:59] – [Hello World] Link zu GitHub a.kamola | actionscript:start [2019-09-11 21:58] (aktuell) – Seite überarbeitet a.kamola | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
====== ActionScript ====== | ====== ActionScript ====== | ||
+ | |||
+ | // | ||
===== Hello World ===== | ===== Hello World ===== | ||
+ | |||
+ | "Hello World" | ||
<code actionscript3 HelloWorld.as> | <code actionscript3 HelloWorld.as> | ||
Zeile 25: | Zeile 29: | ||
* Example class | * Example class | ||
* | * | ||
- | * This is an example class in ActionScript 3.0 with some basic code convetions. | + | * This is an example class in ActionScript 3.0 with some basic code conventions. |
* | * | ||
- | * @author | + | * @author |
* @date 2011-10-24 | * @date 2011-10-24 | ||
- | * @edit 2012-10-25 | + | * @edit 2012-10-25 |
*/ | */ | ||
public class Example extends Sprite { | public class Example extends Sprite { |
actionscript/start.1425923975.txt.gz · Zuletzt geändert: 2015-03-09 18:59 von a.kamola