Changeset 13826 for lang/actionscript/FPazzle/trunk/src/Fpazzle.mxml
- Timestamp:
- 06/13/08 22:21:12 (5 years ago)
- Files:
-
- 1 modified
-
lang/actionscript/FPazzle/trunk/src/Fpazzle.mxml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/actionscript/FPazzle/trunk/src/Fpazzle.mxml
r13825 r13826 3 3 <mx:Script> 4 4 <![CDATA[ 5 import mx.core.UIComponent;6 5 import mx.core.UIComponent; 6 import net.suztomo.FPazzle.*; 7 7 public function init():void { 8 8 var container:UIComponent = new UIComponent(); … … 15 15 txt.y = 500; 16 16 17 /* var rect:Rectangle = new Rectangle(0, 0, 141, 100);*/ 18 var sprite:Sprite = new Sprite; 17 var sprite:FPiece = new FPiece; 19 18 sprite.graphics.beginFill(0x551199, 1); 20 19 sprite.graphics.drawRect(100, 120, 141, 100); 20 sprite.rotation = 12; 21 21 container.addChild(sprite); 22 22 trace(); 23 23 } 24 24 25 25 26 ]]>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)