topical media & game development

talk show tell print

student-game-wakuwaku-com-waku-components-About.mx

student-game-wakuwaku-com-waku-components-About.mx [swf] flex


  <?xml version="1.0" encoding="utf-8"?>
  <mx:TitleWindow title="About Mi Granja" xmlns:mx="http://www.adobe.com/2006/mxml" showCloseButton="true" width="648" height="438" horizontalScrollPolicy="off" verticalScrollPolicy="off">
          <mx:VBox height="369" width="635" horizontalScrollPolicy="off" verticalScrollPolicy="off">
                  <mx:Text width="605" height="100%"   styleName="AboutText" text="Mi Granja is an animal educational game developed by Laura Garrido and Javier Quevedo for the course Visual Design 2007/2008 at the VRIJE University of Amsterdam. The original idea is from Irene, Laura's sister, a children educator."/>
                  <mx:HBox width="729">
                          <mx:Image source="student-game-wakuwaku-com-waku-images-laura.jpg" />
                          <mx:VBox width="100%">
                                  <mx:Text width="394" styleName="DescText" text="Laura is a CS student at the Politechnic University of Madrid currently on the Erasmus Exchange programme at the VRIJE University of Amsterdam"  height="63"/>
                          </mx:VBox>
                  </mx:HBox>
                  <mx:HBox width="624">
                          <mx:Image source="student-game-wakuwaku-com-waku-images-javi.jpg" /> 
                          <mx:VBox width="100%" >
                                                  <mx:Label  width="394" styleName="AboutText" text="About Javier Quevedo" />
                                                  <mx:Text width="394" styleName="DescText" text="Javier is a CS student at the Politechnic University of Madrid currently on the Erasmus Exchange programme at the VRIJE University of Amsterdam" />
                                                  <mx:HBox  width="100%" horizontalCenter="0">
                                                          <mx:LinkButton styleName="AboutLink" width="100%" horizontalCenter="0" label="Visit HomePage" click="visitJavierHomePage(event)"/>
                                                          <mx:LinkButton styleName="AboutLink" width="100%" horizontalCenter="0" label="Contact" click="contactJavier(event)"/>
                                                  </mx:HBox>
                                                  
                          </mx:VBox>
                          
                  </mx:HBox>
          </mx:VBox>
          <mx:Script>
                  <![CDATA[
                          import flash.events.MouseEvent;
                          
                          public function contactJavier(event: MouseEvent):void {
                                  var urlRequest:URLRequest = new URLRequest("mailto:jquevedo@gmail.com");
                      navigateToURL(urlRequest, "_blank");
                          }
                          
                          public function visitJavierHomePage(event: MouseEvent): void
                          {
                                  var urlRequest:URLRequest = new URLRequest("http://senc.yoteinvoco.com");
                      navigateToURL(urlRequest);        
                          }
                          
                  ]]>
          </mx:Script>
          
  </mx:TitleWindow>
  


(C) Æliens 04/09/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.