Hi
As one of the first developers using WADE, you can get personal support from our team. Anything you need to get started making your game with WADE, just ask here and we'll do our best to help you as soon as possible
Is there any example bundle to play around with? Is any of the source doe for Zirma available?
Hi
Thought I'd be a bit further along before asking but I"m stuck at first base.
I followed the initial steps in the example, but I've got a syntax error in my test.js. Wade is giving me the following error.
Warning: Unable to initialize app. App.init function is missing.
This is the content of test.js
App = function()
{
}
Hi kirkkeller and welcome to the forums.
App = function(){ this.init = function() { // do something here };};
Thought I'd be a bit further along before asking but I"m stuck at first base.
I followed the initial steps in the example, but I've got a syntax error in my test.js. Wade is giving me the following error.
Warning: Unable to initialize app. App.init function is missing.
This is the content of test.js
App = function()
{
}