when I tried to load your project from your server I got a Forbidden error - it would not let me see anything (trying to access from Canada)
I downloaded your file and exported it and put it on my server - you can try it here to see if there is any difference: (it was exported before I added "trigger once")
https://www.rieperts.com/meta
after running, I noticed it was generating thousands of errors and warnings. it was constantly trying to exit fullscreen mode.
on your botones_barra_superior event sheet you have events 4 to 9 running every tick. If pantalla_completa is 0 then it tries to leave fullscreen every tick and that causes an error if it isn't in fullscreen mode.
you should add a "trigger once while true" to each of those events, or structure it some other way so that the events only run when needed.
my iPhone 5s couldn't play the gregor game until I added the trigger once conditions.
the video is pretty large (34 MB) and the images in the game could be a lot smaller, and you may want to try making them sprites instead of tiled backgrounds.
Thank you so much for your time and help, Allan!
Could you send me the project file with the fix or a snapshot, please? Because I'm not 100% sure if I'm making it like you say with "botones_barra_superior event sheet" events or not... : /
I can't see the favicon nor the custom image of the project when it's loading on my website. Why is this happening?
I've some questions about the graphics and media files:
- Which is the best way to compress video files and loss the less quality possible (although I would prefer smaller sizes than image quality in this case) and make them compatible with all devices (the other day I was having flickering problems with the video included in "S.A.R.A." fake app on iOS, but not on Android...)? I'm using macOS, by the way.
- Is it better to import all the backgrounds like sprites instead of tiled backgrounds to improve performance and initial project load? Which size should I use for the backgrounds and other sprites in general?
- If I minify the project, which option would be better in this case? Simple or advanced?
Thank you so much again, Allan!