Hi clickers and simple folks! This small tutorial about: How create Windows 8 Modern UI applications and games using Clickteam Fusion 2.5 and HTML5 Exporter! Follow this instruction.
Steps:
1. Create your application in Clickteam Fusion 2.5;
2. Open your Microsoft Visual Studio Express 2013 for Windows;
3. Create your Empty Java Script application: File>New Project>JavaScript>Blank App;
4. Delete all files and directories ( images directory, App1_TemporaryKey.pfx and package.appxmanifest files not delete from project file );
5. Open in Visual Studio package.appxmanifest file and edit this area: Start page: default.html to < your name.html >;
6. Add your folder from your HTML5 project in Visual Studio and add existing item into them ( for example, images, sounds and cc1, cch files to resources directory and Runtime.js to src directory ).;
7. Edit images into images directory;
8. Run and debug this!
Enjoy!
Project file for example: Please login to see this attachment..