<game>
  <id>1-2-2</id>
  <!-- must match ID on config.xml -->
  <name><![CDATA[Badou Balloon]]></name>
  <type>game</type>
  <assetPath>/tusktastic/swf/assets/badouBalloonAssets.swf</assetPath>
  <sounds>
    <sound id="1">
      <name>BackgroundMusic</name>
      <type>bgm</type>
    </sound>
    <sound id="2">
      <name>click</name>
      <type>sfx</type>
    </sound>
    <sound id="3">
      <name>Collect1</name>
      <type>vo</type>
    </sound>
    <sound id="4">
      <name>Collect2</name>
      <type>vo</type>
    </sound>
    <sound id="5">
      <name>Collect3</name>
      <type>vo</type>
    </sound>
    <sound id="6">
      <name>Collect4</name>
      <type>vo</type>
    </sound>
    <sound id="7">
      <name>Collect5</name>
      <type>vo</type>
    </sound>
    <sound id="8">
      <name>Powerup</name>
      <type>sfx</type>
    </sound>
    <sound id="9">
      <name>Enemyhit</name>
      <type>vo</type>
    </sound>
    <sound id="10">
      <name>Obstaclehit</name>
      <type>sfx</type>
    </sound>
    <sound id="11">
      <name>JakeWelcome</name>
      <type>vo</type>
    </sound>
    <sound id="12">
      <name>JakeCongrat</name>
      <type>vo</type>
    </sound>
    <sound id="13">
      <name>Play</name>
      <type>vo</type>
    </sound>
    <sound id="14">
      <name>PlayAgain</name>
      <type>vo</type>
    </sound>
    <sound id="15">
      <name>BackTo</name>
      <type>vo</type>
    </sound>
    <sound id="16">
      <name>Tutorial1</name>
      <type>vo</type>
    </sound>
    <sound id="17">
      <name>Tutorial2</name>
      <type>vo</type>
    </sound>
    <sound id="18">
      <name>Tutorial3</name>
      <type>vo</type>
    </sound>
    <sound id="19">
      <name>Tutorial4</name>
      <type>vo</type>
    </sound>
    <sound id="20">
      <name>Lose</name>
      <type>vo</type>
    </sound>
    <sound id="21">
      <name>favorite</name>
      <type>vo</type>
    </sound>
    <sound id="22">
      <name>collectSnd</name>
      <type>sfx</type>
    </sound>
    <sound id="23">
      <name>powerupSnd</name>
      <type>sfx</type>
    </sound>
    <sound id="24">
      <name>enemyhitSfx</name>
      <type>sfx</type>
    </sound>
    <sound id="25">
      <name>WinSfx</name>
      <type>sfx</type>
    </sound>
    <sound id="26">
      <name>LoseSfx</name>
      <type>sfx</type>
    </sound>
  </sounds>
  <textContent />
  <intro>
    <elements>
      <element>
        <id>intbackgr</id>
        <type>DisplayObject</type>
        <className>IntroBckgr</className>
        <xPos>0</xPos>
        <yPos>0</yPos>
      </element>
      <element>
        <id>playbut</id>
        <type>CustomButton</type>
        <content><![CDATA[]]></content>
        <fontname>BabarFont1</fontname>
        <normalImage>PlayBtn1</normalImage>
        <overImage>PlayBtnOn1</overImage>
				<clickImage>PlayBtnClick1</clickImage>
				<normalColor>0x000000</normalColor>
				<overColor>0xFF0000</overColor>
				<clickColor>0xFFFF00</clickColor>
				<textY>3</textY>
				<textX>10</textX>
				<size>25</size>
				<xPos>80</xPos>
				<yPos>300</yPos>
			</element>
    </elements>
  </intro>
  
	<tutorial>
    <tutorialSwf>
      <path>/tusktastic/swf/BadouBalloon/tutorial.swf</path>
      <width>300</width>
      <height>300</height>
      <xPos>0</xPos>
      <yPos>0</yPos>
      <sounds>
        <sound>
          <id>Tutorial1</id>
          <soundID>16</soundID>
        </sound>
        <sound>
          <id>Tutorial2</id>
          <soundID>17</soundID>
        </sound>
        <sound>
          <id>Tutorial3</id>
          <soundID>18</soundID>
        </sound>
        <sound>
          <id>Tutorial4</id>
          <soundID>19</soundID>
        </sound>
      </sounds>
    </tutorialSwf>
  </tutorial>
  <gameplay>
    <messages>
      <id>gameEndMessages</id>
      <gamewon title="collectedAllTreasures"><![CDATA[You've collected all the treasures!]]></gamewon>
      <gamefailed title="missedItems"><![CDATA[You've missed some items! Play again to get them all!]]></gamefailed>
      <fontname>BabarFont1</fontname>
      <fontcolor>0x000000</fontcolor>
      <alpha>0.7</alpha>
      <height title="msgHeight">150</height>
      <width title="msgWidth">300</width>
      <size title="msgSize">35</size>
      <xPos title="msgXPos">130</xPos>
      <yPos title="msgYPos">150</yPos>
    </messages>
   
		<sky>
			<className>SkyBG</className>
			<speed>1.5</speed>
		</sky>
		 <cursors>
      <className>CustomCursor</className>
    </cursors>
    <character>
			<starClass>Stars</starClass>
			<className>BalloonChar</className>
			<starX>-20</starX>
			<starY>-30</starY>     
			<xPos>100</xPos>
			<yPos>100</yPos>
		</character>
		<gameSpeed>2</gameSpeed>
		<enemies>
			<enemy>
        <className>Stormcloud</className>
        <xPos>750</xPos>
        <yPos>20</yPos>
			</enemy>
			<enemy>
        <className>Stormcloud</className>
        <xPos>950</xPos>
        <yPos>250</yPos>
			</enemy>
			<enemy>
        <className>Stormcloud</className>
        <xPos>1750</xPos>
        <yPos>40</yPos>
			</enemy>
			<enemy>
        <className>Stormcloud</className>
        <xPos>2140</xPos>
        <yPos>190</yPos>
			</enemy>
			<enemy>
        <className>Stormcloud</className>
        <xPos>2300</xPos>
        <yPos>50</yPos>
			</enemy>
			<enemy>
        <className>Stormcloud</className>
        <xPos>3000</xPos>
        <yPos>40</yPos>
			</enemy>
			<enemy>
        <className>Stormcloud</className>
        <xPos>3500</xPos>
        <yPos>240</yPos>
			</enemy>
		</enemies>
		
		<obstacles>
			<obstacle>
				<className>Obstacle1</className>
				<hitClass>ObstacleHitTest</hitClass>
        <xPos>1240</xPos>
        <yPos>80</yPos>
			</obstacle>
			<obstacle>
				<className>Obstacle2</className>
				<hitClass>ObstacleHitTest</hitClass>
        <xPos>2600</xPos>
        <yPos>60</yPos>
			</obstacle>
		</obstacles>
		
		<poweruptimer>7</poweruptimer>
		<powerups>
			<powerup>
				<className>PowerUps</className>
        <xPos>650</xPos>
        <yPos>170</yPos>
			</powerup>
		</powerups>
		<powerups>
			<powerup>
				<className>PowerUps</className>
        <xPos>2100</xPos>
        <yPos>140</yPos>
			</powerup>
		</powerups>
		
		<collectibles>
			<chests>
				<chest>Chest1</chest>
				<chest>Chest2</chest>
				<chest>Chest3</chest>
				<chest>Chest4</chest>
				<chest>Chest5</chest>
			</chests>
			<collectible>
				<className>Balloon1</className>
				<xPos>1050</xPos>
				<yPos>20</yPos>
			</collectible>
			<collectible>
				<className>Balloon2</className>
				<xPos>1850</xPos>
				<yPos>100</yPos>
			</collectible>
			<collectible>
				<className>Balloon3</className>
				<xPos>2300</xPos>
				<yPos>70</yPos>
			</collectible>
			<collectible>
				<className>Balloon4</className>
				<xPos>2800</xPos>
				<yPos>50</yPos>
			</collectible>
			<collectible>
				<className>Balloon5</className>
				<xPos>3400</xPos>
				<yPos>15</yPos>
			</collectible>
		</collectibles>
				
		<finish>
      <className>FinishItem</className>
      <xPos>3800</xPos>
      <yPos>0</yPos>
    </finish>
     
		<scoreboard>
			<xPos>25</xPos>
			<yPos>20</yPos>
			<gutter>10</gutter>
			<scoreGlow>ScoreHighlight</scoreGlow>			
			<powerup>
				<className>PowerUpScore</className>
				<xPos>440</xPos>
				<yPos>0</yPos>
			</powerup>		
		</scoreboard>
		
    <foreground>
      <cloud>
        <className>Cloud</className>
        <speed>7</speed>
        <yPos>380</yPos>
      </cloud>
      <cloud>
        <className>Raincloud</className>
        <speed>9</speed>
        <yPos>220</yPos>
      </cloud>
      <cloud>
        <className>Cloud</className>
        <speed>15</speed>
        <yPos>150</yPos>
      </cloud>
    </foreground>  

  </gameplay>

  <outro>
    <elements>
      <element>
        <id>outrbackgr</id>
        <type>DisplayObject</type>
        <className>OutroBckgr</className>
        <xPos>0</xPos>
        <yPos>0</yPos>
      </element> 
			<element>
        <id>playagainbut</id>
        <type>CustomButton</type>
        <content><![CDATA[]]></content>
        <fontname>BabarFont1</fontname>
        <normalImage>PlayAgainBtn1</normalImage>
        <overImage>PlayAgainBtnOn1</overImage>
				<clickImage>PlayAgainBtnClick1</clickImage><normalColor>0x000000</normalColor>
				<overColor>0xFF0000</overColor>
				<clickColor>0xFFFF00</clickColor><textY>10</textY>
				<textX>10</textX>
				<size>20</size>
				<xPos>200</xPos>
				<yPos>140</yPos>
				</element>
    </elements>
  </outro>
</game>