MrBoolean Posted April 24, 2014 Share Posted April 24, 2014 Hey I just discovered the Phaser.js framework and I usually program in C#, but I wanted to try using web tech like HTML5 since action-script is pretty much deprecated. I was wondering if I can design levels and UI elements in Blend 2012/2013 and import it into visual studio 2012/2013 if I were to utilize it like a .tmx file? I don't like designing tiled games, I like to design levels similar to classic Rayman games with more variety. Quote Link to comment Share on other sites More sharing options...
sleekdigital Posted April 24, 2014 Share Posted April 24, 2014 I don't know too much about blend, but I guess you could write some code to parse the XAML that blend generates and load your assets and position game objects based on that data. Or maybe write something to convert your XAML to JSON so that it will be easier to work with. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.