I'm pretty sure Viuletta *is* the programmer.
Sweet!
For example
x1: 100px
x2: 200px
x3: 120px
x4: 180px
y1, y2: 100px
y3, y4: 200px
This would theoretically skew a quad inward at the top. Is this functionality possible in C2?
Is there any built in functionality or existing plugins for this?
RESOLVED
You can make a native call to javascript via the browser object.
link to the APK and I will download it and see how it runs on my S4. Again, just make sure it's crosswalk. XDK has multiple android options.
make sure it's not enabled as an object in your project folder tree (right hand side of C2)
First things first, get it working. It looks like you are self hosting and a couple of the files aren't showing up. I think dropbox lets you share games.
As long as its handled well, I think virtual joysticks are the bomb. SquareEnix used them in their FF mobile remakes and I've used it in action games and platformeos as well. It was pretty easy to build one for my own game in C2. Combined with either a second joystick or some virtual buttons and it turns a phone into a game pad.
No way to tell without seeing the code, but you might want to restructure how the pause button works. Instead of setting time scale to 1 in my own projects I keep a "paused" variable and make sure nothing moves while it is set. This way anything that's still functional while paused isn't restrained by the time scale.
Develop games in your browser. Powerful, performant & highly capable.
if paused, set animation speed to 0
can confirm, 404 error on cordova.js as well as appmanifest.
Your game should be running flawlessly on mobile for what it is. Did you compile with crosswalk specifically? If not that's the problem. Make sure webgl is turned on as well.
As for screen being black on reload, can you link to an example?
Member since 18 Aug, 2014