2008-12-21から1日間の記事一覧

加速度センサとたわむれてみる

以下がMXMLのソース。ほとんどコピペ。まるで自信無しw <mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" fontSize="36" width="383" height="204" creationComplete="init()"> <mx:Label x="25" y="10" text="X軸:"/> <mx:Label x="28" y="68" text="Y軸:"/> </mx:label></mx:label></mx:windowedapplication>

LEDアレイなんぞを

<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="init()" width="229" height="152"> <mx:Script> </mx:script></mx:windowedapplication>