Sha256: 5ca35354c6fd87cfc5aa9ea3553e65c85b6067d98021b915e1b6ee0f4acb0051
Contents?: true
Size: 266 Bytes
Versions: 7
Compression:
Stored size: 266 Bytes
Contents
package { import flash.display.Sprite; import flash.text.TextField; public class actionscript extends Sprite { private var hello:TextField = new TextField(); public function actionscript(){ hello.text = "Hello, World!"; addChild(hello); } } }
Version data entries
7 entries across 7 versions & 1 rubygems