yes Android 5.0.2 Lollipop
Have you tried to update Webview in Google-Play?
matrixreal does your device use Android 4.4? You need at least Android 5. In Android 4.4 Webview doesn't work very well.
Probably because of the deceleration in the platform settings. Try to set deceleration to a lower number.
Develop games in your browser. Powerful, performant & highly capable.
You could try to change vectorY:
+ Player: On collision with Solid
-> Player: Set Platform vector Y to -500
-500 is only for example you have to look what's best for you.
Take a look if this is helpful for you:
drive.google.com/file/d/1RdgFdcvTxbylAMbEhIoASx7QPaRkD_ov/view
Please have a look if that is what you want:
drive.google.com/file/d/1me1cwmrzDtnOM-FAE5GoibfISsDD_l8F/view
I can make a version with comments if needed.
Have you tried to remove the plugin?
construct.net/en/forum/construct-3/how-do-i-8/remove-plugin-project-142824
Maybe ask dop2000 for help?
I think that is the latest, at least that is the last they put on the server. Maybe you need an older one?
Do you want add the green boxes only once or several times? If it's several times, should the green boxes renumbered or the new one like the first ones?
As far as I know the WebSpeech API doesn't work in Android WebView at the moment. Don't know if it's a bug or not implemented. May be Ashley know more about that.
Can you describe what you exactly want to archive? I think there is no easy way, at least for me. It may be easier with arrays and fill the values of the boxes from this arrays.
Now i added another object "x" (8 copies) over the grid randomly (see x position over grid) 0,x,x,x,4 0,1,2,3,4 0,1,x,x,4 X,1,2,3,4 0,1,2,x,x
Now i added another object "x" (8 copies) over the grid randomly
(see x position over grid)
0,x,x,x,4
0,1,2,3,4
0,1,x,x,4
X,1,2,3,4
0,1,2,x,x
Do you mean 8 new instances of the boxes or only change the values in the boxes?
Otherwise it would be easier you store all your values in an array.
Member since 31 Jul, 2015