Hey, everyone,
I’ve encountered a bug / error which I can’t walk around so i ask you guys if you have any ides...
For referent, everything is working fine in website export: http://bytecrunch.org/games/ocp1/
When I export the same game for crosswalk and build the app everything works, but the music is always playing at maximum volume... ( I have an option menu where you can set the volume....) it also works in the intel XDK emulator without problems...
Also I have trouble getting the tilt control to run. Touch works without problems. I’ve activated the accelerometer plugin in crosswalk and added the necessary options in construct 2 [quote:1s8vgmfr] gamma orientation = -20 MOVE playerbox.movingspeed*dt pixels at angle 180
Any thoughts on this? i really want to get this game done but those issues are very demotivating :/
Kind regards
Joschi
Edit: I’ve also uploaded the apk for arm, just in case anyone wants to test the game on their device... I’ve still having some trouble with lags on start of the main layout... http://bytecrunch.org/games/ocp1/ocp1.apk
and as always: Thank you very much for your help!
Edit2: ive also tryed to import the music file as sound, which solves the issue. i can set the sound and the music volume seperatly. the problem with this is, the app then takes 4 minutes just to start (stuck at the loading screen at 60%) which is also unacceptable...
shouldnt this go much faster as the music isnt streamed when compiled with crosswalk?