Changeset 14979 for lang/actionscript

Show
Ignore:
Timestamp:
07/01/08 13:49:59 (5 months ago)
Author:
suztomo
Message:

lang/actionscript/FPazzle : Footer追加。Puzzleのスペルを間違えていた...><

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/actionscript/FPazzle/trunk/src/FPazzle.mxml

    r14969 r14979  
    44                <mx:HBox> 
    55                        <mx:Label id="title" color="0x0063DC" fontSize="50" fontWeight="bold" selectable="true" paddingTop="20" /> 
    6                         <mx:Label id="titleNote" text="Enjoy infinite pazzles on Flickr photos!" paddingTop="53" selectable="true" />  
     6                        <mx:Label id="titleNote" text="Enjoy infinite puzzles on Flickr photos!" paddingTop="53" selectable="true" />  
    77                </mx:HBox> 
    88                <mx:HBox styleName="keyword" width="90%"> 
     
    1919                </mx:HBox> 
    2020        </mx:VBox> 
     21        <mx:Label id="footer" selectable="true" paddingTop="0"/> 
    2122 
    2223        <mx:Script> 
     
    6667                         
    6768                        bgImages = new Array(); 
    68                         title.htmlText='FPazzl<font color="#FF0084">e<font>'; 
     69                        title.htmlText='FPuzzl<font color="#FF0084">e<font>'; 
     70                        var hoge:Sprite = new Sprite(); 
     71                        trace(width, height); 
     72                        footer.htmlText = 'Created by <a target="_blank" href="http://d.hatena.ne.jp/suztomo/"><font color="#0063DC">Suzuki Tomohiro</font></a>, powered by <a target="_blank" href="http://www.flickr.com/services/api/"><font color="#0063DC">Flickr API</font></a>'; 
     73                        footer.y = height - 30; 
     74                        footer.x = width/2 - 200; 
     75                        trace(footer.y); 
    6976                } 
    7077