﻿<?xml version="1.0" encoding="utf-8"?>
<styles>
	
	<images>
		<image item="preloader" xpos="360" ypos="260">data/content/images/anim_preloader.swf</image>
		<!--<image item="background">assets/background.swf</image>-->
	</images>
	<buttons>
		
		<button item="start" xpos="100" ypos="315">
			<image>data/content/images/button_start.swf</image>
			<audio>data/content/audio/click_low.mp3</audio>
		</button>
		<button item="reset" xpos="248" ypos="390">
			<image>data/content/images/button_play_again.swf</image>
			<audio>data/content/audio/click_low.mp3</audio>
		</button>
	</buttons>
	<sounds>
		<sound item="fanfare">
			<link>data/content/audio/applause2.mp3</link>
		</sound>
		<sound item="correct">
			<link>data/content/audio/correct.mp3</link>
		</sound>
		<sound item="wrong">
			<link>data/content/audio/wrong.mp3</link>
		</sound>
	</sounds>
	<assets>
	<!-- **
		rubric ITEM (inherent asset)  :: THIS ASSET IS EMPTY - IT CONTROLS LAYOUT OF RUBRIC 'ASSET' WITHIN THE TEMPLATE
			xpos,ypos ATTRIBUTEs :: sets the coordinates on the canvas. 
			width ATTRIBUTE :: sets the width of the rubric. br tag can be used to linebreak the rubric text.
			color ATTRIBUTE: RGB value of colour of the text.
		** -->
		
		<asset item="rubric" xpos="100" ypos="140" width="735" color="0072bc" />
		<asset item="cards" xorig="200" yorig="300" xstep="92" ystep="60">
			<image>data/content/images/maze_card.swf</image>
		</asset>
		<asset item="character">
			<image>data/content/images/cat.swf</image>
		</asset>
		<asset item="feedback" visible="true" xpos="170" ypos="171">
		<win><![CDATA[<p align='center'><b>Congratulations!</b>]]></win>
		<image>data/content/images/feedback_unscored.swf</image>
		</asset>
		<!--times allowed in seconds-->
		
		
	</assets>
</styles>