ff:omikuji
kuji.
♥1 |
Line 11 |
Modified 2012-01-07 11:22:40 |
MIT License
archived:2017-03-20 13:04:56
ActionScript3 source code
/**
* Copyright Nos_lkSsvOhB ( http://wonderfl.net/user/Nos_lkSsvOhB )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
* Downloaded from: http://wonderfl.net/c/5X0R
*/
// forked from maxcaffy's おみくじ
package {
import flash.text.TextField;
import flash.display.Sprite;
public class Hoge extends Sprite {
public function Hoge() {
// write as3 code here..
var a:TextField = new TextField();
stage.addChild(a);
a.htmlText = "<b>当たり</b>";
}
}
}